mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 09:05:19 +02:00
Typos
This commit is contained in:
parent
186f6921a4
commit
5d37885879
@ -58,12 +58,11 @@ sub set_counters {
|
|||||||
];
|
];
|
||||||
|
|
||||||
$self->{maps_counters}->{global} = [
|
$self->{maps_counters}->{global} = [
|
||||||
{ label => 'problems-open', nlabel => 'problems.open.current', set => {
|
{ label => 'problems-open', nlabel => 'problems.open.count', set => {
|
||||||
key_values => [ { name => 'problems_open' } ],
|
key_values => [ { name => 'problems_open' } ],
|
||||||
output_template => 'problems open : %s',
|
output_template => 'Number of problems open : %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'problems_open', template => '%s', value => 'problems_open_absolute',
|
{ template => '%s', value => 'problems_open_absolute', min => 0 },
|
||||||
min => 0 },
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user