Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user