mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add conditions for bgp admin status = stop (#9773)
I propose this change so that bgp sessions down volunteer is not on alert
This commit is contained in:
Lucas Dousse
committed by
Tony Murray
parent
db488807e4
commit
0b1c737659
@ -11,7 +11,7 @@
|
||||
"default": true
|
||||
},
|
||||
{
|
||||
"rule": "bgpPeers.bgpPeerState != \"established\" && macros.device_up = \"1\"",
|
||||
"rule": "bgpPeers.bgpPeerState != \"established\" && macros.device_up = \"1\" && bgpPeers.bgpPeerAdminStatus != \"stop\"",
|
||||
"name": "BGP Session down",
|
||||
"extra": "{\"count\": 1}",
|
||||
"default": true
|
||||
|
Reference in New Issue
Block a user