From 293a08f5a8030bf4b56e48ccd798a9e3163a5346 Mon Sep 17 00:00:00 2001 From: Linegod Date: Tue, 10 Mar 2026 22:47:06 -0600 Subject: [PATCH] typos --- README.md | 2 +- config.php.dist | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d34eb65..0e12b30 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config.php.dist b/config.php.dist index d34441e..1add8ce 100644 --- a/config.php.dist +++ b/config.php.dist @@ -55,7 +55,7 @@ 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'; @@ -63,7 +63,7 @@ if (!$use_cacti_db) { //$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';