File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ sql_mode=NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER
177177```
178178
179179### Special Note for the Grouping feature
180- Syslog now supports the ability to group similar messeges from a specific host together
180+ Syslog now supports the ability to group similar messages from a specific host together
181181for easy summarization for larger systems you may need to expand the default mariadb group_concat_max_len
182182The default is 1MB you may need to raise it much higher depending on your needs
183183
Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ if (!$use_cacti_db) {
5555 $syslogdb_ssl_ca = $database_ssl_ca;
5656}
5757
58- /* Uncomment lines below to enable options for silent installation during intall plugin */
58+ /* Uncomment lines below to enable options for silent installation during install plugin */
5959//$syslog_install_options['upgrade_type'] = 'truncate';
6060//$syslog_install_options['engine'] = 'innodb';
6161//$syslog_install_options['db_type'] = 'trad';
6262//$syslog_install_options['days'] = '30';
6363//$syslog_install_options['mode'] = 'install';
6464//$syslog_install_options['id'] = 'syslog';
6565
66- /* field in the incomming table */
66+ /* field in the incoming table */
6767$syslog_incoming_config['priorityField'] = 'priority_id';
6868$syslog_incoming_config['facilityField'] = 'facility_id';
6969$syslog_incoming_config['programField'] = 'program';
You can’t perform that action at this time.
0 commit comments