From f85c4d57b4ddc891eabea42f91717052f07bb855 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 2 Jan 2023 02:54:36 +0100 Subject: [PATCH] fix: unified ins-source checks --- group_vars/steam.yaml | 9 ++------- roles/monitoring-master/files/services_passive.conf | 5 ----- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/group_vars/steam.yaml b/group_vars/steam.yaml index e38499f..52f73f3 100644 --- a/group_vars/steam.yaml +++ b/group_vars/steam.yaml @@ -1,9 +1,4 @@ --- checks : - - { user : nobody, name : insurgency_1_source, cmd : "/etc/monitoring-tools/rcon.py -H localhost -p 27015"} - - { user : nobody, name : insurgency_1_plugin, cmd : "/etc/monitoring-tool/check_source_plugins.sh"} - - { user : nobody, name : insurgency_2_source, cmd : "/etc/monitoring-tools/rcon.py -H localhost -p 27016"} - - { user : nobody, name : insurgency_2_plugin, cmd : "/etc/monitoring-tool/check_source_plugins.sh"} - -pip-libraries: - - valve + - { user : sheppy, name : insurgency-1, cmd : "/etc/monitoring-tools/rcon-check.py -p 27015"} + - { user : sheppy, name : insurgency-2, cmd : "/etc/monitoring-tools/rcon-check.py -p 27016"} diff --git a/roles/monitoring-master/files/services_passive.conf b/roles/monitoring-master/files/services_passive.conf index 1f6e08e..c20d1e3 100644 --- a/roles/monitoring-master/files/services_passive.conf +++ b/roles/monitoring-master/files/services_passive.conf @@ -13,11 +13,6 @@ apply Service "load-remote" { assign where host.vars.remote } -apply Service "skillbird-plugin" { - import "remote_passive" - assign where host.name == "steam" -} - apply Service "insurgency-1" { import "remote_passive" assign where host.name == "steam"