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