[nagiosplug] Update plugins/check_disk.c
"Nagios Plugin Development" <[email protected]> Tue, 25 Sep 2012 14:50:16 +0000
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: 2672e95bca7586b0c02a39a1e99c1a3c35605d33 Author: Gianluca Varisco <[email protected]> Date: Tue Sep 25 17:45:12 2012 +0300 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=2672e95 Update plugins/check_disk.c CRITCAL -> CRITICAL typo --- plugins/check_disk.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/check_disk.c b/plugins/check_disk.c index f8e913e..6ba7bdf 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c @@ -856,7 +856,7 @@ print_help (void) printf (" %s\n", "-c, --critical=INTEGER"); printf (" %s\n", _("Exit with CRITICAL status if less than INTEGER units of disk are free")); printf (" %s\n", "-c, --critical=PERCENT%"); - printf (" %s\n", _("Exit with CRITCAL status if less than PERCENT of disk space is free")); + printf (" %s\n", _("Exit with CRITICAL status if less than PERCENT of disk space is free")); printf (" %s\n", "-W, --iwarning=PERCENT%"); printf (" %s\n", _("Exit with WARNING status if less than PERCENT of inode space is free")); printf (" %s\n", "-K, --icritical=PERCENT%"); ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Nagiosplug-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagiosplug-checkins