Skip to content

Commit cfcff8e

Browse files
Linegodsomethingwithproof
authored andcommitted
typos (Cacti#282)
1 parent f85be5a commit cfcff8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
181181
for easy summarization for larger systems you may need to expand the default mariadb group_concat_max_len
182182
The default is 1MB you may need to raise it much higher depending on your needs
183183

config.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)