Nagios is great for self-hosted service monitoring in an intranet, but what about offsite monitoring? Does anyone sell a network service availability service that goes beyond ping and HTTP?

link|improve this question

76% accept rate
feedback

4 Answers

up vote 3 down vote accepted

Plenty of places will do off-site monitoring. Typically you will see Solarwinds Orion, NetQoS Netvoyant, and Zenoss offered before Nagios though(at least from what I've seen offered).

link|improve this answer
feedback

I just rent a VPS for ~$30/month and run nagios on it as well. Seems to work great.

link|improve this answer
feedback

I use a combination of munin + nagios :

munin on all my offsite nodes, check_munin_rrd.pl on nagios (granted nagios host can read the generated rrd files)

check_munin_rrd.pl reads the rrd munin generates and alert you if anything goes above a threshold, so you can monitor anything that munin can see (cpu, load, network) It's not real time (data gathering every 5 min). For real time, you could also have a look on a regular snmp solution but it's a bit tricky in my opinion. In a sense munin-node becomes your snmp agent.

link|improve this answer
feedback

Honestly I would look at using nagios on an offsite host (like http://www.slicehost.com/). Install it there securely, then allow for a tunneled ssl link back into your main nagios system. Then you can have a single place to monitor all of your systems internal and external.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.