enh(aruba/aoscx): vsf mode - display memory (#3002)
This commit is contained in:
parent
57e5134a90
commit
53219cb6e7
|
@ -128,7 +128,7 @@ sub set_counters {
|
|||
];
|
||||
|
||||
$self->{maps_counters}->{memory} = [
|
||||
{ label => 'memory-usage-prct', display_ok => 0, nlabel => 'member.memory.usage.percentage', set => {
|
||||
{ label => 'memory-usage-prct', nlabel => 'member.memory.usage.percentage', set => {
|
||||
key_values => [ { name => 'mem_used' } ],
|
||||
output_template => 'memory used: %.2f %%',
|
||||
perfdatas => [
|
||||
|
|
Loading…
Reference in New Issue