diff options
| author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
|---|---|---|
| committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-02 16:42:57 +0000 |
| commit | b07cec408f61acd3c34ad1c03b212bba9b66c454 (patch) | |
| tree | 4a906eebd467e2d71687e57205d07368f2adcc1b /plugins/check_by_ssh.c | |
| parent | f4e6b2a946c087c096e38415210219fe1c870822 (diff) | |
| download | monitoring-plugins-b07cec408f61acd3c34ad1c03b212bba9b66c454.tar.gz | |
establish "UT_" namespace for usage text in #defines
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@631 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_by_ssh.c')
| -rw-r--r-- | plugins/check_by_ssh.c | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/check_by_ssh.c b/plugins/check_by_ssh.c index de106f22..ae19253f 100644 --- a/plugins/check_by_ssh.c +++ b/plugins/check_by_ssh.c | |||
| @@ -49,11 +49,11 @@ print_help (void) | |||
| 49 | 49 | ||
| 50 | print_usage (); | 50 | print_usage (); |
| 51 | 51 | ||
| 52 | printf (_(HELP_VRSN)); | 52 | printf (_(UT_HELP_VRSN)); |
| 53 | 53 | ||
| 54 | printf (_(HOST_PORT), 'p', "none"); | 54 | printf (_(UT_HOST_PORT), 'p', "none"); |
| 55 | 55 | ||
| 56 | printf (_(IPv46)); | 56 | printf (_(UT_IPv46)); |
| 57 | 57 | ||
| 58 | printf (_("\ | 58 | printf (_("\ |
| 59 | -1, --proto1\n\ | 59 | -1, --proto1\n\ |
| @@ -77,7 +77,9 @@ print_help (void) | |||
| 77 | -n, --name=NAME\n\ | 77 | -n, --name=NAME\n\ |
| 78 | short name of host in nagios configuration [optional]\n")); | 78 | short name of host in nagios configuration [optional]\n")); |
| 79 | 79 | ||
| 80 | printf (_(WARN_CRIT_TO), DEFAULT_SOCKET_TIMEOUT); | 80 | printf (_(UT_WARN_CRIT)); |
| 81 | |||
| 82 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); | ||
| 81 | 83 | ||
| 82 | printf (_("\n\ | 84 | printf (_("\n\ |
| 83 | The most common mode of use is to refer to a local identity file with\n\ | 85 | The most common mode of use is to refer to a local identity file with\n\ |
