diff --git a/plugins/varnish/varnish4_ b/plugins/varnish/varnish4_ index f4d01e2a..ec96075c 100644 --- a/plugins/varnish/varnish4_ +++ b/plugins/varnish/varnish4_ @@ -1081,7 +1081,7 @@ sub get_config 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 # counter. It'll be silent if it isn't. if(print_dynamic($value,'.label',('description','type','ident'))) {