This commit is contained in:
garnier-quentin 2016-12-01 17:32:33 +01:00
parent 190c1c1402
commit 79d02902e2
1 changed files with 3 additions and 3 deletions

View File

@ -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 },
], ],
} }