965a6d3639
Current Status: - CLI commands - API endpoints - controller process - agent process - Logging Test Plan: PASS: Build and Install ISO PASS: software-agent and software-controller services are active post unlock PASS: tox Story: 2010676 Task: 47817 Signed-off-by: Jessica Castelino <jessica.castelino@windriver.com> Change-Id: I394780ce40fee398c4eacb3aacb575a03ff93332
20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
[process]
|
|
process = software-agent
|
|
pidfile = /var/run/software-agent.pid
|
|
script = /etc/init.d/software-agent
|
|
style = lsb ; ocf or lsb
|
|
severity = major ; Process failure severity
|
|
; critical : host is failed
|
|
; major : host is degraded
|
|
; minor : log is generated
|
|
restarts = 3 ; Number of back to back unsuccessful restarts before severity assertion
|
|
interval = 5 ; Number of seconds to wait between back-to-back unsuccessful restarts
|
|
debounce = 20 ; Number of seconds the process needs to run before declaring
|
|
; it as running O.K. after a restart.
|
|
; Time after which back-to-back restart count is cleared.
|
|
startuptime = 10 ; Seconds to wait after process start before starting the debounce monitor
|
|
mode = passive ; Monitoring mode: passive (default) or active
|
|
; passive: process death monitoring (default: always)
|
|
; active: heartbeat monitoring, i.e. request / response messaging
|
|
|