• Type: New Feature Request
    • Resolution: Fixed
    • Priority: Major
    • 1.8.4
    • Affects Version/s: 1.8.3
    • Component/s: None
    • None
    • Environment:
      SO: DEBIAN ZABBIX: v.1.8.3

      I would like you contemplate this for future version.
      I enrichement triggers with custom macros.

      PHP program: include/triggers.inc.php at line 1763 i include the next

      $sql_tino = 'SELECT hm.macro, hm.value from hostmacro hm, hosts h where h.host=\''.$row['host'].'\' and h.hostid=hm.hostid';
      $res = DBselect($sql_tino);
      while ($row3 = DBfetch($res))

      { $description = str_replace($row3['macro'], $row3['value'], $description); }

      what do you think?

            Assignee:
            Alexei Vladishev
            Reporter:
            Faustino Ramos GarcĂ­a
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: