nfv/guest-comm/host-guest-comm-2.0/scripts/host_agent.conf

25 lines
1.5 KiB
Plaintext

[process]
process = host_agent
pidfile = /var/run/host_agent.pid
script = /etc/init.d/host_agent
style = lsb ; ocf or lsb
severity = major ; minor, major, critical
restarts = 3 ; restart retries before error assertion
interval = 1 ; number of seconds to wait between restarts
debounce = 20 ; number of seconds that a process needs to remain
; running before degrade is removed and retry count
; is cleared.
startuptime = 5 ; Seconds to wait after process start before starting the debounce monitor
mode = passive ; Monitoring mode: passive (default or if mode field is missing) or active
; passive: process death monitoring (default: always)
; active: heartbeat monitoring, i.e. request / response messaging
; ignore: do not monitor or stop monitoring process
subfunction = worker ; Optional label.
; Manage this process in the context of a combo host subfunction
; Choices: worker or storage.
; when specified pmond will wait for
; /var/run/.worker_config_complete or
; /var/run/.storage_config_complete
; ... before managing this process with the specified subfunction
; Excluding this label will cause this process to be managed by default on startup