mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Remove old params
This commit is contained in:
parent
c301832032
commit
b1f8b9f03e
1 changed files with 3 additions and 6 deletions
|
@ -107,8 +107,6 @@ tc-profsize.label TC Profiling Size
|
|||
tc-profsize.info Translation Cache Profiling Size
|
||||
tc-coldsize.label TC Cold Size
|
||||
tc-coldsize.info Translation Cache Cold Size
|
||||
tc-trampolinessize.label TC Trampoline Size
|
||||
tc-trampolinessize.info Translation Cache Trampoline Size
|
||||
tc-frozensize.label TC Frozen Size
|
||||
tc-frozensize.info Translation Cache Frozen Size
|
||||
rds.label RDS Used Bytes
|
||||
|
@ -131,7 +129,6 @@ EOF
|
|||
printf( "tc-size.value %d\n", $health->{'tc-size'} );
|
||||
printf( "tc-profsize.value %d\n", $health->{'tc-profsize'} );
|
||||
printf( "tc-coldsize.value %d\n", $health->{'tc-coldsize'} );
|
||||
printf( "tc-trampolinessize.value %d\n", $health->{'tc-trampolinessize'} );
|
||||
printf( "tc-frozensize.value %d\n", $health->{'tc-frozensize'} );
|
||||
printf( "rds.value %d\n", $health->{'rds'} );
|
||||
printf( "units.value %d\n", $health->{'units'} );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue