DISABLE SVC CHECK
Command Format 
DISABLE_SVC_CHECK;host_name;service_description
Description 
This command is used to disable active checks of a service.
Shell Script Usage Example 
sh
#!/bin/sh
# This is a shell script showing how to submit the DISABLE_SVC_CHECK command
# to Naemon. Adjust variables to fit your environment as necessary.
printf "[%lu] DISABLE_SVC_CHECK;host1;service1\n" \
    `date +%s` > /var/lib/naemon/naemon.cmd