Ad Widget

Collapse

windows dns resolving check

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pc99096
    Senior Member
    • Oct 2011
    • 193

    #1

    windows dns resolving check

    is there any simple way to monitor that the dns resolving on windows servers is working?
    i'm not sure how to do this in the windows world and couldn't find anything useful on the internet.
  • pc99096
    Senior Member
    • Oct 2011
    • 193

    #2
    so i hope this should work:

    zabbix_agentd.conf:
    add
    UserParameter=DNSlookup,nslookup xxxxxxxxx|findstr yyyyyyyyy

    restart zabbix agent

    in gui:
    create item "DNS lookup"
    key - myDNSlookup
    type - text
    create trigger "DNS resolving problem on {HOSTNAME}"
    expression - {Template_Windows:myDNSlookup.str(Address: yyyyyyyyy)}=0


    where xxxxxxxxx is the dns address and yyyyyyyyy is the expected ip address nslookup should return
    Last edited by pc99096; 14-11-2011, 12:17.

    Comment

    Working...