Changes
→check_ubc Without SNMP
my $limit=$beancounters{$vmachine_id}{$resource}[3];
if ( $failcnt_old < $failcnt ){
print "CRITICAL: Incrased Increased failcnt $vmachine_id: ".url($resource,$linked)." from $failcnt_old to $failcnt (held->$held , maxheld->$maxheld , barrier->$barrier , limit->$limit ) " ;
$ret=2;
}
}
}
if ($ret == 0 ) { print "OK. : All bean counters fine \n" ; }
# print Dumper(%beancounters_old) ;
# print "\n";