From 325b3cea4dd645565b4f2e589c436792b4b4f4c7 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 9 Nov 2018 09:12:16 -0600 Subject: [PATCH] Nagios: Update host check mechanism This updates the Nagios image to use a tag that includes a fix for the service discovery mechanism used for updating host checks. After moving the Nagios chart to either run in shared or host PID namespaces, the service discovery mechanism no longer worked due to the plugin attempting to restart PID 1 instead of determining the appropriate PID to restart. For reference, see: https://review.gerrithub.io/#/c/att-comdev/nagios/+/432205/ Change-Id: Ie01c3a93dd109a9dc99cfac5d27991583546605a --- nagios/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/values.yaml b/nagios/values.yaml index 774642da5..4a8224324 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -19,7 +19,7 @@ images: tags: apache_proxy: docker.io/httpd:2.4 - nagios: quay.io/attcomdev/nagios:98ca738ce770b375b2bcffe1267969d7c3709893 + nagios: quay.io/attcomdev/nagios:c87ad2231e48a5f0a35e9089041cc9676e1e1a39 dep_check: quay.io/stackanetes/kubernetes-entrypoint:v0.2.1 image_repo_sync: docker.io/docker:17.07.0 pull_policy: IfNotPresent