LDhiker wrote: » Please post back what you have found. Currently we use solarwinds, looking for another option that isn't so expensive. In the last month, I have tried Netgrunch and intermapper. Looking at trying out PRTG after the intermapper trial is over.
ColeAltDelete wrote: » What operating system(s) are these servers running? Windows/Linux/Unix - a mix? What do you want to monitor? Server health, disk space, performance, services, something more advanced? Are these systems virtualized? Are you also looking to monitor your storage? (SAN/NAS/etc) We use Solarwinds for our environment - it's fairly robust but certain things feel more difficult to do than using other monitoring products. I've heard excellent things about PRTG - however, I think it's sensor based so that could make it expensive fairly quickly. Nagios is usually the go to for an open-source product. Depending on what you're monitoring - sometimes you may need multiple monitoring tools to accomplish proper monitoring. (i.e. vCOPS for VMware for instance)
gkca wrote: » Zabbix http://www.zabbix.com/
Mike7 wrote: » Another +1 for Zabbix especially if you are comfortable with Linux and $$$ is a priority. The SNMP MIBs learning part is a challenge but there are custom templates for various network devices around. For Windows boxes, use the Zabbix agent instead of SNMP as it supports perfmon counters and allows custom actions. We had the agent restart a NT service that was leaking memory whenever RAM usage hit a threshold. We also configured Zabbix to send custom SMS alerts and even phone calls via php script that calls Nexmo API. You can also find mobile Zabbix apps most of which are free. FWIW, the CentOS team uses Zabbix.