-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.0.3rc1, 5.2.0alpha1
After new feature implementation the default subject and message for all actions have been moved to media type message template except for Internal action. Because the Internal subject and message depend on operations: not supported trigger uses one text and macros, and not supported discovery rule uses different text and macros.
But now we have an empty subject and message in the media type message template and also for build-in Internal Actions.
I suggest to return the subject and message text for built-in internal actions on page Configuration > Actions> Internal action.
Steps to reproduce:
- Open 4.0 zabbix version
- Go to Configuration -> Actions-> Internal action
- Open one of the three built-in actions, for example "Report not supported items"
- Default subject with prepared text and useful macros
{ITEM.STATE} : {HOST.NAME}:{ITEM.NAME} - Default message with prepared text and useful macros
Host: {HOST.NAME}
Item: {ITEM.NAME}
Key: {ITEM.KEY}
State: {ITEM.STATE} - Open 5.0+ zabbix version
- Check one of the three built-in actions in Configuration
> Actions> Internal action - Go to Administration -> Media types and Create new media
- Select Internal problem or Internal recovery in Message template tab
Result:
Empty subject and message
Expected:
Prepared subject and message text as in 4.0 version for built-in internal actions