renamed xmpp task to jabber to avoid conflicts; added simple xmpp/jabber support to tasks

This commit is contained in:
Johannes Findeisen 2013-09-19 20:50:17 +02:00
commit 12040d0484
5 changed files with 41 additions and 27 deletions

View file

@ -5,7 +5,7 @@
"comment": "The Linspector Admin",
"tasks":[{ "class": "mail", "type": "warning", "args":{ "rcpt": "admin@systems.hanez.org" }},
{ "class": "sms", "type": "critical", "args":{ "rcpt": "+49112" }},
{ "class": "xmpp", "type": "critical", "args":{ "rcpt": "admin@jabber.hanez.org" }}]
{ "class": "jabber", "type": "critical", "args":{ "rcpt": "admin@jabber.hanez.org" }}]
},
"hanez":{
"name": "Johannes Findeisen",