From fd23a27d5f8cec0acbe0604d77a8538437146f77 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Mon, 10 Dec 2012 08:44:06 +0100 Subject: [PATCH] Unrelated changes removed from -undefined_variable_subject.patch --- cacti-plugin-thold-undefined_variable_subject.patch | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/cacti-plugin-thold-undefined_variable_subject.patch b/cacti-plugin-thold-undefined_variable_subject.patch index dc78734..a6e5e58 100644 --- a/cacti-plugin-thold-undefined_variable_subject.patch +++ b/cacti-plugin-thold-undefined_variable_subject.patch @@ -17,12 +17,4 @@ diff -dur cacti-plugin-thold-0.4.9.orig/thold/thold_functions.php cacti-plugin-t if ($logset == 1) { logger($item['name'], $breach_up, ($breach_up ? $item['thold_hi'] : $item['thold_low']), $currentval, $item['bl_fail_trigger'], $item['bl_fail_count'], $url); -@@ -2032,7 +2035,7 @@ - $syslog_facility = LOG_DAEMON; - } - -- openlog('CactiTholdLog', LOG_PID | LOG_PERROR, $syslog_facility); -+ openlog('CactiTholdLog', LOG_PID, $syslog_facility); - - if (strval($breach_up) == 'ok') { - syslog($syslog_level, $desc . ' restored to normal with ' . $currentval . ' at trigger ' . $trigger . ' out of ' . $triggerct . " - ". $urlbreach); + -- 2.43.0