Zabbix Documentation 5.0

3.04.04.45.0 (current)| In development:5.2 (devel)| Unsupported:1.82.02.22.43.23.44.2Guidelines

User Tools

Site Tools


Sidebar

manual:installation:upgrade_notes_502

11 Upgrade notes for 5.0.2

Regular expression support in user macro context

Regular expressions are now supported in user macro context, using the following syntax:

{$MACRO:regex:"regular expression"}

If existing macros have the unlikely regex:something string in the context, they will not be automatically converted to regex:"^quoted something$". The change would have to be done manually.

See user macros with context for more information.

EnableRemoteCommands deprecated/unsupported by agents

The EnableRemoteCommands agent parameter is now:

  • deprecated by Zabbix agent
  • unsupported by Zabbix agent2

Use the AllowKey/DenyKey parameters instead.