Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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?

share|improve this question

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).

share|improve this answer

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

share|improve this answer

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.

share|improve this answer

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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