diff options
Diffstat (limited to 'plugins/check_ide_smart.c')
| -rw-r--r-- | plugins/check_ide_smart.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index b0a7ef6c..b0b01890 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c | |||
| @@ -9,8 +9,6 @@ | |||
| 9 | * Copyright (c) 2000 Robert Dale <rdale@digital-mission.com> | 9 | * Copyright (c) 2000 Robert Dale <rdale@digital-mission.com> |
| 10 | * Copyright (c) 2000-2007 Nagios Plugins Development Team | 10 | * Copyright (c) 2000-2007 Nagios Plugins Development Team |
| 11 | * | 11 | * |
| 12 | * Last Modified: $Date$ | ||
| 13 | * | ||
| 14 | * Description: | 12 | * Description: |
| 15 | * | 13 | * |
| 16 | * This file contains the check_ide_smart plugin | 14 | * This file contains the check_ide_smart plugin |
| @@ -32,12 +30,10 @@ | |||
| 32 | * You should have received a copy of the GNU General Public License | 30 | * You should have received a copy of the GNU General Public License |
| 33 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 31 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 34 | * | 32 | * |
| 35 | * $Id$ | ||
| 36 | * | 33 | * |
| 37 | *****************************************************************************/ | 34 | *****************************************************************************/ |
| 38 | 35 | ||
| 39 | const char *progname = "check_ide_smart"; | 36 | const char *progname = "check_ide_smart"; |
| 40 | const char *revision = "$Revision$"; | ||
| 41 | const char *copyright = "1998-2007"; | 37 | const char *copyright = "1998-2007"; |
| 42 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 38 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; |
| 43 | 39 | ||
| @@ -211,7 +207,7 @@ main (int argc, char *argv[]) | |||
| 211 | print_help (); | 207 | print_help (); |
| 212 | return STATE_OK; | 208 | return STATE_OK; |
| 213 | case 'V': | 209 | case 'V': |
| 214 | print_revision (progname, revision); | 210 | print_revision (progname, NP_VERSION); |
| 215 | return STATE_OK; | 211 | return STATE_OK; |
| 216 | default: | 212 | default: |
| 217 | usage5 (); | 213 | usage5 (); |
| @@ -481,7 +477,7 @@ smart_read_thresholds (int fd, thresholds_t * thresholds) | |||
| 481 | void | 477 | void |
| 482 | print_help (void) | 478 | print_help (void) |
| 483 | { | 479 | { |
| 484 | print_revision (progname, revision); | 480 | print_revision (progname, NP_VERSION); |
| 485 | 481 | ||
| 486 | printf ("Nagios feature - 1999 Robert Dale <rdale@digital-mission.com>\n"); | 482 | printf ("Nagios feature - 1999 Robert Dale <rdale@digital-mission.com>\n"); |
| 487 | printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>\n"); | 483 | printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>\n"); |
