1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00: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' => { 'objects' => {
'title' => 'Number of objects', 'title' => 'Number of objects',
'order' => 'n_object n_objectcore n_vampireobject n_objecthead',
'values' => { 'values' => {
'n_object' => { 'n_object' => {
'type' => 'GAUGE', 'type' => 'GAUGE',
@ -674,6 +675,7 @@ my %ASPECTS = (
}, },
'expunge' => { 'expunge' => {
'title' => 'Object expunging', 'title' => 'Object expunging',
'order' => 'n_expired n_lru_nuked',
'values' => { 'values' => {
'n_expired' => { 'n_expired' => {
'type' => 'DERIVE', 'type' => 'DERIVE',