diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-25 10:38:02 (GMT) |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-10-25 10:38:02 (GMT) |
commit | 16cd0c8151eee652d88b0b6f3aaa5b917cb87e13 (patch) | |
tree | 9587540f51701d62d73670c6c1963f9119c793b5 /plugins/utils.h | |
parent | ceebd58040b1688749d58dd76963af639cf8c803 (diff) | |
download | monitoring-plugins-16cd0c8151eee652d88b0b6f3aaa5b917cb87e13.tar.gz |
- added code to allow check_tcp (via np_net_connect) work with local
unix sockets. some testing would be welcome. based on idea from
Alex Samorukov.
- also introduced a check_clamd behavior in check_tcp.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1261 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index ffdb545..2d97634 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -139,7 +139,7 @@ char *fperfdata (const char *, | |||
139 | 139 | ||
140 | #define UT_HOST_PORT "\ | 140 | #define UT_HOST_PORT "\ |
141 | -H, --hostname=ADDRESS\n\ | 141 | -H, --hostname=ADDRESS\n\ |
142 | Host name or IP Address\n\ | 142 | Host name, IP Address, or unix socket (must be an absolute path)\n\ |
143 | -%c, --port=INTEGER\n\ | 143 | -%c, --port=INTEGER\n\ |
144 | Port number (default: %s)\n" | 144 | Port number (default: %s)\n" |
145 | 145 | ||