Adding an event to signal that logins are enabled

Added an event to signal the eabling of logins and added an alert to send to a configured service.
This commit is contained in:
BlueWall
2011-05-28 11:11:01 -04:00
parent 99f42c0a6e
commit c7e18f9017
4 changed files with 106 additions and 11 deletions

View File

@@ -1174,7 +1174,10 @@
; - the third field is a number indicating how many scripts failed to compile
; - "oar error" if supplied, provides the error message from the OAR load
channel_notify = -800
; - disallow logins while scripts are loading
login_disable = false
; - send an alert as json to a service
alert_uri = "http://myappserver.net/my_handler/"
[MRM]