Cacti / plugin_syslog

Syslog Plugin for Cacti
GNU General Public License v2.0
21 stars 16 forks source link

Misc issue about syslog_alerts->log->host #78

Closed ddb4github closed 5 years ago

ddb4github commented 5 years ago

When syslog_alert is triggered with multiple-hosts:

-function syslog_log_alert($alert_id, $alert_name, $severity, $msg, $count = 1, $html) { +function syslog_log_alert($alert_id, $alert_name, $severity, $msg, $count = 1, $html, $hosts = array()) { global $config, $severities;

    include(dirname(__FILE__) . '/config.php');
cigamit commented 5 years ago

Resolved. Thanks for testing.