mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
remove host
This commit is contained in:
parent
c6552113c0
commit
3676ac499b
@ -281,9 +281,6 @@ sub run {
|
||||
$short_msg_append = ', ';
|
||||
}
|
||||
|
||||
$extra_label = '';
|
||||
$extra_label .= '_' . $_ if ($number_nic > 1);
|
||||
$extra_label .= '_' . $entity_view->{name} if ($multiple == 1);
|
||||
$self->{manager}->{output}->perfdata_add(label => 'packets_dropped_in' . $extra_label, unit => '%',
|
||||
value => sprintf("%.2f", $dropped_in_prct),
|
||||
warning => $self->{manager}->{perfdata}->get_perfdata_for_output(label => 'warning-dropped-in'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user