Skip to content
Merged

typos #282

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ sql_mode=NO_ENGINE_SUBSTITUTION,NO_AUTO_CREATE_USER
```

### Special Note for the Grouping feature
Syslog now supports the ability to group similar messeges from a specific host together
Syslog now supports the ability to group similar messages from a specific host together
for easy summarization for larger systems you may need to expand the default mariadb group_concat_max_len
The default is 1MB you may need to raise it much higher depending on your needs

Expand Down
4 changes: 2 additions & 2 deletions config.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ if (!$use_cacti_db) {
$syslogdb_ssl_ca = $database_ssl_ca;
}

/* Uncomment lines below to enable options for silent installation during intall plugin */
/* Uncomment lines below to enable options for silent installation during install plugin */
//$syslog_install_options['upgrade_type'] = 'truncate';
//$syslog_install_options['engine'] = 'innodb';
//$syslog_install_options['db_type'] = 'trad';
//$syslog_install_options['days'] = '30';
//$syslog_install_options['mode'] = 'install';
//$syslog_install_options['id'] = 'syslog';

/* field in the incomming table */
/* field in the incoming table */
$syslog_incoming_config['priorityField'] = 'priority_id';
$syslog_incoming_config['facilityField'] = 'facility_id';
$syslog_incoming_config['programField'] = 'program';
Expand Down
Loading