1IPMIDETECT.CONF(5) LIBIPMIDETECT IPMIDETECT.CONF(5)
2
3
4
6 ipmidetect.conf - specify alternate default values for the ipmidetect
7 library
8
10 Through a configuration file, system administrators may override the
11 default values used in the ipmidetect_load_data(3) API function.
12
13 The configuration file is stored at /etc/freeipmi//ipmidetect.conf.
14
16 The following are a list of configuration options that can be specified
17 in the configuration file. Each configuration option must be listed on
18 a separate line. Arguments for an option are separated by any amount of
19 whitespace. Multiple arguments are also separated by whitespace. Com‐
20 ments can be marked by using the pound sign ("#") character, and lines
21 can be continued on the next using backslash ("\").
22
23 hostnames host1 host2 host3 ...
24 Specify the hostname of the server to reach. Multiple hostnames
25 can be listed up to a maximum of 8.
26
27 port num
28 Specify the port.
29
30 timeout_len seconds
31 Specify the timeout length in seconds.
32
34 /etc/freeipmi//ipmidetect.conf
35
37 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
38
40 Copyright (C) 2007-2015 Lawrence Livermore National Security, LLC.
41 Copyright (C) 2007 The Regents of the University of California.
42
44 libipmidetect(3), ipmidetect(8)
45
46 http://www.gnu.org/software/freeipmi/
47
48
49
50LLNL 2021-02-12 IPMIDETECT.CONF(5)