1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #820 from reven/varnish-cat-colors

Fix inconsistent category order of varnish4_ plugin
This commit is contained in:
sumpfralle 2017-02-28 12:57:59 +01:00 committed by GitHub
commit 012afcd680

View file

@ -1081,7 +1081,7 @@ sub get_config
print_if_exist(\%ASPECTS,$graph,$field,"graph_$field"); print_if_exist(\%ASPECTS,$graph,$field,"graph_$field");
} }
foreach my $value (keys %values) { foreach my $value (sort keys %values) {
# Just print the description/type if it's a dynamic # Just print the description/type if it's a dynamic
# counter. It'll be silent if it isn't. # counter. It'll be silent if it isn't.
if(print_dynamic($value,'.label',('description','type','ident'))) { if(print_dynamic($value,'.label',('description','type','ident'))) {