mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert #12321 You can't import raw SQL like that.
This commit is contained in:
@@ -515,10 +515,6 @@
|
||||
"rule": "devices.os = \"qnap\" && sensors.sensor_type = \"diskSmartInfo\" && sensors.sensor_current != \"0\"",
|
||||
"name": "QNAP NAS has a bad SMART disk status"
|
||||
},
|
||||
{
|
||||
"rule": "UNIX_TIMESTAMP() - UNIX_TIMESTAMP(devices.last_polled) > COALESCE((select config_value from config WHERE config_name=\"rrd.heartbeat\"), 300)",
|
||||
"name": "Device unpolled"
|
||||
},
|
||||
{
|
||||
"rule": "eventlog.message ~ \"Deleted\" && eventlog.datetime >= `DATE_SUB(NOW(),INTERVAL 12 Hour)`",
|
||||
"name": "A Device sensor has been deleted"
|
||||
|
||||
Reference in New Issue
Block a user