From 4669b779d689644a1c113ca966d5efe79c1f25e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= Date: Fri, 3 Jul 2020 19:06:16 +0200 Subject: [PATCH] uploader.json: add /etc/ipa to certificates_enddate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The FreeIPA CA certificate at /etc/ipa/ca.crt expiration date should be monitored too. Signed-off-by: François Cami --- uploader.json | 4 ++-- uploader.v2.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/uploader.json b/uploader.json index 570c1f9..bd8d7e4 100644 --- a/uploader.json +++ b/uploader.json @@ -81,7 +81,7 @@ "symbolic_name": "ceph_insights" }, { - "command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;", + "command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki /etc/ipa -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;", "pattern": [], "symbolic_name": "certificates_enddate" }, @@ -9351,4 +9351,4 @@ } }, "version": "2020-07-01T15:15:45.086366" -} \ No newline at end of file +} diff --git a/uploader.v2.json b/uploader.v2.json index ff38f29..4d92a8f 100644 --- a/uploader.v2.json +++ b/uploader.v2.json @@ -76,7 +76,7 @@ "symbolic_name": "ceph_insights" }, { - "command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;", + "command": "/usr/bin/find /etc/origin/node /etc/origin/master /etc/pki /etc/ipa -type f -exec /usr/bin/openssl x509 -noout -enddate -in '{}' \\; -exec echo 'FileName= {}' \\;", "pattern": [], "symbolic_name": "certificates_enddate" }, @@ -3860,4 +3860,4 @@ "iface": "/sbin/ip -o link | awk -F ': ' '/.*link\\/ether/ {print $2}'" }, "version": "2020-07-01T15:15:50.052070" -} \ No newline at end of file +}