Skip to content

Instantly share code, notes, and snippets.

@acdimalev
Created May 16, 2020 04:26
Show Gist options
  • Save acdimalev/deaee67adfabfd55f856930e7ba1b7a0 to your computer and use it in GitHub Desktop.
Save acdimalev/deaee67adfabfd55f856930e7ba1b7a0 to your computer and use it in GitHub Desktop.
#include "wetware/monitor.h"
struct probe probes[] =
{ { "ping-4.2.2.2", "ping to 4.2.2.2", probe_ping("4.2.2.2") }
, { "ping-8.8.8.8", "ping to 8.8.8.8", probe_ping("8.8.8.8") }
};
#include "wetware/monitor-main.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment