On Nov 7, 2014 5:43 AM, "Spriya" <supriya.u...@gmail.com> wrote:
>
> I have a requirement to send to snmp traps to any monitoring tool if i get any notice messages. or if the nodes to changed mode in the console.
>
>
> Is anyone did this? Please share your ideas.
You didn't mention what platform you're on, but if you're on EL5+ you could use rsyslog to send traps if what you want is in the logs. Other log parsing/aggregating tools could also do it.
Another option would be to write or find a report processor that could do it.
I'm not sure what you mean by "mode" in "if the nodes to change mode" means.
Wil