From 9923fc208a79bd286088fc4ada49accaf1ccb9c8 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Mon, 19 Oct 2020 11:32:20 +0200 Subject: [PATCH] specify path to monit PID file --- tests/integration/targets/monit/templates/monitrc.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/targets/monit/templates/monitrc.j2 b/tests/integration/targets/monit/templates/monitrc.j2 index 3a27eb705f..76519a4c00 100644 --- a/tests/integration/targets/monit/templates/monitrc.j2 +++ b/tests/integration/targets/monit/templates/monitrc.j2 @@ -2,6 +2,7 @@ set daemon 2 set logfile /var/log/monit.log set idfile /var/lib/monit/id set statefile /var/lib/monit/state +set pidfile /var/run/monit.pid set eventqueue basedir /var/lib/monit/events