summaryrefslogtreecommitdiffstats
path: root/plugins/check_time_ntp.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-23 21:38:53 +0000
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2007-11-23 21:38:53 +0000
commit643e6a0a4fc787541371aef9369d42b5cd250f91 (patch)
tree564b9f1a136dc4539d69a6d6000669cae3c7ac40 /plugins/check_time_ntp.c
parentcbae6033d1499fdf779fadf13217a5ae6770a850 (diff)
downloadmonitoring-plugins-643e6a0a4fc787541371aef9369d42b5cd250f91.tar.gz
[1/2] Rename (plus some minor modifications)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/dermoth_ntp_rework@1831 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_time_ntp.c')
-rw-r--r--plugins/check_time_ntp.c8
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
39const char *progname = "check_time_ntp"; 39const char *progname = "check_ntp_time";
40const char *revision = "$Revision$"; 40const char *revision = "$Revision$";
41const char *copyright = "2007"; 41const char *copyright = "2007";
42const char *email = "nagiosplug-devel@lists.sourceforge.net"; 42const 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}