I'm looking for a full network monitoring tool that is able to understand the SNMP protocol (for MySQL), preferably an open-source solution. We specifically want to be able to hook into the alerting mechanism so we can have it forward alerts and notifications to our internal logging and alerting tools. Are there any suggestions?
The number of machines that we have to monitor is on the order of 50 or so.
We could write our own handler for the SNMP protocol to do this, but it would be nice to have it integrated with an existing full-fledged system.
P.S. Apparently MySQL doesn't have built-in SNMP support as I originally thought, so most tools that do this are plug-ins that inspect MySQL's statistics.