Pushover
Pushover
To change the default notification sound for all notifications, add this line to Pushover Options:
sound=falling
You can also set a sound for each severity. sound_ok applies to a recovery notification: sound_critical=falling sound_warning=siren sound_ok=magic
Pushover support needs only two parameters. First, create a new application in your account on the Pushover website. You can give it the name LibreNMS. Then get the API key of the new application and your user key or group key. Then configure the transport.
Example:
| Config | Example |
|---|---|
| Api Key | APPLICATIONAPIKEYGOESHERE |
| User/Group Key | USERORGROUPKEYGOESHERE |
| Pushover Options | sound_critical=falling sound_warning=siren sound_ok=magic |