mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
+ Fix #559
This commit is contained in:
parent
c40ff761a7
commit
97d779d363
@ -71,10 +71,10 @@ sub set_counters {
|
||||
}
|
||||
},
|
||||
{ label => 'total-associated', set => {
|
||||
key_values => [ { name => 'total_aaapending' } ],
|
||||
output_template => 'Total AaaPending Users : %s',
|
||||
key_values => [ { name => 'total_associated' } ],
|
||||
output_template => 'Total Associated Users : %s',
|
||||
perfdatas => [
|
||||
{ label => 'total_aaapending', value => 'total_aaapending_absolute', template => '%s',
|
||||
{ label => 'total_associated', value => 'total_associated_absolute', template => '%s',
|
||||
unit => 'users', min => 0 },
|
||||
],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user