(plugin) network::viptela::snmp - clean memory mode (#3472)

This commit is contained in:
qgarnier 2022-02-09 08:41:50 +01:00 committed by GitHub
parent eacd3c4927
commit 5627f83dd0
1 changed files with 0 additions and 9 deletions

View File

@ -87,15 +87,6 @@ sub set_counters {
{ template => '%d', min => 0, unit => 'B' }
]
}
},
{ label => 'shared', nlabel => 'memory.shared.bytes', set => {
key_values => [ { name => 'memShared' } ],
output_template => 'Shared: %s %s',
output_change_bytes => 1,
perfdatas => [
{ template => '%d', min => 0, unit => 'B' }
]
}
}
];
}