From 30b1b1339c879cf22299b87ae29d7376cd8778c0 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 25 Nov 2015 16:24:40 +0100 Subject: [PATCH 1/1] check-mk-agent: Depend on "nagios-plugins-basic" The "monitoring-plugins-basic" package is quite new and not available on older systems, whereas the "nagios-plugins-basic" is still available even in Debian "sid" (unstable), and depends on the "monitoring-plugins-basic" when required. So depend on "nagios-plugins-basic" instead of "monitoring-plugins-basic". --- roles/check-mk-agent/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/check-mk-agent/tasks/main.yml b/roles/check-mk-agent/tasks/main.yml index 186f1b4..829b260 100644 --- a/roles/check-mk-agent/tasks/main.yml +++ b/roles/check-mk-agent/tasks/main.yml @@ -12,7 +12,7 @@ with_items: - check-mk-agent - check-mk-agent-logwatch - - monitoring-plugins-basic + - nagios-plugins-basic - name: test for systemd unit files tags: -- 2.39.2