NRPE check should look for 'OVS is dead' in /var/log/neutron/neutron-openvswitch-agent.log
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Requesting a check of a log file to ensure that "OVS is dead" is not present in the neutron-
sudo grep "OVS is dead" /var/log/
2021-03-30 18:33:37.135 132498 WARNING neutron.
2021-03-30 18:38:37.137 132498 WARNING neutron.
We've found this message occurs on a 5min interval, so the check would need to observe the history of this log over a long interval -- but not too long. Something like (N-threshold times in the last 30min) where n maybe configurable and defaults to 3 so the first alert is 15 minutes after the first occurance.
Changed in charm-neutron-openvswitch: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |