summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:21:26 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-26 12:21:26 +0000
commit63ce91166a8ecd8550db063ba9d9d914ec270e4c (patch)
tree79cc2a1f93f0212a41322848c27137db874d4fda /src
parent35c0395807948dd662cabec7450bd6c5bcfb6b53 (diff)
downloadzabbix-63ce91166a8ecd8550db063ba9d9d914ec270e4c.tar.gz
zabbix-63ce91166a8ecd8550db063ba9d9d914ec270e4c.tar.xz
zabbix-63ce91166a8ecd8550db063ba9d9d914ec270e4c.zip
- [DEV-173] support of notification escalations on server side
changed command status to "executed" in event details screen git-svn-id: svn://svn.zabbix.com/trunk@5799 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/zabbix_server/escalator/escalator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/escalator/escalator.c b/src/zabbix_server/escalator/escalator.c
index 7d334210..30228e26 100644
--- a/src/zabbix_server/escalator/escalator.c
+++ b/src/zabbix_server/escalator/escalator.c
@@ -138,7 +138,7 @@ static void add_command_alert(DB_ESCALATION *escalation, DB_EVENT *event, DB_ACT
event->eventid,
now,
command_esc,
- ALERT_STATUS_NOT_SENT,
+ ALERT_STATUS_SENT,
ALERT_TYPE_COMMAND,
escalation->esc_step);