c8159ea6cb
Create fault management REST API service Create fault management client and CLI shell Add a python extension for fault management application APIs Update fault management python APIs to use the python extension Update fault manager to retrieve the SNMP configuration from the config file Story: 2002828 Task: 22747 Depends-On: https://review.openstack.org/#/c/592176/ Change-Id: I888d8d23edf75d05d51594ccca55570ae366c848 Signed-off-by: Tao Liu <tao.liu@windriver.com>
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
[process]
|
|
process = fm-api
|
|
pidfile = /var/run/fm-api.pid
|
|
script = /etc/init.d/fm-api
|
|
style = lsb ; ocf or lsb
|
|
severity = major ; minor, major, critical
|
|
restarts = 3 ; restarts before error assertion
|
|
interval = 5 ; number of seconds to wait between restarts
|
|
debounce = 20 ; number of seconds to wait before degrade clear
|
|
|