Created
May 16, 2020 04:26
-
-
Save acdimalev/deaee67adfabfd55f856930e7ba1b7a0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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