3 script = /etc/init.d/ceph-init-wrapper
6 severity = major ; minor, major, critical
7 restarts = 3 ; restart retries before error assertion
8 interval = 30 ; number of seconds to wait between restarts
10 mode = status ; Monitoring mode: passive (default) or active
11 ; passive: process death monitoring (default: always)
12 ; active : heartbeat monitoring, i.e. request / response messaging
13 ; status : determine process health with executing "status" command
14 ; "start" is used to start the process(es) again
15 ; ignore : do not monitor or stop monitoring
17 ; Status and Active Monitoring Options
19 period = 30 ; monitor period in seconds
20 timeout = 120 ; for active mode, messaging timeout period in seconds, must be shorter than period
21 ; for status mode, max amount of time for a command to execute
23 ; Status Monitoring Options
24 start_arg = start ; start argument for the script
25 status_arg = status ; status argument for the script
26 status_failure_text = /tmp/ceph_status_failure.txt ; text to be added to alarms or logs, this is optional