1upsstats.cgi(8) Network UPS Tools (NUT) upsstats.cgi(8)
2
3
4
6 upsstats.cgi - Web‐based UPS status viewer
7
9 upsstats.cgi
10
11
13 As a CGI program, this should be invoked through your web server. If
14 you run it from the command line, it will either complain about unau‐
15 thorized access or spew a bunch of HTML at you.
16
17
19 upsstats.cgi uses template files to build web pages containing status
20 information from UPS hardware. It can repeat sections of those tem‐
21 plate files to monitor several UPSes simultaneously, or focus on a sin‐
22 gle UPS.
23
24 These templates can also include references to upsimage.cgi(8) for
25 graphical displays of battery charge levels, voltage readings, and the
26 UPS load.
27
28
30 upsstats will only talk to upsd(8) servers that have been defined in
31 your hosts.conf(5). If it complains that "Access to that host is not
32 authorized", check that file first.
33
34
36 The web page that is displayed is actually a template containing com‐
37 mands to upsstats which are replaced by status information. The
38 default file used for the overview is upsstats.html.
39
40 When monitoring a single UPS, the file displayed is upsstats-sin‐
41 gle.html.
42
43 The format of these files, including the possible commands, is docu‐
44 mented in upsstats.html(5).
45
46
47
49 hosts.conf(5) upsstats.html(5)
50
51
53 upsimage.cgi(8)
54
55
56 Internet resources:
57 The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
58
59
60
61 Mon Sep 2 2002 upsstats.cgi(8)