]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/Makefile.am
minor improvements for non-linux systems
[netdata.git] / conf.d / Makefile.am
index 3c733aa168b2a95e870670f59288562c57b93aee..7b364a62319be6a410531847aa2160aba8ac44c1 100644 (file)
@@ -62,38 +62,38 @@ dist_healthconfig_DATA = \
     health.d/apache.conf \
     health.d/backend.conf \
     health.d/bind_rndc.conf \
-    health.d/disks.conf \
     health.d/elasticsearch.conf \
-    health.d/entropy.conf \
     health.d/fping.conf \
     health.d/haproxy.conf \
-    health.d/ipc.conf \
     health.d/ipfs.conf \
     health.d/isc_dhcpd.conf \
     health.d/mdstat.conf \
     health.d/memcached.conf \
-    health.d/memory.conf \
     health.d/mysql.conf \
     health.d/named.conf \
-    health.d/net.conf \
-    health.d/netfilter.conf \
     health.d/nginx.conf \
     health.d/postgres.conf \
-    health.d/qos.conf \
     health.d/redis.conf \
     health.d/retroshare.conf \
-    health.d/softnet.conf \
     health.d/squid.conf \
-    health.d/tcp_resets.conf \
-    health.d/udp_errors.conf \
     health.d/varnish.conf \
     $(NULL)
 
 if LINUX
 dist_healthconfig_DATA += \
     health.d/cpu.conf \
+    health.d/disks.conf \
+    health.d/entropy.conf \
+    health.d/ipc.conf \
+    health.d/memory.conf \
+    health.d/net.conf \
+    health.d/netfilter.conf \
+    health.d/qos.conf \
     health.d/ram.conf \
+    health.d/softnet.conf \
     health.d/swap.conf \
+    health.d/tcp_resets.conf \
+    health.d/udp_errors.conf \
     $(NULL)
 endif LINUX