added a logrotate script for the vsys log. over time this will prevent it
[vsys.git] / vsys.logrotate
diff --git a/vsys.logrotate b/vsys.logrotate
new file mode 100644 (file)
index 0000000..1eb2c45
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/netflow.log {
+    copytruncate
+    compress
+    daily
+    notifempty
+    rotate 5
+    missingok
+}