diff options
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r-- | plugins/check_nt.c | 66 |
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 | ||
33 | const char *progname = "check_nt"; | 39 | const char *progname = "check_nt"; |
34 | const char *revision = "$Revision$"; | 40 | const char *revision = "$Revision$"; |