From 4ae3a8ac5d8631661d894f1286b8eb860f9af8f1 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Fri, 17 Jan 2025 19:46:39 +0100 Subject: Add min for bird activity --- roles/router/files/munin_bird | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'roles/router/files/munin_bird') diff --git a/roles/router/files/munin_bird b/roles/router/files/munin_bird index 8504c98..0bf1666 100755 --- a/roles/router/files/munin_bird +++ b/roles/router/files/munin_bird @@ -182,48 +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.draw LINE1 import_updates_rejected.label Import updates rejected import_updates_rejected.type DERIVE +import_updates_rejected.min -1000 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.draw LINE1 import_updates_ignored.label Import updates ignored import_updates_ignored.type DERIVE +import_updates_ignored.min -1000 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.draw LINE1 import_withdraws_received.label Import withdraws_received import_withdraws_received.type DERIVE +import_withdraws_received.min -1000 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.draw LINE1 import_withdraws_ignored.label Import withdraws ignored import_withdraws_ignored.type DERIVE +import_withdraws_ignored.min -1000 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.draw LINE1 export_updates_received.label Export updates received export_updates_received.type DERIVE +export_updates_received.min -1000 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.draw LINE1 export_updates_filtered.label Export updates filtered export_updates_filtered.type DERIVE +export_updates_filtered.min -1000 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.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_accepted.label Export withdraws accepted export_withdraws_accepted.type DERIVE +export_withdraws_accepted.min -1000 export_withdraws_accepted.draw LINE1 HEREDOC } -- cgit v1.2.3