Jump to content

Recommended Posts

Posted

Does anyone have a ping utility that can keep pinging an ip address, perhaps every 15 minutes and send an email if a reply is received. I'm trying to find out when a device is being plugged into the network.

 

Any other way of doing it would also be appreciated.

Posted
Does anyone have a ping utility that can keep pinging an ip address, perhaps every 15 minutes and send an email if a reply is received. I'm trying to find out when a device is being plugged into the network.

 

Any other way of doing it would also be appreciated.

 

I did a no ping utility you could loop:

 

http://www.mattmarsh.co.uk/

 

- click on the no ping page.

Posted
Nagios.

 

Yeah got that already monitoring all the systems, but I want it the other way round instead of sending an email when a host goes down, I want it to send it when a host goes up, suppose I could just tell it to send a down message once then it will send a message when it comes back up.

 

Should of thought of that :bowl:

Posted

Basically I want an email when a certain device becomes active on the network.

 

(I have the IP address of the device)

Posted (edited)
That's a nice utility which is easy to use. I've looked at blat.exe but it turned out to be so complicated that I decided to abandon my project. Maybe I'll resurrect it again using bmail.exe.

 

Blat complicated ? Pi55 easy to use in my opinion.

 

Example:

 

blat -body "No Ping Automated E-mail - see attached log file" -to [email protected] -cc [email protected] -subject "No Ping Report" -server smtp.blueyonder.co.uk -u USERNAME -pw PASSWORD -f [email protected] -attachi "E:\CMDs\no ping log.txt"

Edited by mattx
  • Thanks 1
Posted

OK Matt - but just look at the various switches available in blat.exe compared with bmail.exe! I realise it means that blat.exe is more flexible than bmail.exe in what it can do.

 

I just tried the line that you provided (making the relevant changes) and I got it to work. Goodness knows how many times I tried various permutations before.

Posted
OK Matt - but just look at the various switches available in blat.exe compared with bmail.exe! I realise it means that blat.exe is more flexible than bmail.exe in what it can do.

 

I just tried the line that you provided (making the relevant changes) and I got it to work. Goodness knows how many times I tried various permutations before.

 

Hey, at least you got it to work - that's the main thing. It's onwards and upwards now !!

Posted
We use a bit of software called ping utility, it takes 6 minutes to cycle our 170 devices it monitors, mainly our firewalls and a select few servers, can often come back to some 1000 plus emails after the weekend if they have been doing work at one of our sites. I will dig the details out of it later.
Posted
Yeah got that already monitoring all the systems, but I want it the other way round instead of sending an email when a host goes down, I want it to send it when a host goes up, suppose I could just tell it to send a down message once then it will send a message when it comes back up.

 

Should of thought of that :bowl:

 

It's the recovery event you want to alert on in this case.

  • Thanks 1
Posted
It's the recovery event you want to alert on in this case.

 

yep cheers, I think everyone else suggestions are not looking at recovery but failures.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...