Is there a way to limit what alerts are sent to PagerDuty? I would like to keep non-critical alerts from being sent.
At present all alerts are sent to all transports that are active.
The way I ended up accomplishing this was to use this guide from PagerDuty. For alerts I want to trigger an incident I put the word CRITICAL in the alert name, and used the following in the LibreNMS template:
Custom title - %name for %sysName ID:%uid
Recovery title - Recovered from %name for %sysName ID:%id
This resulted in alert emails with title of:
CRITICAL - PAGERDUTY TESTING for [redacted] ID: 14864
Recovery title:
Recovered from CRITICAL - PAGERDUTY TESTING for [redacted] ID:14864