+ Fix #559
This commit is contained in:
parent
190c1c1402
commit
79d02902e2
|
@ -71,10 +71,10 @@ sub set_counters {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'total-associated', set => {
|
{ label => 'total-associated', set => {
|
||||||
key_values => [ { name => 'total_aaapending' } ],
|
key_values => [ { name => 'total_associated' } ],
|
||||||
output_template => 'Total AaaPending Users : %s',
|
output_template => 'Total Associated Users : %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'total_aaapending', value => 'total_aaapending_absolute', template => '%s',
|
{ label => 'total_associated', value => 'total_associated_absolute', template => '%s',
|
||||||
unit => 'users', min => 0 },
|
unit => 'users', min => 0 },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue