Jump to content

I 'd like to find a program that will monitor my current internet ping and alert me when it dras...


G+_Timothy Hamlett
 Share

Recommended Posts

i use pingdom to monitor my web server at work. it does exactly that. Its great if youre monitoring a server with a public IP. It's a little pricey though.

 

I also use something called pulseway (its free for 1 machine). It's functionality is a little different, but it has LOADS of features. It will ping machines behind a NAT (pingdom cant do that, as it has no companion application). It has a ton of settings too. You can configure alerts for ping timeouts, even shutdowns, logins, application installations, etc. You can install windows updates from the android app, or unlock users in active directory if you've got a server. The android app is fantastic.

 

It's probably my favorite application i use at work. Download it, achieve happiness.

Link to comment
Share on other sites

Jason Perry

I wrote a powershell script to email me when my server went down once, and this was exactly my issue. If the entire network was down, i wouldnt get an email until it came back up. That's why i switched to pulseway.

 

Unless you have a VPS or something to host a script on, writing your own solution won't really be too helpful. You could host it at home or something, but thats less than reliable. Powershell is a great way to do it though, my script was like 2 or three lines of code :D.

Link to comment
Share on other sites

 Share

×
×
  • Create New...