nut_upsmon

  1. hakova

    Solved Getting Network UPS Tools (NUT) emailing notifications with events

    Admittedly, this is not a FreeBSD issue, but I am hoping to take advantage of the level of expertise in this forum to make this work. I defined the NOTIFYCMD in /usr/local/etc/nut/upsmon.conf as a simple script at /usr/local/bin/mailme which reads as follows. #!/usr/bin/env sh echo "$*" |...
  2. M

    Solved dummy-ups polling with nut declares UPS dead

    I have a UPS for which there is no out-of-the-box sysutils/nut driver. nut, however, provides the excellent dummy-ups driver, which, according to the documentation, reads the state of the pseudo-UPS from a freely configurable file, and reports that to nut_upsmon. From upsmon.conf man page, The...
Back
Top