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:
parent
7041db3964
commit
50cb217cfe
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user