From 521013d40c0618989c90548fc2c81f184fdffbd0 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Fri, 4 Aug 2017 19:19:29 +0000 Subject: [PATCH] Fixing typo in zombie check definition --- scripts/commands-django.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/commands-django.cfg b/scripts/commands-django.cfg index 30a2b16..1be527f 100644 --- a/scripts/commands-django.cfg +++ b/scripts/commands-django.cfg @@ -24,6 +24,6 @@ define command { define command { command_name check_django_zombie_processes - command_line $HOSTSCRIPTPATH$/scripts/django_check_zombie_processes.py $ARG1$ + command_line $_HOSTSCRIPTPATH$/scripts/django_check_zombie_processes.py $ARG1$ }