1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

[snmp__if_combined] Fix All interfaces titles so they are better grouped in category views

Signed-off-by: Olivier Mehani <shtrom@ssji.net>
This commit is contained in:
Olivier Mehani 2021-06-04 17:17:38 +10:00
parent 2f2ed4e41a
commit 6bb4a57983

View file

@ -558,7 +558,7 @@ sub do_config_root {
print <<END;
multigraph snmp_if_combined
graph_title $host interfaces traffic
graph_title All interfaces traffic
graph_args --base 1000
graph_vlabel bits in (-) / out (+) per \${graph_period}
graph_category network
@ -590,7 +590,7 @@ END
print <<END;
multigraph snmp_if_combined_err
graph_title $host interfaces errors
graph_title All interfaces errors
graph_args --base 1000
graph_vlabel errors in (-) / out (+) per \${graph_period}
graph_category network