From a7c346e2df2095cfe640df03e27f51e4c6548c41 Mon Sep 17 00:00:00 2001 From: Eric Loyd Date: Tue, 17 Sep 2019 12:36:43 -0400 Subject: [PATCH] Add copy of commands file that's being used by PU --- commands.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands.cfg diff --git a/commands.cfg b/commands.cfg new file mode 100644 index 0000000..444d2b8 --- /dev/null +++ b/commands.cfg @@ -0,0 +1,7 @@ +# Added PU_check_ncpa to do service check based on tokens on host template +define command { + command_name PU_check_ncpa + command_line $USER1$/check_ncpa.py -H $HOSTADDRESS$ -t "$_HOSTNCPA_TOKEN$" -P $_HOSTNCPA_PORT$ -M "$ARG1$" $ARG2$ + +} +