summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/logrotate.xymon
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/xymon/logrotate.xymon')
-rw-r--r--abs/core/xymon/logrotate.xymon11
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/xymon/logrotate.xymon b/abs/core/xymon/logrotate.xymon
new file mode 100644
index 0000000..a86a0ba
--- /dev/null
+++ b/abs/core/xymon/logrotate.xymon
@@ -0,0 +1,11 @@
+/var/log/hobbit/* {
+ missingok
+ daily
+ rotate 2
+ compress
+ postrotate
+ sv restart xymon-server
+ sv restart xymon-client
+ endscript
+
+}