summaryrefslogtreecommitdiffstats
path: root/plugins/utils.h
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-30 04:07:53 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-07-30 04:07:53 (GMT)
commitccead7695f4c31401283b95547e9f9703a4c43f2 (patch)
tree56bbdd9ee3f9ee81ad16ee3e8c012851ed159852 /plugins/utils.h
parent1cb0499adcc043515c2b62bbf62dc4d6b10f8cc9 (diff)
downloadmonitoring-plugins-ccead7695f4c31401283b95547e9f9703a4c43f2.tar.gz
markup for translation
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@620 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/utils.h')
-rw-r--r--plugins/utils.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/utils.h b/plugins/utils.h
index 292c3df..8a6ffa1 100644
--- a/plugins/utils.h
+++ b/plugins/utils.h
@@ -99,11 +99,13 @@ char *state_text (int result);
99 -V, --version\n\ 99 -V, --version\n\
100 Print version information\n" 100 Print version information\n"
101 101
102#define HOST_PORT_46 "\ 102#define HOST_PORT "\
103 -H, --hostname=ADDRESS\n\ 103 -H, --hostname=ADDRESS\n\
104 Host name or IP Address%s\n\ 104 Host name or IP Address\n\
105 -%c, --port=INTEGER\n\ 105 -%c, --port=INTEGER\n\
106 Port number (default: %s)\n\ 106 Port number (default: %s)\n"
107
108#define IPv46 "\
107 -4, --use-ipv4\n\ 109 -4, --use-ipv4\n\
108 Use IPv4 connection\n\ 110 Use IPv4 connection\n\
109 -6, --use-ipv6\n\ 111 -6, --use-ipv6\n\
@@ -119,4 +121,4 @@ char *state_text (int result);
119 -c, --critical=DOUBLE\n\ 121 -c, --critical=DOUBLE\n\
120 Response time to result in critical status (seconds)\n\ 122 Response time to result in critical status (seconds)\n\
121 -t, --timeout=INTEGER\n\ 123 -t, --timeout=INTEGER\n\
122 Seconds before connection times out (default: %s)\n" 124 Seconds before connection times out (default: %d)\n"