1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
:

Several modules for monitoring APCUPS Daemon (Unix).

Module data

# UPS monitoring 
module_begin 
module_name UPS_Power 
module_type generic_proc 
module_exec apcaccess | grep STATUS | grep ONLINE | wc -l 
module_end 
module_begin 
module_name UPS_Charge 
module_type generic_data 
module_exec apcaccess | grep BCHARGE | awk '{ print $3 }' 
module_end 
module_begin 
module_name UPS_TimeLeft 
module_type generic_data 
module_exec apcaccess | grep TIMELEFT | awk '{ print $3 }' 
module_end 

 

module_begin 
module_name UPS_Temp 
module_type generic_data 
module_exec apcaccess | grep ITEMP | awk '{ print $3 }' 
module_end
(Visited 245 times, 1 visits today)

For correct visualization of the Pandora FMS library extension, you must have installed version NG 760 or superior

X