892489acd7
This is the primary update that introduces collectd monitoring and sample storage into the influxdb database. Two new packages are introduced by this update - collectd-extensions package which includes - newly developed collectd platform memory, cpu and filesystem plugins - note that the example, ntpq and interface plugins are not complete and are not enabled by this update. - pmond process monitoring / recovery support for collectd - updated service file for pidfile management ; needed by pmond - influxdb-extensions package which includes - pmond process monitoring / recovery support for influxdb - updated service file for pidfile management ; needed by pmond - log rotate support for influxdb Change-Id: I06511fecb781781ed5491c926ad4b1273a1bc23b Signed-off-by: Jack Ding <jack.ding@windriver.com>
19 lines
973 B
Plaintext
19 lines
973 B
Plaintext
[process]
|
|
process = collectd
|
|
service = collectd
|
|
style = lsb
|
|
pidfile = /var/run/collectd.pid
|
|
severity = major ; minor, major, critical
|
|
restarts = 3 ; restart retries before error assertion
|
|
interval = 5 ; number of seconds to wait between restarts
|
|
debounce = 10 ; number of seconds that a process needs to remain
|
|
; running before degrade is removed and retry count
|
|
; is cleared.
|
|
startuptime = 3 ; 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
|
|
; ignore : do not monitor or stop monitoring
|
|
quorum = 0 ; process is in the host watchdog quorum
|
|
|