We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238f94 commit 9fd4264Copy full SHA for 9fd4264
1 file changed
poller_monitor.php
@@ -186,7 +186,7 @@ function monitor_uptime_checker() {
186
FROM plugin_monitor_uptime AS mu
187
LEFT JOIN host AS h
188
ON h.id = mu.host_id
189
- WHERE h.id IS NULL)');
+ WHERE h.id IS NULL');
190
}
191
192
$removed_hosts = db_fetch_assoc('SELECT mu.host_id
@@ -200,7 +200,7 @@ function monitor_uptime_checker() {
200
FROM plugin_monitor_reboot_history AS mu
201
202
203
204
205
206
// Get the rebooted devices
0 commit comments