mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix typo
This commit is contained in:
parent
ccfa6d9f8d
commit
0f338b8763
@ -50,7 +50,7 @@ sub set_counters {
|
|||||||
min => 0, max => 100, unit => '%' },
|
min => 0, max => 100, unit => '%' },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ sub set_counters {
|
|||||||
$self->{maps_counters}->{global} = [
|
$self->{maps_counters}->{global} = [
|
||||||
{ label => 'total', nlabel => 'interfaces.total.count', display_ok => 0, set => {
|
{ label => 'total', nlabel => 'interfaces.total.count', display_ok => 0, set => {
|
||||||
key_values => [ { name => 'total' } ],
|
key_values => [ { name => 'total' } ],
|
||||||
output_template => 'total interaces: %s',
|
output_template => 'total interfaces: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ value => 'total_absolute', template => '%s', min => 0 },
|
{ value => 'total_absolute', template => '%s', min => 0 },
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user