summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-06 10:17:12 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-06 10:17:12 +0000
commit6cd783048aba5ea9e4385bbd011c16f410f36bc3 (patch)
tree4769b9cb9cc81cb6baa69bec52102b0744745468 /include/common.h
parent2c60c60586f351a6fdbc74e720ed39ec05c5df74 (diff)
downloadzabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.tar.gz
zabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.tar.xz
zabbix-6cd783048aba5ea9e4385bbd011c16f410f36bc3.zip
- added media_type.username, media_type.passwd (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@3794 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 832eaea8..041d3a21 100644
--- a/include/common.h
+++ b/include/common.h
@@ -190,7 +190,8 @@ typedef enum
{
ALERT_TYPE_EMAIL = 0,
ALERT_TYPE_EXEC,
- ALERT_TYPE_SMS
+ ALERT_TYPE_SMS,
+ ALERT_TYPE_JABBER
} zbx_alert_type_t;
/* Alert statuses */