2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Set order for objects and expunge

This commit is contained in:
Ingo Oppermann 2015-01-08 17:54:57 +00:00
parent 7041db3964
commit 50cb217cfe

View File

@ -305,6 +305,7 @@ my %ASPECTS = (
},
'objects' => {
'title' => 'Number of objects',
'order' => 'n_object n_objectcore n_vampireobject n_objecthead',
'values' => {
'n_object' => {
'type' => 'GAUGE',
@ -674,6 +675,7 @@ my %ASPECTS = (
},
'expunge' => {
'title' => 'Object expunging',
'order' => 'n_expired n_lru_nuked',
'values' => {
'n_expired' => {
'type' => 'DERIVE',