mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
some shared text for internationalized help text
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@618 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
930c8c9dfc
commit
99653f1e69
1 changed files with 31 additions and 0 deletions
|
|
@ -89,3 +89,34 @@ char *state_text (int result);
|
|||
{"warning",required_argument,0,'w'},\
|
||||
{"hostname",required_argument,0,'H'}
|
||||
|
||||
#define COPYRIGHT "Copyright (c) %s Nagios Plugin Development Team\n\
|
||||
\t<%s>\n\n"
|
||||
|
||||
#define HELP_VRSN "\
|
||||
\nOptions:\n\
|
||||
-h, --help\n\
|
||||
Print detailed help screen\n\
|
||||
-V, --version\n\
|
||||
Print version information\n"
|
||||
|
||||
#define HOST_PORT_46 "\
|
||||
-H, --hostname=ADDRESS\n\
|
||||
Host name or IP Address%s\n\
|
||||
-%c, --port=INTEGER\n\
|
||||
Port number (default: %s)\n\
|
||||
-4, --use-ipv4\n\
|
||||
Use IPv4 connection\n\
|
||||
-6, --use-ipv6\n\
|
||||
Use IPv6 connection\n"
|
||||
|
||||
#define VRBS "\
|
||||
-v, --verbose\n\
|
||||
Show details for command-line debugging (Nagios may truncate output)\n"
|
||||
|
||||
#define WARN_CRIT_TO "\
|
||||
-w, --warning=DOUBLE\n\
|
||||
Response time to result in warning status (seconds)\n\
|
||||
-c, --critical=DOUBLE\n\
|
||||
Response time to result in critical status (seconds)\n\
|
||||
-t, --timeout=INTEGER\n\
|
||||
Seconds before connection times out (default: %s)\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue