1
2NODEUPDOWN.CONF(5) LIBNODEUPDOWN NODEUPDOWN.CONF(5)
3
4
5
7 nodeupdown.conf - specify alternate default values for the nodeupdown
8 library
9
11 Through a configuration file, system administrators may override the
12 default values used in the nodeupdown_load_data(3) API function. The
13 configuration specified in this file takes precedence over any configuā
14 ration values found in a configuration module.
15
16 The configuration file is stored at /etc/nodeupdown.conf.
17
18
20 The following are a list of configuration options that can be specified
21 in the configuration file. Each configuration option must be listed on
22 a separate line. Arguments for an option are separated by any amount
23 of whitespace. Multiple arguments are also separated by whitespace.
24 Comments can be marked by using the pound sign ("#") character, and
25 lines can be continued on the next using backslash ("\").
26
27
28 hostnames host1 host2 host3 ...
29
30 Specify the hostname of the server to reach. Multiple hostnames
31 can be listed up to a maximum of 8.
32
33 port num
34
35 Specify the port.
36
37 timeout_len seconds
38
39 Specify the timeout length in seconds.
40
42 /etc/nodeupdown.conf
43
45 whatsup(1), libnodeupdown(3), nodeupdown_load_data(3)
46
47
48
49LLNL November 2003 NODEUPDOWN.CONF(5)