This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Syslog to NPM EventLog

Hi, I`m monitoring UPS`s via syslog, the UPS send me this logs:

-----------------------------------------------------------------------------------------------

3/22/2011 3:14:38 PM
APC-1-ups
Warning
"UPS: On battery power in response to an input power problem. 0x0109"

-----------------------------------------------------------------------------------------------

3/22/2011 4:14:00 PM
APC-1-ups
Warning
"UPS: UPS: No longer on battery power. 0x010A"

 -----------------------------------------------------------------------------------------------

I want to log this On_battery/Non_OnBattery status in NPM EventLog, like when a node or interface became UP or DOWN

 

Any idea?