On the service status page, you should see the exact “Service check command”, something like check_mk_active-dns!-H 'www.example.com' -s '$_HOSTADDRESS_4$' ...
You can then execute the corresponding check_dns command for this active check as the site use, replacing variables with their respective values:
sudo su - SITE
check_dns -H 'www.example.com' -s '192.168.12.34' ...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.