32 lines
		
	
	
		
			816 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			816 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[UPS]
 | 
						|
# IP addres or hostname of UPS SNMP card
 | 
						|
address = 192.168.0.105
 | 
						|
# TCP port
 | 
						|
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
 |