1UPSD.CONF(5)                      NUT Manual                      UPSD.CONF(5)
2
3
4

NAME

6       upsd.conf - Configuration for Network UPS Tools upsd
7

DESCRIPTION

9       upsd uses this file to control access to the server and set some other
10       miscellaneous configuration values. This file contains details on
11       access controls, so keep it secure. Ideally, only the upsd process
12       should be able to read it.
13

CONFIGURATION DIRECTIVES

15       "MAXAGE seconds"
16           upsd usually allows a driver to stop responding for up to 15
17           seconds before declaring the data "stale". If your driver takes a
18           very long time to process updates but is otherwise operational, you
19           can use MAXAGE to make upsd wait longer.
20
21           Most users should leave this at the default value.
22
23       "STATEPATH path"
24           Tell upsd to look for the driver state sockets in path rather than
25           the default that was compiled into the program.
26
27       "LISTEN interface port"
28           Bind a listening port to the interface specified by its Internet
29           address. This may be useful on hosts with multiple interfaces. You
30           should not rely exclusively on this for security, as it can be
31           subverted on many systems.
32
33           Listen on TCP port port instead of the default value which was
34           compiled into the code. This overrides any value you may have set
35           with configure --with-port. If you don’t change it with configure
36           or this value, upsd will listen on port 3493 for this interface.
37
38           Multiple LISTEN addresses may be specified. The default is to bind
39           to 127.0.0.1 if no LISTEN addresses are specified (and ::1 if IPv6
40           support is compiled in).
41
42               LISTEN 127.0.0.1
43               LISTEN 192.168.50.1
44               LISTEN ::1
45               LISTEN 2001:0db8:1234:08d3:1319:8a2e:0370:7344
46
47           This parameter will only be read at startup. You’ll need to restart
48           (rather than reload) upsd to apply any changes made here.
49
50       "MAXCONN connections"
51           This defaults to maximum number allowed on your system. Each UPS,
52           each LISTEN address and each client count as one connection. If the
53           server runs out of connections, it will no longer accept new
54           incoming client connections. Only set this if you know exactly what
55           you’re doing.
56
57       "CERTFILE certificate file"
58           When compiled with SSL support, you can enter the certificate file
59           here. The certificates must be in PEM format and must be sorted
60           starting with the subject’s certificate (server certificate),
61           followed by intermediate CA certificates (if applicable_ and the
62           highest level (root) CA. It should end with the server key. See
63           docs/security.txt or the Security chapter of NUT user manual for
64           more information on the SSL support in NUT.
65

SEE ALSO

67       upsd(8), nutupsdrv(8), upsd.users(5)
68

INTERNET RESOURCES

70       The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
71
72
73
74Network UPS Tools                 09/15/2011                      UPSD.CONF(5)
Impressum