From 649138b448feeb82c128e2ab93525383affd6bf2 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sat, 18 Jan 2025 14:56:46 +0100 Subject: Set limit for derive to -1 --- roles/router/files/munin_bird | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'roles') diff --git a/roles/router/files/munin_bird b/roles/router/files/munin_bird index 0bf1666..abc3db6 100755 --- a/roles/router/files/munin_bird +++ b/roles/router/files/munin_bird @@ -182,63 +182,63 @@ graph_vlabel routes per second graph_category network import_updates_received.label Import updates received import_updates_received.type DERIVE -import_updates_received.min -1000 +import_updates_received.min -1 import_updates_received.draw LINE1 import_updates_rejected.label Import updates rejected import_updates_rejected.type DERIVE -import_updates_rejected.min -1000 +import_updates_rejected.min -1 import_updates_rejected.draw LINE1 import_updates_filtered.label Import updates filtered import_updates_filtered.type DERIVE -import_updates_filtered.min -1000 +import_updates_filtered.min -1 import_updates_filtered.draw LINE1 import_updates_ignored.label Import updates ignored import_updates_ignored.type DERIVE -import_updates_ignored.min -1000 +import_updates_ignored.min -1 import_updates_ignored.draw LINE1 import_updates_accepted.label Import updates accepted import_updates_accepted.type DERIVE -import_updates_accepted.min -1000 +import_updates_accepted.min -1 import_updates_accepted.draw LINE1 import_withdraws_received.label Import withdraws_received import_withdraws_received.type DERIVE -import_withdraws_received.min -1000 +import_withdraws_received.min -1 import_withdraws_received.draw LINE1 import_withdraws_rejected.label Import withdraws rejected import_withdraws_rejected.type DERIVE -import_withdraws_rejected.min -1000 +import_withdraws_rejected.min -1 import_withdraws_rejected.draw LINE1 import_withdraws_ignored.label Import withdraws ignored import_withdraws_ignored.type DERIVE -import_withdraws_ignored.min -1000 +import_withdraws_ignored.min -1 import_withdraws_ignored.draw LINE1 import_withdraws_accepted.label Import withdraws accepted import_withdraws_accepted.type DERIVE -import_withdraws_accepted.min -1000 +import_withdraws_accepted.min -1 import_withdraws_accepted.draw LINE1 export_updates_received.label Export updates received export_updates_received.type DERIVE -export_updates_received.min -1000 +export_updates_received.min -1 export_updates_received.draw LINE1 export_updates_rejected.label Export updates rejected export_updates_rejected.type DERIVE -export_updates_rejected.min -1000 +export_updates_rejected.min -1 export_updates_rejected.draw LINE1 export_updates_filtered.label Export updates filtered export_updates_filtered.type DERIVE -export_updates_filtered.min -1000 +export_updates_filtered.min -1 export_updates_filtered.draw LINE1 export_updates_accepted.label Export updates accepted export_updates_accepted.type DERIVE -export_updates_accepted.min -1000 +export_updates_accepted.min -1 export_updates_accepted.draw LINE1 export_withdraws_received.draw LINE1 export_withdraws_received.label Export withdraws received export_withdraws_received.type DERIVE -export_withdraws_received.min -1000 +export_withdraws_received.min -1 export_withdraws_accepted.label Export withdraws accepted export_withdraws_accepted.type DERIVE -export_withdraws_accepted.min -1000 +export_withdraws_accepted.min -1 export_withdraws_accepted.draw LINE1 HEREDOC } -- cgit v1.2.3