Skip to content

Commit

Permalink
removed leftover Data::Dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
lausser committed Sep 18, 2013
1 parent a500de9 commit 997a454
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Changelog of the check_nwc_health plugin #
############################################

2013-09-18 2.5.1.2
- removed a leftover Data::Dumper (Thanks Frank Belau)

2013-09-17 2.5.1.1
- bugfix in lsmpi_io memory pools of Cisco ASR (100% even with --warning/--critical)

Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_REVISION ($Revision: 1.150 $)
AC_PREREQ(2.58)
AC_INIT(check_nwc_health,2.5.1.1)
AC_INIT(check_nwc_health,2.5.1.2)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AC_CANONICAL_HOST

Expand Down
3 changes: 0 additions & 3 deletions plugins-scripts/Nagios/MiniPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,6 @@ sub check_thresholds {
$warningrange = $self->{mywarning};
$criticalrange = $self->{mycritical};
}
printf "check_thresholds %s, %s\n", Data::Dumper::Dumper([
$value, $warningrange, $criticalrange,
]);
if ($warningrange =~ /^(\d+)$/) {
# warning = 10, warn if > 10 or < 0
$level = $ERRORS{WARNING}
Expand Down

0 comments on commit 997a454

Please sign in to comment.