lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

hosts.conf (659B)


      1 # Network UPS Tools - hosts.conf
      2 #
      3 # This file does double duty - it lists the systems that multimon will
      4 # monitor, and also specifies the systems that upsstats is allowed to
      5 # watch.  It keeps people from feeding random addresses to upsstats,
      6 # among other things.  upsimage also uses this file to know who it
      7 # may speak to. upsfstats too.
      8 #
      9 # Usage: list systems running upsd that you want to monitor
     10 #
     11 # MONITOR <address> "<host description>"
     12 #
     13 # Please note, MONITOR must start in column 1 (no spaces permitted)
     14 #
     15 # Example:
     16 # MONITOR 10.64.1.1 "Finance department"
     17 # MONITOR 10.78.1.1 "Sierra High School data room #1"
     18 #
     19 MONITOR 127.0.0.1 "Local Host"