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
This commit is contained in:
Steve Wilkerson 2018-11-09 09:12:16 -06:00
parent b55e9b10a7
commit 325b3cea4d
1 changed files with 1 additions and 1 deletions

View File

@ -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