External Command Reference

External Commands Reference - RESTART_PROGRAM

Command Format:

RESTART_PROGRAM;

Description:

Restarts the Naemon process.

Shell Script Usage Example:

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

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