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:
parent
7041db3964
commit
50cb217cfe
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue