-
Problem report
-
Resolution: Won't fix
-
Trivial
-
None
-
7.0.8
-
None
-
Rocky 9
Steps to reproduce:
- Brand new installation
- Navigate to Alerts > Actions
- Open default action "Report problems to Zabbix administrators"
- Select "Operations" tab
- Add new escalation with non-default step duration - e.g. "1d" and steps e.g. "2 - 3"
- Add another one escalation with non-default step duration - e.g. "1w" and steps e.g. "4-6"
- Change default escalation step e.g. "1d" and click outside of input box
Result:
Screenshot to step 6.
Screnshoot to step 7.
Expected:
At step 6 and 7 should be following:
Steps | Details | Start in | Duration | Action |
---|---|---|---|---|
1 | Send message to user groups: Zabbix administrators via all media | Immediately | Default |
|
2 - 3 | Send message to users: Admin (Zabbix Administrator) via all media | 1 day, 00:00:00 | 1d |
|
4 - 6 | Send message to users: Admin (Zabbix Administrator) via all media | 21 days, 00:00:00 | 1w |
|
As i can see in javascript code curl is sending esc_period argument with value placed in input with id="esc_period" which is default for all escalations.