idmap: Remove "domname" from idmap_backends_unixid_to_sid
[Samba.git] / ctdb / config / nfs-checks.d / README
blob044067a527377c0e5ab9c8089431bf0a97394d34
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, not used with "service_check_cmd"
10 * version            - optional, RPC service version number
11                        default is to omit to check for any version,
12                        not used with "service_check_cmd"
13 * unhealthy_after    - number of check fails before unhealthy
14                        default: 1
15 * restart_every      - number of check fails before restart
16                        default: 0, meaning no restart
17 * service_stop_cmd   - command to stop service
18                        default: no default, must be provided if
19                                 restart_every > 0
20 * service_start_cmd  - command to start service
21                        default: no default, must be provided if
22                                 restart_every > 0
23 * service_check_cmd  - command to check health of service
24                        default is to check RPC service using rpcinfo
25 * service_debug_cmd  - command to debug a service after trying to stop it;
26                        for example, it can be useful to print stack
27                        traces of threads that have not exited, since
28                        they may be stuck doing I/O;
29                        no default, see also function program_stack_traces()
31 Quoting inside values is not preserved.