From 648e4ae9540b2b6bed15839b319d456e8ba01674 Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sat, 3 May 2014 20:08:06 +0300 Subject: Now there are 2 kinds of plugins: - plugins.d plugins that are expected to always be in memory and execute continiously - charts.d scripts that are sourced by the charts.d plugin and are all executed together, lowering significantly the resources they require (compared to plugins) --- conf.d/charts.d.conf | 4 ++++ conf.d/squid.conf | 1 + 2 files changed, 5 insertions(+) create mode 100644 conf.d/charts.d.conf create mode 100644 conf.d/squid.conf (limited to 'conf.d') diff --git a/conf.d/charts.d.conf b/conf.d/charts.d.conf new file mode 100644 index 0000000000..e05d2ab3fe --- /dev/null +++ b/conf.d/charts.d.conf @@ -0,0 +1,4 @@ +squid=yes +test=yes +example=yes +load_average=yes diff --git a/conf.d/squid.conf b/conf.d/squid.conf new file mode 100644 index 0000000000..dede4db45f --- /dev/null +++ b/conf.d/squid.conf @@ -0,0 +1 @@ +squid_url="http://127.0.0.1:3128/squid-internal-mgr/counters" -- cgit v1.2.3