Comment 1 for bug 2003402

Revision history for this message
Barry Price (barryprice) wrote (last edit ):

Marking this as also affecting the neutron-gateway charm, as that's where I came across it.

If desired, this could be worked around in that charm's code with something like:

- check_cmd='check_status_file.py -f /var/lib/nagios/netns-check.txt'
+ check_cmd='check_status_file.py -c CRIT -f /var/lib/nagios/netns-check.txt'

https://opendev.org/openstack/charm-neutron-gateway/src/branch/master/hooks/neutron_hooks.py#L347

Happy to propose that fix if desired.