2022-09-03 09:33:25 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"tag": "bgp-state",
|
|
|
|
"regex": "Peer .default\\|([0-9a-f:.]*[0-9a-f]*). admin state is set to .(up|down).",
|
|
|
|
"params": [ "ip", "status" ]
|
2022-10-09 22:23:31 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "zebra-no-buff",
|
|
|
|
"regex": "No buffer space available",
|
|
|
|
"params": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"tag": "notification",
|
|
|
|
"regex": "NOTIFICATION: (received|sent) (?:to|from) neighbor ([0-9a-f:.]*[0-9a-f+]*)\\s*.* (\\d*)\/(\\d*)",
|
|
|
|
"params": [ "is-sent", "ip", "major-code", "minor-code" ]
|
2022-09-03 09:33:25 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
|