From 643e6a0a4fc787541371aef9369d42b5cd250f91 Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Fri, 23 Nov 2007 21:38:53 +0000 Subject: [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 --- plugins/check_time_ntp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/check_time_ntp.c') 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 @@ /****************************************************************************** * -* Nagios check_time_ntp plugin +* Nagios check_ntp_time plugin * * License: GPL * Copyright (c) 2006 sean finney @@ -10,7 +10,7 @@ * * Description: * -* This file contains the check_time_ntp plugin +* This file contains the check_ntp_time plugin * * This plugin checks the clock offset with an NTP server. It is * independant of any commandline programs or external libraries. @@ -36,7 +36,7 @@ *****************************************************************************/ -const char *progname = "check_time_ntp"; +const char *progname = "check_ntp_time"; const char *revision = "$Revision$"; const char *copyright = "2007"; const char *email = "nagiosplug-devel@lists.sourceforge.net"; @@ -600,7 +600,7 @@ void print_help(void){ printf("\n"); printf("%s\n", _("Examples:")); - printf(" %s\n", ("./check_time_ntp -H ntpserv -w 0.5 -c 1")); + printf(" %s\n", ("./check_ntp_time -H ntpserv -w 0.5 -c 1")); printf (_(UT_SUPPORT)); } -- cgit v1.2.3-74-g34f1