mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-21 20:54:47 +02:00
+ fix missing comma
This commit is contained in:
parent
871b224cd9
commit
1fe6ae6750
@ -93,7 +93,7 @@ sub set_counters {
|
|||||||
];
|
];
|
||||||
|
|
||||||
$self->{maps_counters}->{memory} = [
|
$self->{maps_counters}->{memory} = [
|
||||||
{ label => 'memory', nlabel => 'memory.usage.bytes' set => {
|
{ label => 'memory', nlabel => 'memory.usage.bytes', set => {
|
||||||
key_values => [ { name => 'used' }, { name => 'total' } ],
|
key_values => [ { name => 'used' }, { name => 'total' } ],
|
||||||
closure_custom_calc => \&custom_usage_calc,
|
closure_custom_calc => \&custom_usage_calc,
|
||||||
closure_custom_output => \&custom_usage_output,
|
closure_custom_output => \&custom_usage_output,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user