Network maps can now be referenced on the frontend not only by id, but also by name, just like screens in 1.8.4. Adding GET parameter mapname will open the map with that name, for example:
If both sysmapid (network map ID) and mapname are specified, mapname has higher priority.
If mapname parameter is used, selected network map won't be saved in user profile - that is, revisiting map section later will retrieve previously chosen map, not the one referenced by name.
Zapcat compatibility switch, added in 1.8.4, has been removed. Instead, expression parser has been reworked to accept Zapcat syntax by default.
Sequence of configuration menu entries Discovery and IT services was changed to match the one in monitoring section.
Áú»¢¶Ä²© agent performance has been improved, especially on systems with many cores.
Áú»¢¶Ä²© agent now prints internal process types upon startup just like the server does. Example Áú»¢¶Ä²© agent daemon startup log:
943:20110224:111750.848 agent #0 started [collector]
943:20110224:111750.848 agent #1 started [listener]
943:20110224:111750.850 agent #2 started [listener]
943:20110224:111750.851 agent #3 started [listener]
943:20110224:111750.851 agent #4 started [active checks]
New internal item was added to monitor Áú»¢¶Ä²© process state. Item zabbix[process,<type>,<mode>,<state>] allows to monitor busy or idle percentage of different Áú»¢¶Ä²© server processes over the last minute.
It is now possible to determine how much each of Áú»¢¶Ä²© server internal processes spent in a busy state. This should help with evaluating performance, estimating how many poller processes to use and other Áú»¢¶Ä²© finetuning tasks.
Áú»¢¶Ä²© daemon internal process limits have been changed. These changes affect Áú»¢¶Ä²© server and proxy daemons.
Option | Previous limit | New limit |
---|---|---|
StartDBSyncers | 64 | 100 |
StartDiscoverers | 255 | 250 |
StartHTTPPollers | 255 | 1000 |
StartIPMIPollers | 255 | 1000 |
StartPingers | 255 | 1000 |
StartPollersUnreachable | 255 | 1000 |
StartPollers | 255 | 1000 |
StartProxyPollers | 255 | 250 |
StartTrappers | 255 | 1000 |
For Áú»¢¶Ä²© agent daemon, maximum value of StartAgents has been increased from 16 to 100.
Support for listening on all IPv4 and IPv6 addresses at the same time has been added.
Global (user definable) regular expression support has been added for use with Áú»¢¶Ä²© proxies.
Added Ubuntu upstart configuration files.
Several new trigger functions have been added.