dotcomUNDERGROUND
07-12-2007, 12:55 PM
Is there any open source or free remote server monitoring script which checks for availability for remote servers and sends email notifications if a server is not responding?
![]() | View Full Version : Any remote server monitoring script? dotcomUNDERGROUND 07-12-2007, 12:55 PM Is there any open source or free remote server monitoring script which checks for availability for remote servers and sends email notifications if a server is not responding? Adam H 07-12-2007, 01:59 PM Hyperspin does this. but im guessing your looking for your own script you can run? othellotech 07-12-2007, 03:28 PM Nagios ? Mon ? Ping ? offlinetn 07-12-2007, 03:30 PM Nagios : nagios.org BigGorilla 07-12-2007, 03:31 PM Nagios (http://www.nagios.org) Zabbix (http://www.zabbix.com) To name a couple. GPearce 07-12-2007, 03:32 PM Nagios is awesome, but your host has to be online, you could also try uppanel, which will monitor 5 hosts for free remotely, and is always online www.uppanel.com GPearce 07-12-2007, 03:33 PM Or, if you want, i have a status2k license, and it doesnt limit where it is used, you could have one of them if you like =D dotcomUNDERGROUND 07-12-2007, 04:10 PM I am looking for something simple actually. Some very small php script which just needs a cron job. Like ActiveTrio helpdesk have a status checker which checks ports every min (using cron) and emails us if its down. I think it should be something simple. scribby 07-23-2007, 11:25 PM Or, if you want, i have a status2k license, and it doesnt limit where it is used, you could have one of them if you like =D And if you did you would be going against our Terms, so your account would be terminated. tsj5j 07-24-2007, 07:06 AM I am looking for something simple actually. Some very small php script which just needs a cron job. Like ActiveTrio helpdesk have a status checker which checks ports every min (using cron) and emails us if its down. I think it should be something simple. You must place it on a remote host. And most shared host regard every minute cron as abuse. Fizzadar 07-24-2007, 07:29 AM unialert.com is free, sites monitored every 5 mins. Good reports with nice lil' graphs too ^^ dotcomUNDERGROUND 07-26-2007, 09:02 PM And if you did you would be going against our Terms, so your account would be terminated. dont worry... he didnt do that ;) dotcomUNDERGROUND 07-26-2007, 09:05 PM You must place it on a remote host. And most shared host regard every minute cron as abuse. i would be running it on a vps Dave - Just199 07-26-2007, 09:05 PM I don't want my customer in Nagios but I wanted to provide them with "something". For a really simple solution I use StatusMon example: http://www.just199.com/status/ download: http://www.sillydns.com/index.php?title=StatusMon dotcomUNDERGROUND 07-26-2007, 09:09 PM unialert.com is free, sites monitored every 5 mins. Good reports with nice lil' graphs too ^^ not what i was looking for over this thread... but its good! thanks :) dotcomUNDERGROUND 07-26-2007, 09:17 PM I don't want my customer in Nagios but I wanted to provide them with "something". For a really simple solution I use StatusMon example: http://www.just199.com/status/ download: http://www.sillydns.com/index.php?title=StatusMon thanksssss sounds like just what i have been looking for :D Dave - Just199 07-26-2007, 10:40 PM Glad I could help :) |