| Linode Forum https://forum.linode.com/ |
|
| Simple Remote Monitoring https://forum.linode.com/viewtopic.php?f=19&t=9403 |
Page 1 of 1 |
| Author: | vonskippy [ Wed Sep 26, 2012 1:59 am ] |
| Post subject: | Simple Remote Monitoring |
Helping a public library with 3 cable circuits (from Optimum West which used to be Bresnan). The 3 circuits randomly go down for just a few minutes at a time - which disrupts their business SaaS apps. The ISP denies pretty much all downtime. There is no money for a Pingdom account. Plus we need something that will monitor at the 1 minute level (in order to catch the micro outages). What's the easiest system to setup on a VPS in order to check the up/down status of 3 cable circuits? We can't ping the cable modems, but we can ping the firewall interface just inside the cable modem on each three circuits. It'd be nice if it had pretty graphs, email notification, etc, but I'd settle for just a simple table of up/down time. To summarize we need either a FREE online service, or an app that can be hosted on a small VPS system that will monitor at 1 minute intervals the status of 3 cable circuits. On behalf of book readers/lovers everywhere - thanks for any advice. |
|
| Author: | chesty [ Wed Sep 26, 2012 2:53 am ] |
| Post subject: | Re: Simple Remote Monitoring |
fffk, my message disappeared. in short nagios/icinga, collectd, smokeping or any of the 1000s of choices out there (I'm only familiar with nagios/icinga and collectd) raspberry pi on site, and a remote vps monitoring a few hops before and a few hops after the cable modem. |
|
| Author: | Guspaz [ Wed Sep 26, 2012 3:11 pm ] |
| Post subject: | Re: Simple Remote Monitoring |
vonskippy... asking easily googlable question... Must resist snarky response about hypocrisy... Nagios would seem to do what you want, although it does require a third party box like a Linode. |
|
| Author: | vonskippy [ Wed Sep 26, 2012 3:49 pm ] |
| Post subject: | Re: Simple Remote Monitoring |
Guspaz wrote: vonskippy... asking easily googlable question... Must resist snarky response about hypocrisy... Snark away. I was just hoping to get some real-world answers, instead of generic google info. This is an off the clock project, so I hope to cut to the chase with a minimum of R&D time and just install a working solution first time around. In-house we use Nagios - it just seems like an overkill for such a simple 3-item monitoring job. I'm donating the time, and most likely the vps (since google couldn't come up with a free service that offers 1 minute polling intervals), so I'm hoping for some useful info. As to hypocrisy, I think I've offered a fair share of workable answers on this forum (and on several others) so I don't think I'm out of line asking for help here (snarky or otherwise). |
|
| Author: | vonskippy [ Wed Sep 26, 2012 7:49 pm ] |
| Post subject: | Re: Simple Remote Monitoring |
chesty wrote: smokeping Smokeping looks like it does exactly what we're looking for - anyone actually get it to work on any modern Distro? All the howto's (at least the ones I could find) are years out of date, and not only have the distro's changed, but so has the smokeping app. |
|
| Author: | Vance [ Thu Sep 27, 2012 12:44 am ] |
| Post subject: | Re: Simple Remote Monitoring |
You could just run something like this every minute from cron. Code: #!/bin/sh If you don't want false positives in the event the machine you're running this on loses connectivity, you could add a check for that. Code: #!/bin/sh monit could be configured to do what you want, but writing the configuration is probably no simpler than tweaking the above script. |
|
| Author: | vonskippy [ Sun Oct 07, 2012 7:57 pm ] |
| Post subject: | Re: Simple Remote Monitoring |
Whew - after much brain sweat, I got SMOKEPING up and running. I used http://www.how2centos.com/installing-sm ... entos-5-5/ as my starting point, and then trial & error to figure out the rest. Hopefully now, the library will have the proof that there is indeed random multiple drop outs and/or slowdowns on their three new cable circuits. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|