Module: sems Branch: master Commit: 8e2a4655ebbf9dc99b77c86f5ed85ff3c60f5d52 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=8e2a4655ebbf9dc99b77c86f5ed85ff3c60f5d52
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Feb 23 12:59:40 2011 +0100 removed double stats.conf --- core/etc/stats.conf | 5 ----- core/plug-in/stats/etc/stats.conf | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/core/etc/stats.conf b/core/etc/stats.conf deleted file mode 100644 index 4a0bece..0000000 --- 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 88f8d89..57babe1 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 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
