External Command Reference

External Commands Reference - SHUTDOWN_PROCESS

Command Format:

SHUTDOWN_PROCESS;

Description:

Shuts down the Naemon process.

Shell Script Usage Example:

#!/bin/sh
# This is a sample shell script showing how you can submit the SHUTDOWN_PROCESS command
# to Naemon. Adjust variables to fit your environment as necessary.

printf "[%lu] SHUTDOWN_PROCESS;\n" `date +%s` > /var/lib/naemon/naemon.cmd