When you have a large number of hosts and triggers, in Monitoring Overview, it's difficult to know which trigger you are clicking. It would be much easier if the host name would appear on top of "TRIGGER" in the popup dialog (see attached picture).
Ad Widget
Collapse
Host info when clicking trigger in Monitoring Overview
Collapse
X
-
-
I implemented the changes myself. See attached file.
For those interested, here are the diff (from Zabbix 4.2.3):
File app/controllers/CControllerMenuPopup.php:
546c546,547
< : HISTORY_VALUES
---
> : HISTORY_VALUES,
> 'hostname' => $item['hostname']
File js/menupopup.js:
658c658
< label: t('S_TRIGGER'),
---
> label: t('S_TRIGGER') + ' - ' + options.items[0].params.hostname, -
That's really helpful...if you go to ZBXNEXT, you can put it in as a feature request and have it implemented...
Comment
-
Last 20 issues and choose the issue you want to mark as acknowledged.
Acknowledge alert by clicking No in the column Ack (acknowledge alarm).
Then in Acknowledge alarm dialog type your message (if possible link it to an appropriate ticket with description or plans regarding issue troubleshooting) and click Acknowledge & Return.
When the ticket which is linked to your issue is resolved, alert will disappear from the list.Note: If the issue is resolved without acknowledgement, it will also disappear from the list automatically when its trigger status is changed from PROBLEM to OK.
Go To Full Information For More Web:http://myfordbenefit.net/
Comment
Comment