diff options
author | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-01-25 12:43:45 +0000 |
---|---|---|
committer | Stanley Hopcroft <stanleyhopcroft@users.sourceforge.net> | 2005-01-25 12:43:45 +0000 |
commit | 13411c14f4512edcbc4da82f8202e57a7658208f (patch) | |
tree | 43bbb735afa3e3d144be3558964804d52dde921d | |
parent | 0f7a576dfcd902f2d55a3eab501153d7b85cca68 (diff) | |
download | monitoring-plugins-13411c14f4512edcbc4da82f8202e57a7658208f.tar.gz |
Trivial text changes (print_help, commentary & -n option)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1104 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r-- | plugins/check_ide_smart.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 33f24755..b5021fd7 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -6,9 +6,9 @@ * * Notes: * ide-smart has the same functionality as before. Some return - * values were changed, otherwise the --net-saint option was added. + * values were changed, otherwise the --nagios option was added. * - * Run with: check_ide-smart --net-saint [-d] <DRIVE> + * Run with: check_ide-smart --nagios [-d] <DRIVE> * Where DRIVE is an IDE drive, ie. /dev/hda, /dev/hdb, /dev/hdc * * - Returns 0 on no errors @@ -169,7 +169,7 @@ main (int argc, char *argv[]) {"quiet-check", no_argument, 0, 'q'}, {"auto-on", no_argument, 0, '1'}, {"auto-off", no_argument, 0, '0'}, - {"net-saint", no_argument, 0, 'n'}, + {"nagios", no_argument, 0, 'n'}, {"help", no_argument, 0, 'h'}, {"version", no_argument, 0, 'V'}, {0, 0, 0, 0} }; @@ -497,6 +497,8 @@ print_help (void) printf ("Nagios feature - 1999 Robert Dale <rdale@digital-mission.com>\n"); printf ("(C) 1999 Ragnar Hojland Espinosa <ragnar@lightside.dhis.org>\n"); printf (COPYRIGHT, copyright, email); + + printf(_("This plugin checks this host's IDE hard drive through the (Linux specific) SMART command interface.\n\n")); printf ("\ Usage: %s [DEVICE] [OPTION]\n\ |