diff options
| author | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 +0000 |
|---|---|---|
| committer | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 +0000 |
| commit | ecc185f1a43d2b01acb14c9cdcc98e80d3b67122 (patch) | |
| tree | 29839707d5910c08ce881a3bcddb2822f67afb2f /contrib/check_ipxping.c | |
| parent | 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (diff) | |
| download | monitoring-plugins-ecc185f1a43d2b01acb14c9cdcc98e80d3b67122.tar.gz | |
Contrib plugin cleanup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_ipxping.c')
| -rw-r--r-- | contrib/check_ipxping.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/check_ipxping.c b/contrib/check_ipxping.c index 1ba10fe6..937b921a 100644 --- a/contrib/check_ipxping.c +++ b/contrib/check_ipxping.c | |||
| @@ -27,9 +27,10 @@ | |||
| 27 | * | 27 | * |
| 28 | *****************************************************************************************/ | 28 | *****************************************************************************************/ |
| 29 | 29 | ||
| 30 | #include "../common/config.h" | 30 | #include "config.h" |
| 31 | #include "../common/common.h" | 31 | #include "common.h" |
| 32 | #include "netutils.h" | 32 | #include "netutils.h" |
| 33 | #include "popen.h" | ||
| 33 | 34 | ||
| 34 | /* this should be moved out to the configure script! */ | 35 | /* this should be moved out to the configure script! */ |
| 35 | #define IPXPING_COMMAND "/tmp/ipxping/ipxping" | 36 | #define IPXPING_COMMAND "/tmp/ipxping/ipxping" |
