2068a2697a
#### Why I did it Improve naming convention for bgp notification events and change type of leaf for sonic-events-host mem usage from uint64 to decimal64 #### How I did it Replace "-" with "_" Replace uint64 with decimal64 #### How to verify it Run yang model unit tests #### Description for the changelog Change YANG model leaf naming convention for bgp notification
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" ]
|
|
}
|
|
]
|
|
|