summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ntp.c')
-rw-r--r--plugins/check_ntp.c47
1 files changed, 22 insertions, 25 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c
index 2b3cc91..6f965ce 100644
--- a/plugins/check_ntp.c
+++ b/plugins/check_ntp.c
@@ -1,44 +1,41 @@
1/****************************************************************************** 1/*****************************************************************************
2* 2*
3* Nagios check_ntp plugin 3* Nagios check_ntp 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>
7* Copyright (c) 2007 nagios-plugins team 7* Copyright (c) 2006-2008 Nagios Plugins Development Team
8* 8*
9* Last Modified: $Date$ 9* Last Modified: $Date$
10* 10*
11* Description: 11* Description:
12* 12*
13* This file contains the check_ntp plugin 13* This file contains the check_ntp plugin
14* 14*
15* This plugin to check ntp servers independant of any commandline 15* This plugin to check ntp servers independant of any commandline
16* programs or external libraries. 16* programs or external libraries.
17* 17*
18* 18*
19* License Information: 19* This program is free software: you can redistribute it and/or modify
20*
21* This program is free software; you can redistribute it and/or modify
22* it under the terms of the GNU General Public License as published by 20* it under the terms of the GNU General Public License as published by
23* the Free Software Foundation; either version 2 of the License, or 21* the Free Software Foundation, either version 3 of the License, or
24* (at your option) any later version. 22* (at your option) any later version.
25* 23*
26* This program is distributed in the hope that it will be useful, 24* This program is distributed in the hope that it will be useful,
27* but WITHOUT ANY WARRANTY; without even the implied warranty of 25* but WITHOUT ANY WARRANTY; without even the implied warranty of
28* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29* GNU General Public License for more details. 27* GNU General Public License for more details.
30* 28*
31* You should have received a copy of the GNU General Public License 29* You should have received a copy of the GNU General Public License
32* along with this program; if not, write to the Free Software 30* along with this program. If not, see <http://www.gnu.org/licenses/>.
33* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 31*
34 32* $Id$
35 $Id$ 33*
36
37*****************************************************************************/ 34*****************************************************************************/
38 35
39const char *progname = "check_ntp"; 36const char *progname = "check_ntp";
40const char *revision = "$Revision$"; 37const char *revision = "$Revision$";
41const char *copyright = "2007"; 38const char *copyright = "2006-2008";
42const char *email = "nagiosplug-devel@lists.sourceforge.net"; 39const char *email = "nagiosplug-devel@lists.sourceforge.net";
43 40
44#include "common.h" 41#include "common.h"