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