Cambiare la priorità di un trigger aperto in Zabbix: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 May 2026

28 May 2026

  • curprev 10:4310:43, 28 May 2026 Gabriele.vivinetto talk contribs 1,504 bytes +1,504 Created page with "Se si cambia la priorità per un Trigger di un problema aperto, la stessa rimane uguale fino a che non si chiude il problema. Un modo per aggiornarla è ytramite DB: * Trovare l'eventid: <pre> use zabbix SELECT p.eventid, h.host, t.description FROM problem p JOIN triggers t ON t.triggerid = p.objectid JOIN functions f ON f.triggerid = t.triggerid JOIN items i ON i.itemid = f.itemid JOIN hosts h ON h.hostid = i.hostid WHERE p.r_eventid IS NULL AND h.host = 'myhostname...." Tag: Visual edit: Switched