Merge pull request #693 from s-duret/patch-9

Missing code for app_invite
This commit is contained in:
qgarnier 2017-06-28 12:05:07 +02:00 committed by GitHub
commit 551bd3f737
1 changed files with 11 additions and 0 deletions

View File

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