Host info when clicking trigger in Monitoring Overview

XMLWordPrintable

      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 pictures.

      I implemented it and here is the diff to implement (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,

        1. Overview.png
          23 kB
          Paul Dubé
        2. Overview2.png
          14 kB
          Paul Dubé

            Assignee:
            Valdis Murzins
            Reporter:
            Paul Dubé
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: