diff options
Diffstat (limited to 'plugins/check_time_ntp.c')
-rw-r--r-- | plugins/check_time_ntp.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_time_ntp.c b/plugins/check_time_ntp.c index ac332acb..c945076d 100644 --- a/plugins/check_time_ntp.c +++ b/plugins/check_time_ntp.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /****************************************************************************** | 1 | /****************************************************************************** |
2 | * | 2 | * |
3 | * Nagios check_time_ntp plugin | 3 | * Nagios check_ntp_time plugin |
4 | * | 4 | * |
5 | * License: GPL | 5 | * License: GPL |
6 | * Copyright (c) 2006 sean finney <seanius@seanius.net> | 6 | * Copyright (c) 2006 sean finney <seanius@seanius.net> |
@@ -10,7 +10,7 @@ | |||
10 | * | 10 | * |
11 | * Description: | 11 | * Description: |
12 | * | 12 | * |
13 | * This file contains the check_time_ntp plugin | 13 | * This file contains the check_ntp_time plugin |
14 | * | 14 | * |
15 | * This plugin checks the clock offset with an NTP server. It is | 15 | * This plugin checks the clock offset with an NTP server. It is |
16 | * independant of any commandline programs or external libraries. | 16 | * independant of any commandline programs or external libraries. |
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | *****************************************************************************/ | 37 | *****************************************************************************/ |
38 | 38 | ||
39 | const char *progname = "check_time_ntp"; | 39 | const char *progname = "check_ntp_time"; |
40 | const char *revision = "$Revision$"; | 40 | const char *revision = "$Revision$"; |
41 | const char *copyright = "2007"; | 41 | const char *copyright = "2007"; |
42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
@@ -600,7 +600,7 @@ void print_help(void){ | |||
600 | 600 | ||
601 | printf("\n"); | 601 | printf("\n"); |
602 | printf("%s\n", _("Examples:")); | 602 | printf("%s\n", _("Examples:")); |
603 | printf(" %s\n", ("./check_time_ntp -H ntpserv -w 0.5 -c 1")); | 603 | printf(" %s\n", ("./check_ntp_time -H ntpserv -w 0.5 -c 1")); |
604 | 604 | ||
605 | printf (_(UT_SUPPORT)); | 605 | printf (_(UT_SUPPORT)); |
606 | } | 606 | } |