Initial commit
Add registerups
This commit is contained in:
32
registerups/registerups.cfg.example
Normal file
32
registerups/registerups.cfg.example
Normal file
@@ -0,0 +1,32 @@
|
||||
[UPS]
|
||||
# IP addres or hostname of UPS SNMP card
|
||||
address = 192.168.0.105
|
||||
# TCP port
|
||||
# default - 3052
|
||||
port = 3052
|
||||
# Secret phrase for software authentication. This value must be the
|
||||
# same as configured on the UPS web interface
|
||||
# (System -> Authentication - > Software Authentication -> Secret Phrase)
|
||||
secret_key = powerpanel.encryption.key
|
||||
|
||||
[HOST]
|
||||
# IP address of the host to register
|
||||
ip_address = 192.168.0.3
|
||||
# Time needed for host shutdown
|
||||
shutdown_time = 3
|
||||
# Delay time
|
||||
delay_time = -1
|
||||
# I don't konwn what is bedt
|
||||
bedt = 0
|
||||
# Name of the host to register
|
||||
hostname = server.local
|
||||
# Host location
|
||||
location = Server Room
|
||||
# Contact
|
||||
contact = System Administrator <sysadmin@example.net>
|
||||
# Outlet number
|
||||
outlet_id = 1
|
||||
# isps - host type, true for Power Panel Remote, false for Power Panel Management
|
||||
isps = true
|
||||
# Outlet bank
|
||||
bank_id = 1
|
||||
Reference in New Issue
Block a user