summaryrefslogtreecommitdiffstats
path: root/plugins/check_ide_smart.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r--plugins/check_ide_smart.c52
1 files changed, 25 insertions, 27 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index 5dcf7a3..c6ea284 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -1,46 +1,44 @@
1/****************************************************************************** 1/*****************************************************************************
2*
2* Nagios check_ide_smart plugin 3* Nagios check_ide_smart plugin
3* 4* ide-smart 1.3 - IDE S.M.A.R.T. checking tool
4* License: GPL
5*
6* ide-smart 1.3 - IDE S.M.A.R.T. checking tool
7* Copyright (C) 1998-1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>
8* 1998 Gadi Oxman <gadio@netvision.net.il>
9* 5*
6* License: GPL
7* Copyright (C) 1998-1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>
8* 1998 Gadi Oxman <gadio@netvision.net.il>
10* Copyright (c) 2000 Robert Dale <rdale@digital-mission.com> 9* Copyright (c) 2000 Robert Dale <rdale@digital-mission.com>
11* Copyright (c) 2000-2006 nagios-plugins team 10* Copyright (c) 2000-2007 Nagios Plugins Development Team
12* 11*
13* Last Modified: $Date$ 12* Last Modified: $Date$
14* 13*
15* Description: 14* Description:
16* 15*
17* This file contains the check_ide_smart plugin 16* This file contains the check_ide_smart plugin
18* 17*
19* This plugin checks a local hard drive with the (Linux specific) SMART interface 18* This plugin checks a local hard drive with the (Linux specific) SMART
20* 19* interface
21* 20*
22* License Information: 21*
23* 22* This program is free software: you can redistribute it and/or modify
24* This program is free software; you can redistribute it and/or modify
25* it under the terms of the GNU General Public License as published by 23* it under the terms of the GNU General Public License as published by
26* the Free Software Foundation; either version 2 of the License, or 24* the Free Software Foundation, either version 3 of the License, or
27* (at your option) any later version. 25* (at your option) any later version.
28* 26*
29* This program is distributed in the hope that it will be useful, 27* This program is distributed in the hope that it will be useful,
30* but WITHOUT ANY WARRANTY; without even the implied warranty of 28* but WITHOUT ANY WARRANTY; without even the implied warranty of
31* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 29* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32* GNU General Public License for more details. 30* GNU General Public License for more details.
33* 31*
34* You should have received a copy of the GNU General Public License 32* You should have received a copy of the GNU General Public License
35* along with this program; if not, write to the Free Software 33* along with this program. If not, see <http://www.gnu.org/licenses/>.
36* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 34*
37 * 35* $Id$
38 * $Id$ 36*
39 */ 37*****************************************************************************/
40 38
41const char *progname = "check_ide_smart"; 39const char *progname = "check_ide_smart";
42const char *revision = "$Revision$"; 40const char *revision = "$Revision$";
43const char *copyright = "2000-2006"; 41const char *copyright = "1998-2007";
44const char *email = "nagiosplug-devel@lists.sourceforge.net"; 42const char *email = "nagiosplug-devel@lists.sourceforge.net";
45 43
46#include "common.h" 44#include "common.h"