Create new Alert

is updating or adding new alerts needs a service restart or something like?

no, they are fully loaded every time.

i have a warning alert (port down) appeared in a device-switch already added to librenms and not appeared as alert but shown as log in the libre server, knowing that i created an alert rule to import this type of alerts(portdown) from this switch.

SELECT * FROM devices,ports WHERE (devices.device_id = ? AND devices.device_id = ports.device_id) AND (ports.ifOperStatus = “down” && ports.ifAdminStatus != “down” && (ports.deleted = 0 && ports.ignore = 0 && ports.disabled = 0)) = 1

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.