integ/monitoring
Eric MacDonald 5142fac498 Make collectd alarm notifier retry alarm clear attempts that fail
The Starling-X collectd alarm notification handler Fault Manager (FM)
call to clear an alarm can lead to a stuck alarm if that FM request
fails, say due to a concurrent swact operation, and the clear is not
retried.

The alarm will remain stuck until there is another same alarm assertion,
followed by deassertion that leads to a successful clear.

The fix is to execute a 'return' in the alarm clear failure path so
that the alarm notifier's alarm manager control structure is not
updated with the clear state so that the clear will be automatically
retried on the next audit interval.

Change-Id: Iddf4e0e7b99eab0bf0748230a25851419e7c06fa
Closes-Bug: 1793314
Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
2018-09-20 14:21:32 -04:00
..
collectd-extensions Make collectd alarm notifier retry alarm clear attempts that fail 2018-09-20 14:21:32 -04:00
influxdb-extensions Recreate /var/run/influxdb dir upon recovery 2018-07-20 10:53:56 -04:00