mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-08 17:06:05 +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} = [
|
||||
{ label => 'memory', nlabel => 'memory.usage.bytes' set => {
|
||||
{ label => 'memory', nlabel => 'memory.usage.bytes', set => {
|
||||
key_values => [ { name => 'used' }, { name => 'total' } ],
|
||||
closure_custom_calc => \&custom_usage_calc,
|
||||
closure_custom_output => \&custom_usage_output,
|
||||
|
Loading…
x
Reference in New Issue
Block a user