Lines Matching full:ups
247 error("Error in mapper GetSubTree call for UPS: {ERROR}", "ERROR", e); in determineStatusOfUPSPower()
256 // Iterate through all returned Upower interfaces and look for UPS's in determineStatusOfUPSPower()
278 info("UPower device {OBJ_PATH} is not a UPS device", in determineStatusOfUPSPower()
285 // There is a UPS detected but it is not officially in determineStatusOfUPSPower()
294 info("UPS is fully charged"); in determineStatusOfUPSPower()
298 info("UPS is not fully charged: {UPS_STATE}", "UPS_STATE", in determineStatusOfUPSPower()
308 info("UPS Battery Level is Full"); in determineStatusOfUPSPower()
309 // Only one UPS per system, we've found it and it's all in determineStatusOfUPSPower()
315 info("UPS Battery Level is Low: {UPS_BAT_LEVEL}", in determineStatusOfUPSPower()
325 error("Error reading UPS property, error: {ERROR}, " in determineStatusOfUPSPower()
407 debug("UPS Property Change Event Triggered"); in uPowerChangeEvent()
418 info("UPS presence changed to {UPS_PRES_INFO}", "UPS_PRES_INFO", in uPowerChangeEvent()
427 info("UPS State changed to {UPS_STATE}", "UPS_STATE", in uPowerChangeEvent()
436 info("UPS BatteryLevel changed to {UPS_BAT_LEVEL}", "UPS_BAT_LEVEL", in uPowerChangeEvent()