summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/logrotate-client.xymon
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-07-02 14:40:58 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-07-02 14:40:58 (GMT)
commit6df05bf800839e95f4b03f67207e7fdba3a4c90b (patch)
tree6d98eb6a8eb3ed5c16f8b8a1a2ad8c8ac5083d3b /abs/core/xymon/logrotate-client.xymon
parent5d810f391b2071415598c8d29dd96d4c1c38ae1d (diff)
parentc9041c8753b14ad9616c8dc3deb0e0426d94fd5f (diff)
downloadlinhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.zip
linhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.tar.gz
linhes_pkgbuild-6df05bf800839e95f4b03f67207e7fdba3a4c90b.tar.bz2
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/xymon/logrotate-client.xymon')
-rwxr-xr-x[-rw-r--r--]abs/core/xymon/logrotate-client.xymon21
1 files changed, 11 insertions, 10 deletions
diff --git a/abs/core/xymon/logrotate-client.xymon b/abs/core/xymon/logrotate-client.xymon
index a312b64..0fadb2e 100644..100755
--- a/abs/core/xymon/logrotate-client.xymon
+++ b/abs/core/xymon/logrotate-client.xymon
@@ -1,14 +1,15 @@
/home/xymon/client/logs/* {
- missingok
- size 512K
- rotate 0
- compress
- postrotate
- if [ -f /service/xymon-client/run ]
- then
- sv hup xymon-client
- fi
+ missingok
+ notifempty
+ size 512k
+ rotate 2
+ compress
+ postrotate
+ if [ -f /service/xymon-client/run ]
+ then
+ sv hup xymon-client
+ fi
- endscript
+ endscript
}