Skip to content

m-stefanski/nutlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nutlet

Small containerized nut (https://github.com/networkupstools/nut) UPS monitoring deamon I needed to quickly redeploy between my servers. Its default settings make it compatible with Synology DSM (it requires specific port, username and password).

Alternative to:

Deployment

You can directly deploy docker-compose.yml from this repo. You will ideally only need to set NUT_UPS_CONF to point to your ups.conf.

Available parameters:

Variable Description Default
NUT_UPS_CONF Path to ups.conf file see [1]
NUT_PORT upsd port 3493
NUT_USER upsd username monuser
NUT_PASSWORD upsd password secret
NUT_USB_PATH USB bus path, for exotic configurations. Likely you will not need to change this. /dev/bus/usb

[1] default ups.conf:

[ups]
  driver = usbhid-ups
  port = auto

For specific configuration of your UPS, refer to user manual: https://networkupstools.org/docs/man/

About

Small container for nut upsd, exposing ups.conf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published