Re: trouble importing SNMPv2-SMI MIB
Posted: Mon Mar 31, 2014 4:04 am
We are implementing a distributed monitoring environment with approx. 40 customer environments using over 30 XI servers and NagiosFusion.
In several of these environments we have "special needs" hosts.
There are a variety of scripts running in these "special needs" environments.
They follow this structure:
Scripts are executed locally on "special" hosts (for instance VMS and DEC)
The results are passed to a Kiwi Syslog server in that environment.
The Kiwi server interprets these results and generates a windows event in Application Log with event-id:
777 for Informational
888 for warning
999 for critical.
We started out monitoring the eventlogs, but that caused problems.
(for instance check-interval 10 minutes. If no new events occur within the last 10 minutes status is green (OK) regardless if previous errors are fixed ornot)
(for instance check-interval 24 hours. If errors are fixed the status will remain critical because it still is an occurence within the last 24 hours.)
Because of this we decided to have Kiwi send out SNMP traps.(See attachment) Because every SNMP trap is an event and can be handled individually.
(In the future we would have the hosts trap directly to Nagios, but that is a lot of scripting changes and therefore outside of the scope of the implementation project)
In several of these environments we have "special needs" hosts.
There are a variety of scripts running in these "special needs" environments.
They follow this structure:
Scripts are executed locally on "special" hosts (for instance VMS and DEC)
The results are passed to a Kiwi Syslog server in that environment.
The Kiwi server interprets these results and generates a windows event in Application Log with event-id:
777 for Informational
888 for warning
999 for critical.
We started out monitoring the eventlogs, but that caused problems.
(for instance check-interval 10 minutes. If no new events occur within the last 10 minutes status is green (OK) regardless if previous errors are fixed ornot)
(for instance check-interval 24 hours. If errors are fixed the status will remain critical because it still is an occurence within the last 24 hours.)
Because of this we decided to have Kiwi send out SNMP traps.(See attachment) Because every SNMP trap is an event and can be handled individually.
(In the future we would have the hosts trap directly to Nagios, but that is a lot of scripting changes and therefore outside of the scope of the implementation project)