Initial commit

This commit is contained in:
Torsten Kurbad
2017-09-07 16:27:39 +02:00
commit 0273973538
2 changed files with 246 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Serial port parameters
serial:
# Serial port the UPS is connected to
#
# Default: /dev/ttyS0
#port: /dev/ttyS0
# Baud rate to set for the serial port
#
# Default: 2400
#baudrate: 2400
# Daemon settings
daemon:
# UPS query interval (in seconds)
#
# Default: 1.0
#interval: 2
# Enable debug output?
#
# Default: 0
#debug: 1
# Shutdown settings
shutdown:
# Shutdown the monitoring host after this many seconds
# on battery (0 to disable)
#
# Default: 3600.0
#timeout: 180.0
# Shutdown command to execute after timeout expired
#
# Default: /sbin/shutdown -h now
#command: /sbin/shutdown -h now