summaryrefslogtreecommitdiffstats
path: root/plugins/check_nt.c
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2006-10-19 00:25:16 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2006-10-19 00:25:16 (GMT)
commit082cfc29e3673abf595d70cd05f0a483947c22d5 (patch)
treead3b7e973e4cb01c1fc02999da2ad3b0640f1b99 /plugins/check_nt.c
parent584562a48ea731a3bf98d66c6602c64e1e72c63a (diff)
downloadmonitoring-plugins-082cfc29e3673abf595d70cd05f0a483947c22d5.tar.gz
first pass at cleaning localization for new release
first pass at making all the headre be the same licence, plugin, etc... git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1499 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r--plugins/check_nt.c66
1 files changed, 36 insertions, 30 deletions
diff --git a/plugins/check_nt.c b/plugins/check_nt.c
index e90cd57..9e4ad67 100644
--- a/plugins/check_nt.c
+++ b/plugins/check_nt.c
@@ -1,34 +1,40 @@
1/****************************************************************************** 1/******************************************************************************
2 * 2*
3 * CHECK_NT.C 3* Nagios check_nt plugin
4 * 4*
5 * Program: Windows NT plugin for Nagios 5* License: GPL
6 * License: GPL 6* Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com)
7 * Copyright (c) 2000-2002 Yves Rubin (rubiyz@yahoo.com) 7* Copyright (c) 2003-2006 nagios-plugins team
8 * 8*
9 * Description: 9* Last Modified: $Date$
10 * 10*
11 * This requires NSClient software to run on NT (http://nsclient.ready2run.nl/) 11* Description:
12 * 12*
13 * License Information: 13* This file contains the check_nt plugin
14 * 14*
15 * This program is free software; you can redistribute it and/or modify 15* This plugin collects data from the NSClient service running on a
16 * it under the terms of the GNU General Public License as published by 16* Windows NT/2000/XP/2003 server.
17 * the Free Software Foundation; either version 2 of the License, or 17* This requires NSClient software to run on NT (http://nsclient.ready2run.nl/)
18 * (at your option) any later version. 18*
19 * 19* License Information:
20 * This program is distributed in the hope that it will be useful, 20*
21 * but WITHOUT ANY WARRANTY; without even the implied warranty of 21* This program is free software; you can redistribute it and/or modify
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22* it under the terms of the GNU General Public License as published by
23 * GNU General Public License for more details. 23* the Free Software Foundation; either version 2 of the License, or
24 * 24* (at your option) any later version.
25 * You should have received a copy of the GNU General Public License 25*
26 * along with this program; if not, write to the Free Software 26* This program is distributed in the hope that it will be useful,
27 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 27* but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * 28* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * $Id$ 29* GNU General Public License for more details.
30 * 30*
31 *****************************************************************************/ 31* You should have received a copy of the GNU General Public License
32* along with this program; if not, write to the Free Software
33* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
34*
35* $Id$
36*
37*****************************************************************************/
32 38
33const char *progname = "check_nt"; 39const char *progname = "check_nt";
34const char *revision = "$Revision$"; 40const char *revision = "$Revision$";