Greetings,
The attached patch is against the 1.1.5 version of Zabbix. It contains a number of fixes and adjustments needed by Zabbix to deal with large deployments. At present, we have over 25000 items, 17000 triggers, and over generate over 14GB per day worth of data. This patch contains;
EDIT: For some reason the patch missed a couple lines. I have attached the corrected patch.
The attached patch is against the 1.1.5 version of Zabbix. It contains a number of fixes and adjustments needed by Zabbix to deal with large deployments. At present, we have over 25000 items, 17000 triggers, and over generate over 14GB per day worth of data. This patch contains;
- Graph Item Grouping Patch. This patch groups item in the add graph page so that the items are grouped by host.
- The Add 'Create Trigger' on Item Page patch. This patch was submitted by Gerco.
- Trigger Comment Protection Patch. The patch requires a user to log in before being given the option to comment on triggers. Guests and un-authorized users will still be able to see comments, but they are not even given the option to update the comments. When you have over 90 registered users, some of them are bound to try, only to get rejected.
- Trigger Dependency Filter Patch. When you have as many triggers as we do, it often takes 3 - 4 minutes to get the entire list of triggers for the trigger dependency tree on the add triggers page. Then when you finally get the list finding the trigger you want can often be a very painful process. By default, patch filters the trigger list to just the triggers related to this host, however, you are able to see all triggers at any time by simply clicking on the filter button.
EDIT: For some reason the patch missed a couple lines. I have attached the corrected patch.
I highlighted the section in red below. I hope this helps someone else out. :-)
Comment