System Monitoring with OpenBSD - PhxBUG Nagios - Defining a Command Defining a command follows more or less the same format as host and service objects. define command{ command_name check_ftp command_line $USER1$/check_ftp -H $HOSTADDRESS$ } So ... we take our host, service, and command object definitions, and that gets us ...