summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-06-08 21:12:04 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-06-08 21:12:04 +0000
commit7cc27527081eaf0f0d910bb90b2c7d1ec75ddea9 (patch)
tree9f409df61962d697212760394f86a66157d73c21 /include
parentca5e5c13e5471d0e8e984fa0c3786926969c8bb7 (diff)
Support of escalations.
git-svn-id: svn://svn.zabbix.com/trunk@1831 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 9747fde2..1f2170ba 100644
--- a/include/common.h
+++ b/include/common.h
@@ -78,6 +78,12 @@
#define RECIPIENT_TYPE_USER 0
#define RECIPIENT_TYPE_GROUP 1
+/* Escalation actions */
+#define ESCALATION_ACTION_NOTHING 0
+#define ESCALATION_ACTION_EXEC_ACTION 1
+#define ESCALATION_ACTION_INC_SEVERITY 2
+#define ESCALATION_ACTION_INC_ADMIN 3
+
/* Special item key used for storing server status */
#define SERVER_STATUS_KEY "status"
/* Special item key used for ICMP pings */