Update common.pm

This commit is contained in:
Marcel Hecko 2016-07-21 15:22:54 +02:00 committed by GitHub
parent 43384282ce
commit 27a3fc92c9

View File

@ -352,7 +352,7 @@ sub generic_performance_values_historic {
if (!$$perfdata[0] || !defined($$perfdata[0]->value)) {
$manager_display->{output}->output_add(severity => 'UNKNOWN',
short_msg => 'Cannot get value for counters (Maybe, object(s) cannot be reached: disconnected, not running,...)');
short_msg => 'Cannot get value for counters (Maybe, object(s) cannot be reached: disconnected, not running, time not synced (see time-host mode),...)');
return undef;
}
foreach my $val (@$perfdata) {