Changelog for
cacti-plugin-syslog-4.2+git8.g76251d5-5.21.noarch.rpm :
* Mon Aug 26 2024 Joel Baltazor
- Update to latest 4.2 from github develop brnach commit 76251d5 - Translation updates
* Thu May 23 2024 Joel Baltazor - Update to release version 4.2 - issue#184: Unable to remove messages by expression from \'program\' column - issue#208: Uncaught ValueError: escapeshellarg() - issue#211: Device Filter missing devices - issue#216: Documentation correction for rsyslogd config for version above 2.4 - issue#217: Fixing Removal Rule SQL issue - issue#218: SQL errors when deleting messages - issue#220: Error when creating an Alert Rules based on program name - issue#222: PHP Deprecation Errors in PHP 8.2
* Thu Apr 20 2023 Joel Baltazor - Update to latest 4.1 from github develop branch commit 53fa411 - Fixed issue #185: Wrong column specification on cleanup query - Fixed issue #186: Wrong connection in functions.php - Fixed issue #189: Issues with undefined variable in traditional table maintenance - Fixed issue #193: Fix command execution - Fixed issue #196: Undefined variable $ignore - Fixed issue #205: function syslog_strip_incoming_domains($uniqueID) - feature: Provide better messaging if the Data Collector is in offline mode - Update translations
* Tue Aug 30 2022 Joel Baltazor - Updated to latest 3.1 from github develop branch commit 0294b88 - Fixed issue #154: When removing a rule, wrong database connection is used - Fixed issue #155: Wrong database connection is used resulting in missing table errors - Fixed issue #158: Reapply some previous fixing about PHP 7.4 curly braces, XSS, changelog (#121 #123 - Fixed issue #159: Two minor fixing about syslog db schema - Fixed issue #164: Fix PR for #162 - Update setup.php: Change Messege varchar from 1024 to 2048 - Fixed issue #169: Minro fixing to use microtime(true) - Fixed issue #170: Add contrib folder with snmptt connector - Fixed issue #172: PHP errors in cacti log - Fixed issue #160: PHP8 deprecation errors in cacti log - Fixed issue #151: Syslog 3.1 has a hardcoded path for sh - Fixed issue #108: Add Body Text to Alert email - Add missing removal of programs: option existed in GUI but backend was not complete - Removal of partition issues incorrect message - Issue: fix oversight in connection handling identified by PHP 8.1.2 testing - PHP8.1.2 causes errors when viewing graphs from HMIB - Fix initial install error - Remember the settings for remote databases - Properly get the MariaDB version safely - Make Syslog less susceptible to crashing Cacti\'s poller - Hid navigation and other settings if config is not safe - Feature: Support a local Syslog config file when Syslog is designed to work independently from the main Cacti server. - Feature: Support the replication of the main Cacti\'s Syslog rules to Remote Data Collectors when the Remote Data Collectors Syslog plugins operate independent from the main Cacti server. - Require Cacti 1.2.20++ - Reorganized the polling process to be more readable/structured/streamlined - Support Cacti\'s process interlock functions in the processing of syslog messages - Add new columns for upcoming features - Logging features to be delivered in the 4.0 release - Modifying form language to be less duplicative - More updates for reporting to be conforming to Format CSS specification - Don\'t use syslog.css if using a format css file. - Replacement of MultiSelectFilter with private implementation - Many Translation Updates