mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
enhance ipsla output
This commit is contained in:
parent
a0f8df6bbe
commit
a581b3d756
@ -32,7 +32,7 @@ sub set_counters {
|
|||||||
|
|
||||||
$self->{maps_counters_type} = [
|
$self->{maps_counters_type} = [
|
||||||
{ name => 'tag', type => 1, cb_prefix_output => 'prefix_tag_output', message_multiple => 'All RTT controls are ok',
|
{ name => 'tag', type => 1, cb_prefix_output => 'prefix_tag_output', message_multiple => 'All RTT controls are ok',
|
||||||
skipped_code => { -2 => 1 } }
|
skipped_code => { -2 => 1, -3 => 1, -10 => 1 } }
|
||||||
];
|
];
|
||||||
$self->{maps_counters}->{tag} = [
|
$self->{maps_counters}->{tag} = [
|
||||||
{ label => 'status', threshold => 0, set => {
|
{ label => 'status', threshold => 0, set => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user