From 8e2a4655ebbf9dc99b77c86f5ed85ff3c60f5d52 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 23 Feb 2011 12:59:40 +0100 Subject: [PATCH] removed double stats.conf --- core/etc/stats.conf | 5 ----- core/plug-in/stats/etc/stats.conf | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 core/etc/stats.conf diff --git a/core/etc/stats.conf b/core/etc/stats.conf deleted file mode 100644 index 4a0bece0..00000000 --- a/core/etc/stats.conf +++ /dev/null @@ -1,5 +0,0 @@ -# setup IP of the monitoring interface here: (mandatory) -monit_udp_ip=127.0.0.1 - -# setup the port the statistics server should listen to: (optional) -# monit_udp_port=5040 diff --git a/core/plug-in/stats/etc/stats.conf b/core/plug-in/stats/etc/stats.conf index 88f8d899..57babe1f 100644 --- a/core/plug-in/stats/etc/stats.conf +++ b/core/plug-in/stats/etc/stats.conf @@ -1,2 +1,5 @@ +# IP of the monitoring interface: monit_udp_ip=127.0.0.1 + +# port the statistics server should listen to: monit_udp_port=5040