Explorar el Código

added missing gotify alert to loserver

Daniel Gibbs hace 4 años
padre
commit
95de7bfa8f
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      lgsm/config-default/config-lgsm/loserver/_default.cfg

+ 5 - 0
lgsm/config-default/config-lgsm/loserver/_default.cfg

@@ -51,6 +51,11 @@ emailalert="off"
 email="email@example.com"
 emailfrom=""
 
+# Gotify Alerts | https://docs.linuxgsm.com/alerts/gotify
+gotifyalert="off"
+gotifytoken="token"
+gotifywebhook="webhook"
+
 # IFTTT Alerts | https://docs.linuxgsm.com/alerts/ifttt
 iftttalert="off"
 ifttttoken="accesstoken"