I have send notification set to on in the settings page, cause I want notifications.
now I have one item, which reached it's threshold, and somebody is working on it, but I can't fix it, so I thought I'd turn off notification for that single item.
went to the threshold, and set notification to force: off
doesn't work, I'm still getting emails about this threshold
I traced this problem to check-thold.php, the following code:
if ($global_notify_enabled || $item["notify_default"] != "off")
thold_mail($global_alert_address, '', $subject, $msg, $file_array);
changing all the if's to:
if (($global_notify_enabled && ($item["notify_default"] != "off")) || ($item["notify_default"] == "on"))
fixed the problem for me.
notification
Moderators: Developers, Moderators
Who is online
Users browsing this forum: No registered users and 1 guest