Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.31 KB

Go Report Card GolangCI

Alerta notify


This is simple desktop notify on alerts from Alerta

Default path to config - $HOME/.config/alerta_notify.json

How to start

./alerta_notify -config="path/to/config"

Config

  • alerta.username - User name from Alerta.
  • alerta.password - User password from Alerta.
  • alerta.url - URL Address Alerta.
  • alerta.query - Request to Alerta by which alerts will be received.
  • path.icon.notify - The path to the icon, for notification. It does not work on all operating systems.
  • path.icon.alert - The path to the icon, for alerts notification. It does not work on all operating systems.
  • path.sound.notify - Path to sound file for notify message. To turn off the sound, specify a non-existent file and ignore the errors.
  • path.sound.alert - Path to sound file for alert.
  • time_sleep - Sleep time between iterations, in seconds.