mom: icmp pings for servers...

most of you are probably familiar with the icmpping script available from huntland services. one of the admins i work with wanted something that would do the same type of functionality but work for a list of servers. i took it a tiny step further and had it read from an ou instead of a text file. you'll want to modify this part to reflect your environment:
oCommand.CommandText = ";" & _ "(&(objectClass=Computer)(objectCategory=Computer));name"
sSiteName is the variable that you can specify in your parameters location. you could even put the path directly into the script and bypass all that. anyway, here's the script! i tried to put it in this post... but you know how those translations go. :) have fun!

Comments