Skip to main content

Community

Other: Alert email for specific warning code

Answered

Please sign in to leave a comment.

Comments

1 comment

    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.