diff options
author | uvok cheetah | 2025-01-17 19:46:39 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-17 19:46:39 +0100 |
commit | 4ae3a8ac5d8631661d894f1286b8eb860f9af8f1 (patch) | |
tree | bedefe67d94a1ee562c39907ff4e622d206bc2ad /roles/router | |
parent | c306915829dc206a65f5e6036e1d5ca7cc4ebdc7 (diff) |
Add min for bird activity
Diffstat (limited to 'roles/router')
-rwxr-xr-x | roles/router/files/munin_bird | 15 |
1 files changed, 15 insertions, 0 deletions
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 } |