From 2f30683bcaa322f722410b3189404afeb5f02829 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Tue, 19 Mar 2024 19:38:12 +0100 Subject: munin: Make graph log scale and start at 1 always --- roles/router/files/munin_bird | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/router/files/munin_bird b/roles/router/files/munin_bird index 7fb39cf..8504c98 100755 --- a/roles/router/files/munin_bird +++ b/roles/router/files/munin_bird @@ -143,13 +143,14 @@ sub autoconf { exit 0; } +# log scale, minimum 1 for consistent appearance sub config { my $stats = get_stats; while ( my ($name,$proto) = each %$stats) { print <{title} -graph_args --base 1000 +graph_args --base 1000 --logarithmic -l 1 graph_vlabel routes graph_category network exported.label Exported routes -- cgit v1.2.3