1 NFS check configuration files.
3 Files are named NN.RPCSERVICE.check. Files without a .check suffix
6 Supported variables are:
8 * family - "tcp" or "udp" or space separated list
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
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
19 * service_start_cmd - command to start service
20 default: no default, must be provided if
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.