From 5e7aa227e40bd12d487e4ce168638fd609058652 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Wed, 6 Jul 2016 09:58:05 +0200 Subject: [PATCH] sort config file --- conf.d/python.d.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf.d/python.d.conf b/conf.d/python.d.conf index d416cf9c..19516563 100644 --- a/conf.d/python.d.conf +++ b/conf.d/python.d.conf @@ -5,8 +5,12 @@ enabled: no # By default python.d.plugin enables all modules stored in python.d # Modules can be disabled with setting "module_name = no" +apache: yes +apache_cache: yes example: yes +hddtemp: yes mysql: yes -phpfpm: yes -apache: yes nginx: yes +phpfpm: yes +squid: yes + -- 2.39.2