Knowledge Base

New Relic

Hund integrates with New Relic Alerts for component automation.

Watchdog

This watchdog will create issues and monitor services using New Relic Alert's policies and policy violations. Your status page's dashboard provides documentation on setup.

Issue Templates

New Relic issue templates provide an array of violations (i.e. new_relic.violations) which can be used to add additional details to issues.

New Relic provides documentation on the structure of violation objects.

For example, to list all violation labels (e.g. "'Custom/Example/metric' > 6 for at least 5 minutes"), you must iterate over the violations array like so:

{% for violation in new_relic.violations %}
  * {{ violation.label }}
{% endfor %}