diff options
Diffstat (limited to '')
-rw-r--r-- | health/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/health/Makefile.am b/health/Makefile.am index 86ad5969a..9b69b485b 100644 --- a/health/Makefile.am +++ b/health/Makefile.am @@ -46,6 +46,7 @@ dist_healthconfig_DATA = \ health.d/ipfs.conf \ health.d/ipmi.conf \ health.d/isc_dhcpd.conf \ + health.d/kubelet.conf \ health.d/lighttpd.conf \ health.d/linux_power_supply.conf \ health.d/load.conf \ @@ -68,7 +69,6 @@ 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 \ @@ -79,5 +79,6 @@ dist_healthconfig_DATA = \ health.d/udp_errors.conf \ health.d/varnish.conf \ health.d/web_log.conf \ + health.d/x509check.conf \ health.d/zfs.conf \ $(NULL) |