From 3080651244000eea995988c022029b05c9bcb8e1 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 18 Aug 2018 20:23:13 -0600 Subject: [PATCH] Compress pgcluu --- source/resources/apps/pgcluu/forksand-pgcluu_collectd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/resources/apps/pgcluu/forksand-pgcluu_collectd b/source/resources/apps/pgcluu/forksand-pgcluu_collectd index e5b277d..6ee4a60 100755 --- a/source/resources/apps/pgcluu/forksand-pgcluu_collectd +++ b/source/resources/apps/pgcluu/forksand-pgcluu_collectd @@ -4,6 +4,7 @@ mkdir -p /home/pgcluu/run pgcluu_collectd \ + --compress \ --pid-file=/home/pgcluu/run/pg1.pid \ --daemonize \ --interval=60 \ @@ -16,6 +17,7 @@ pgcluu_collectd \ /var/lib/pgcluu/data/pg1 1>>/home/pgcluu/log/pg1-collectd.log 2>>/home/pgcluu/log/pg1-collectd.err pgcluu_collectd \ + --compress \ --pid-file=/home/pgcluu/run/pg2.pid \ --daemonize \ --interval=60 \ @@ -28,6 +30,7 @@ pgcluu_collectd \ /var/lib/pgcluu/data/pg2 1>>/home/pgcluu/log/pg2-collectd.log 2>>/home/pgcluu/log/pg2-collectd.err pgcluu_collectd \ + --compress \ --pid-file=/home/pgcluu/run/pg3.pid \ --daemonize \ --interval=60 \ @@ -40,6 +43,7 @@ pgcluu_collectd \ /var/lib/pgcluu/data/pg3 1>>/home/pgcluu/log/pg3-collectd.log 2>>/home/pgcluu/log/pg3-collectd.err pgcluu_collectd \ + --compress \ --pid-file=/home/pgcluu/run/pg4.pid \ --daemonize \ --interval=60 \