hosts.conf - Man Page

Access control for Network UPS Tools CGI programs

Description

The CGI programs (upsset.cgi(8), upsstats.cgi(8), upsimage.cgi(8)) use this file to determine if they are allowed to talk to a host. This keeps random visitors from using your web server to annoy others by creating outgoing connections.

Directives

MONITOR ups description

The ups element is in the form upsname[@hostname[:port]]. To allow connections to a UPS called "snoopy" on a system called "doghouse" that runs upsd on port 7877, it would look like this:

MONITOR snoopy@doghouse:7877 "Joe Cool"

The description must be one element, so if it has spaces, then it must be wrapped with quotes as shown above. The default hostname is "localhost".

See Also

upsset.cgi(8), upsstats.cgi(8), upsimage.cgi(8)

Internet resources

The NUT (Network UPS Tools) home page: https://www.networkupstools.org/

Referenced By

upsimage.cgi(8), upsset.cgi(8), upsstats.cgi(8), upsstats.html(5).

10/31/2023 Network UPS Tools 2.8.1 NUT Manual