From 6b73210e2e7c0caf5dbbaf6a903b0c23104a7743 Mon Sep 17 00:00:00 2001 From: Dennis Ahrens <dennis.ahrens@hs-hannover.de> Date: Thu, 21 Jan 2021 11:11:03 +0100 Subject: [PATCH] mk_jolokia needs python-requests --- checkmk/debian/mk_haproxy.sls | 2 +- checkmk/debian/mk_jolokia.sls | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/checkmk/debian/mk_haproxy.sls b/checkmk/debian/mk_haproxy.sls index 7627b1a..686f152 100644 --- a/checkmk/debian/mk_haproxy.sls +++ b/checkmk/debian/mk_haproxy.sls @@ -1,4 +1,4 @@ -hsh_checkmk_install_haproxy_deps: +hsh_checkmk_install_haproxy_plugin_deps: pkg.installed: - name: socat diff --git a/checkmk/debian/mk_jolokia.sls b/checkmk/debian/mk_jolokia.sls index f0b9939..4e2082c 100644 --- a/checkmk/debian/mk_jolokia.sls +++ b/checkmk/debian/mk_jolokia.sls @@ -1,3 +1,7 @@ +hsh_checkmk_install_jolokia_plugin_deps: + pkg.installed: + - python-requests + hsh_checkmk_install_jolokia_plugin: file.managed: - name: /usr/lib/check_mk_agent/plugins/mk_jolokia -- GitLab