: How would I set up SNMP monitoring of my Solr server? I've done some : searching of the wiki and Google and have come up with a blank. Any : pointers?
it depends on what you want to monitor. if you just want to know what the JVM is running, this should be fairly easy... if you wnat to be able to get Solr specific stats/data your best bet is probably to look into ways to access JMX MBeans via SNMP (there seem to be some tools out there to do things like this) http://blogs.sun.com/jmxetc/entry/jmx_vs_snmp http://www.google.co.uk/search?hl=en&q=jmx+snmp -Hoss