From 20d630496f40c92fefb44819065956b1446ea51d Mon Sep 17 00:00:00 2001 From: Sheppy Date: Wed, 11 Jan 2023 03:47:19 +0100 Subject: [PATCH] fix: add forgotton proxy remote passive service --- roles/monitoring-master/files/services_passive.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/monitoring-master/files/services_passive.conf b/roles/monitoring-master/files/services_passive.conf index f080f68..1250273 100644 --- a/roles/monitoring-master/files/services_passive.conf +++ b/roles/monitoring-master/files/services_passive.conf @@ -13,6 +13,11 @@ apply Service "load-remote" { assign where host.vars.remote } +apply Service "procs-remote" { + import "remote_passive" + assign where host.vars.remote +} + apply Service "insurgency-1" { import "remote_passive" assign where host.name == "steam"