diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 08:45:22 (GMT) |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2004-12-03 08:45:22 (GMT) |
commit | 9d704527496ac715e24bcc844b39125022c0aabc (patch) | |
tree | 1836106e0cf3df60138c1962284c006476edb733 /plugins/check_ide-smart.c | |
parent | 3ed0c95d2dd9721b62421c291c38ad9a0f8191bd (diff) | |
download | monitoring-plugins-9d704527496ac715e24bcc844b39125022c0aabc.tar.gz |
correcting copyright and remaning int result = STATE_UNKNOWN;
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@987 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ide-smart.c')
-rw-r--r-- | plugins/check_ide-smart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_ide-smart.c b/plugins/check_ide-smart.c index 09231aa..6ceebe2 100644 --- a/plugins/check_ide-smart.c +++ b/plugins/check_ide-smart.c | |||
@@ -376,6 +376,7 @@ show_version () | |||
376 | printf ("check_ide-smart v.1 - FREE Software with NO WARRANTY\n"); | 376 | printf ("check_ide-smart v.1 - FREE Software with NO WARRANTY\n"); |
377 | printf ("Nagios feature - Robert Dale <rdale@digital-mission.com>\n"); | 377 | printf ("Nagios feature - Robert Dale <rdale@digital-mission.com>\n"); |
378 | printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>\n"); | 378 | printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>\n"); |
379 | printf (COPYRIGHT, copyright, email); | ||
379 | } | 380 | } |
380 | 381 | ||
381 | 382 | ||