################################################################################ # # SAMPLE SERVICE CHECK COMMANDS # # These are some example service check commands. They may or may not work on # your system, as they must be modified for your plugins. See the HTML # documentation on the plugins for examples of how to configure command definitions. # # NOTE: The following 'check_local_...' functions are designed to monitor # various metrics on the host that Nagios is running on (i.e. this one). ################################################################################ # 'check_postfix_mailq' command definition define command{ command_name check_postfix_mailq command_line $USER1$/check_postfix_mailq -w $ARG1$ -c $ARG2$ -p $ARG3$ }