Other: Alert email for specific warning code
AnsweredHi Team,
We are looking for feature in HVR to send alert email for specific warning code defined in system. Currently the alert mechanism can only ignore specific warning codes.
Thanks,
-
Hi Harish,
We are exploring enhancements to alerting functionality in HVR6. We are looking to see if this would fit in with that improvement. As an workaround, you can:
Use your logging/monitoring stack (recommended when available)
If HVR writes warnings to syslog/central log or a log indexer (Splunk, Datadog, ELK, NewRelic, etc.), create a rule in your log/alerting tool that:-
Matches the HVR log lines that contain the warning code(s) you care about, and
-
Sends an email / Slack / PagerDuty / Teams notification when matched.
Small standalone script that watches HVR logs or monitor output
If you don’t have a complete monitoring stack, you can run a lightweight script (cron/systemd or a continuously running process) that tails the HVR log and sends an email when a configured warning code appears. -
Please sign in to leave a comment.
Comments
1 comment