Alert emails from pollers
Hi
A new discovery from our partitioned pollers today: Alert emails are sent out from the poller, not the main Observium instance. We can work around it, but since we have pollers in some pretty firewalled networks, it's going to be an effort. We always thought of pollers as just data collection agents.
Can this behavior be changed in the configuration somewhere, or is it just the way it works?
Lars ________________________________ Disclaimer: This e-mail, including any attachments, is for the intended recipient only. If you have received this e-mail by mistake please notify the sender immediately by return e-mail and delete this e-mail and any attachments, without opening the attachments, from your system. Access, disclosure, copying, distribution or reliance on any part of this e-mail by anyone else is prohibited. This e-mail is confidential and may be legally privileged. Chr. Hansen does not represent and/or warrant that the information sent and/or received by or with this e-mail is correct and does not accept any liability for damages related thereto. https://www.chr-hansen.com/en/legal-notice
It could be changed by turning off the alerter being run by the poller wrapper and running the alerter script on the central host. It'll introduce some latency in sending of alerts, though.
"alerter.php -h all" periodically in cron
$config['poller-wrapper']['alerter'] = FALSE;
Or "run alerter in poller wrapper" in /settings/section=polling/.
Adam.
From: observium observium-bounces@observium.org On Behalf Of Lars Joergensen via observium Sent: 01 June 2022 12:10 To: Observium observium@observium.org Cc: Lars Joergensen DKLARJ@chr-hansen.com Subject: [Observium] Alert emails from pollers
Hi
A new discovery from our partitioned pollers today: Alert emails are sent out from the poller, not the main Observium instance. We can work around it, but since we have pollers in some pretty firewalled networks, it's going to be an effort. We always thought of pollers as just data collection agents.
Can this behavior be changed in the configuration somewhere, or is it just the way it works?
Lars
_____
Disclaimer: This e-mail, including any attachments, is for the intended recipient only. If you have received this e-mail by mistake please notify the sender immediately by return e-mail and delete this e-mail and any attachments, without opening the attachments, from your system. Access, disclosure, copying, distribution or reliance on any part of this e-mail by anyone else is prohibited. This e-mail is confidential and may be legally privileged. Chr. Hansen does not represent and/or warrant that the information sent and/or received by or with this e-mail is correct and does not accept any liability for damages related thereto. https://www.chr-hansen.com/en/legal-notice
Hrm,
probably I can add option for always send alerts from main poller.
Adam Armstrong via observium wrote on 1.06.2022 19:28:
It could be changed by turning off the alerter being run by the poller wrapper and running the alerter script on the central host. It’ll introduce some latency in sending of alerts, though.
“alerter.php -h all” periodically in cron
$config['poller-wrapper']['alerter'] = FALSE;
Or “run alerter in poller wrapper” in /settings/section=polling/.
Adam.
*From:*observium observium-bounces@observium.org *On Behalf Of *Lars Joergensen via observium *Sent:* 01 June 2022 12:10 *To:* Observium observium@observium.org *Cc:* Lars Joergensen DKLARJ@chr-hansen.com *Subject:* [Observium] Alert emails from pollers
Hi
A new discovery from our partitioned pollers today: Alert emails are sent out from the poller, not the main Observium instance. We can work around it, but since we have pollers in some pretty firewalled networks, it’s going to be an effort. We always thought of pollers as just data collection agents.
Can this behavior be changed in the configuration somewhere, or is it just the way it works?
Lars
Disclaimer: This e-mail, including any attachments, is for the intended recipient only. If you have received this e-mail by mistake please notify the sender immediately by return e-mail and delete this e-mail and any attachments, without opening the attachments, from your system. Access, disclosure, copying, distribution or reliance on any part of this e-mail by anyone else is prohibited. This e-mail is confidential and may be legally privileged. Chr. Hansen does not represent and/or warrant that the information sent and/or received by or with this e-mail is correct and does not accept any liability for damages related thereto. https://www.chr-hansen.com/en/legal-notice
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
That would be cool. Do let us know if that happens.
Lars
From: observium observium-bounces@observium.org On Behalf Of Mike Stupalov via observium Sent: 2. juni 2022 14:11 To: Observium observium@observium.org Cc: Mike Stupalov mike@observium.org Subject: Re: [Observium] Alert emails from pollers
Hrm,
probably I can add option for always send alerts from main poller.
Adam Armstrong via observium wrote on 1.06.2022 19:28:
It could be changed by turning off the alerter being run by the poller wrapper and running the alerter script on the central host. It'll introduce some latency in sending of alerts, though.
"alerter.php -h all" periodically in cron
$config['poller-wrapper']['alerter'] = FALSE;
Or "run alerter in poller wrapper" in /settings/section=polling/.
Adam.
________________________________ Disclaimer: This e-mail, including any attachments, is for the intended recipient only. If you have received this e-mail by mistake please notify the sender immediately by return e-mail and delete this e-mail and any attachments, without opening the attachments, from your system. Access, disclosure, copying, distribution or reliance on any part of this e-mail by anyone else is prohibited. This e-mail is confidential and may be legally privileged. Chr. Hansen does not represent and/or warrant that the information sent and/or received by or with this e-mail is correct and does not accept any liability for damages related thereto. https://www.chr-hansen.com/en/legal-notice
participants (3)
-
Adam Armstrong
-
Lars Joergensen
-
Mike Stupalov