ctdb-scripts: Switch NFS checks to new style
[Samba.git] / ctdb / config / nfs-checks.d / README
blob51ba54b7373a772fdbc39294e8633d91d7c9381d
1 NFS check configuration files.
3 Files are named NN.RPCSERVICE.check.  Files without a .check suffix
4 are ignored.
6 Supported variables are:
8 * family             - "tcp" or "udp" or space separated list
9                        default: tcp
10 * version            - optional, RPC service version number
11                        default is to omit to check for any version
12 * unhealthy_after    - number of check fails before unhealthy
13                        default: 1
14 * restart_every      - number of check fails before restart
15                        default: 0, meaning no restart
16 * service_stop_cmd   - command to stop service
17                        default: no default, must be provided if
18                                 restart_every > 0
19 * service_start_cmd  - command to start service
20                        default: no default, must be provided if
21                                 restart_every > 0
22 * service_debug_cmd  - command to debug a service after trying to stop it;
23                        for example, it can be useful to print stack
24                        traces of threads that have not exited, since
25                        they may be stuck doing I/O;
26                        no default, see also function program_stack_traces()
28 Quoting inside values is not preserved.