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:
parent
2f2ed4e41a
commit
6bb4a57983
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue