09fe3f467f
Add events for dhcp-relay, bgp, syncd, & kernel.
19 lines
514 B
JSON
19 lines
514 B
JSON
[
|
|
{
|
|
"tag": "bgp-state",
|
|
"regex": "Peer .default\\|([0-9a-f:.]*[0-9a-f]*). admin state is set to .(up|down).",
|
|
"params": [ "ip", "status" ]
|
|
},
|
|
{
|
|
"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" ]
|
|
}
|
|
]
|
|
|