Issue Details (XML | Word | Printable)

Key: GWMON-49
Type: Bug Bug
Status: Resolved
Resolution: Fixed
Priority: Standard Standard
Assignee: Richard Barry-Smith
Reporter: fueri
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GroundWork Monitor Open Source

check_snmp_disk_monitor.pl command line arguments 'warning' 'critical' ineffective

Created: 06/Nov/08 02:44 AM   Updated: 17/Feb/09 12:37 PM
Component/s: Nagios
Affects Version/s: Legacy
Fix Version/s: 5.3 GA


 Description  « Hide
libexec/check_snmp_disk_monitor.pl command line arguments 'warning' 'critical' ineffective

Commandlineargs fill up to $opt_crit and $opt_warn. Later using $opt_critical/$opt_warning

   'c:i' => \$opt_crit, 'critical:i' => \$opt_crit,
   'w:i' => \$opt_warn, 'warning:i' => \$opt_war,

change to:
   'c:i' => \$opt_critical, 'critical:i' => \$opt_critical,
   'w:i' => \$opt_warning, 'warning:i' => \$opt_warning,

regards
fueri

 All   Comments   Change History      Sort Order:
Richard Barry-Smith added a comment - 21/Nov/08 05:37 PM
Hi fueri,

I have submitted your bug and code to our developers.

Thank you,

Richard

Richard Barry-Smith added a comment - 17/Feb/09 12:37 PM
This issue has been fixed with the 5.3 GA release