diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 10:53:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-01-30 10:53:47 (GMT) |
commit | fa4efcdf6df1096ff1f6740c7f44b213b47dc9d3 (patch) | |
tree | 0ed1a4147a920e10eae174c6d83118e8367aaa7d /plugins/check_ide_smart.c | |
parent | 39c3f58cdc82297b305326be076aa3b50ecba73d (diff) | |
download | monitoring-plugins-fa4efcdf6df1096ff1f6740c7f44b213b47dc9d3.tar.gz |
Bump plugins/ to GPLv3 (check_apt to check_nwstat)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1916 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 52 |
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 | ||
41 | const char *progname = "check_ide_smart"; | 39 | const char *progname = "check_ide_smart"; |
42 | const char *revision = "$Revision$"; | 40 | const char *revision = "$Revision$"; |
43 | const char *copyright = "2000-2006"; | 41 | const char *copyright = "1998-2007"; |
44 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
45 | 43 | ||
46 | #include "common.h" | 44 | #include "common.h" |