summaryrefslogtreecommitdiffstats
path: root/health/Makefile.am
diff options
context:
space:
mode:
authorPeter Thurner <p-thurner@users.noreply.github.com>2019-03-13 10:14:22 +0100
committerIlya Mashchenko <ilyamaschenko@gmail.com>2019-03-13 12:14:22 +0300
commit97699c5c60342be372d776da4829167adfdfc133 (patch)
tree97c0253c14fcee59b470b42b2ffc717e4c99ab43 /health/Makefile.am
parent263ec643b26ddd4e8c9ff61f64c721f09f9a6964 (diff)
sslcheck module: (remote) SSL certificate expiry time check (#5365)
* added WIP ssl certificate expiry time check plugin * fixing bugs * more bugfixes * cleaned up * fixed graphing * More pretty readme * cleaned up style * change author * simplify * add days_until_expiration_warn and correctly calc seconds * update config * config update * readme update * return false from check if module failed to collect data * set default update_every to 60 * add alarm * add sslcheck to makefile * fix indentation * add crit to alarm * update conf * update readme * add days_until_expiration_critical * change default days_until_expiration_warning to 14 * minor
Diffstat (limited to 'health/Makefile.am')
-rw-r--r--health/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index 4c4cdd7a03..86ad5969a8 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -68,6 +68,7 @@ dist_healthconfig_DATA = \
health.d/retroshare.conf \
health.d/softnet.conf \
health.d/squid.conf \
+ health.d/sslcheck.conf \
health.d/stiebeleltron.conf \
health.d/swap.conf \
health.d/tcp_conn.conf \