Merge pull request #693 from s-duret/patch-9
Missing code for app_invite
This commit is contained in:
commit
551bd3f737
|
@ -104,6 +104,17 @@ sub set_counters {
|
|||
}
|
||||
},
|
||||
];
|
||||
$self->{maps_counters}->{app_invite} = [
|
||||
{ label => 'app-invite', set => {
|
||||
key_values => [ { name => 'value' } ],
|
||||
output_template => 'App Invite : %d',
|
||||
perfdatas => [
|
||||
{ label => 'app_invite', value => 'value_absolute', template => '%d',
|
||||
unit => 'sessions', min => 0, label_extra_instance => 0 },
|
||||
],
|
||||
}
|
||||
},
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue