File tree Expand file tree Collapse file tree
usr/share/okconfig/templates/misc/autodiscover Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# Edited by PyNag on Wed May 30 10:19:20 2012
33define command {
44 command_name okc-check_dns
5- command_line $USER1$/check_dns -H $ARG1$ -a $ARG2$
5+ command_line $USER1$/check_dns -H $ARG1$ -a $ARG2$ -q $ARG3$
66}
77
88
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ define service {
33 use generic-service
44 name okc-check_reverse_lookup
55 service_description Forward Lookup
6- check_command okc-check_dns!$HOSTNAME$!$HOSTADDRESS$
6+ check_command okc-check_dns!$HOSTNAME$!$HOSTADDRESS$!A
77 register 0
88}
99# Edited by PyNag on Wed May 30 14:06:33 2012
1010define service {
1111 use generic-service
1212 name okc-check_forward_lookup
1313 service_description Reverse Lookup
14- check_command okc-check_dns!$HOSTADDRESS$!$HOSTNAME$.
14+ check_command okc-check_dns!$HOSTADDRESS$!$HOSTNAME$.!PTR
1515 register 0
1616}
1717
You can’t perform that action at this time.
0 commit comments