diff options
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 de106f2..ae19253 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\ |