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

UPS Monitor Program via serial interface (upsd) of Linux and other systems.

Module data

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 378 times, 1 visits today)

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

X