in reply to Send Email If Result of Dig command

Nothing as boring as waiting for a anomaly :D

Not that Im really sure what output you get from <HOSTLIST>, but I would itterate the lines in that array. On every itteration check if a regex (matching the expected/correct format) would not match (negate the regex) and act on that.... send an email... print a report... whatever...

Peter

  • Comment on Re: Send Email If Result of Dig command