You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,22 @@ Note: You must rename config.php.dist in the syslog plugin directory to config.p
29
29
30
30
If you are upgrading to 2.0 from a prior install, you must first uninstall syslog and insure both the syslog, syslog_removal, and syslog_incoming tables are removed, and recreated at install time.
31
31
32
-
In addtion, the rsyslog configuration has changed in 2.0. So, for example, to configure modern rsyslog for Cacti, you must create a file called cacti.conf in the /etc/rsyslog.d/ directory that includes the following:
32
+
In addtion, the rsyslog configuration has changed in 2.5. So, for example, to configure modern rsyslog for Cacti, you MUST create a file called cacti.conf in the /etc/rsyslog.d/ directory that includes the following:
@@ -44,6 +59,8 @@ In addtion, the rsyslog configuration has changed in 2.0. So, for example, to c
44
59
45
60
--------------------- end /etc/rsyslog.d/cacti.conf ---------------------
46
61
62
+
If you are upgrading to version 2.5 from an earlier version, make sure that you update this template format and restart rsyslog. You may loose some syslog data, but doing this in a timely fashion, will minimize data loss.
63
+
47
64
Ensure you restart rsyslog after these changes are completed. Other logging servers such as Syslog-NG are also supported with this plugin. Please see some additional documentation here: [Cacti Documentation Site](https://docs.cacti.net/plugin:syslog.config)
48
65
49
66
We are using the pure integer values that rsyslog provides to both the priority and facility in this version syslog, which makes the data collection must less costly for the database. We have also started including the 'program' syslog column for searching and storage and alert generation.
@@ -81,6 +98,7 @@ The sylog plugin has been in development for well over a decade with increasing
81
98
82
99
*issue#102: Syslog statistics filter problem - select program
83
100
*issue#101: Alert rule SQL Expression not working as expected
101
+
*issue#103: Allow syslog to use rsyslog new tizezone sensitive timestamps instead of legacy date/time
84
102
*issue#100: Fix odd/even classes generation in report
85
103
*issue#99: Re-Alert Cycle (Alert Rules) is wrong in case of 1 minute poller interval
86
104
*issue#96: Syslog filtering does not work with some international characters
0 commit comments