mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This commit is contained in:
committed by
Tony Murray
parent
3da412df2f
commit
04beee6e22
@ -2,7 +2,7 @@
|
||||
|
||||
require_once $config['install_dir'].'/includes/device-groups.inc.php';
|
||||
|
||||
$where = 1;
|
||||
$where = ' `devices`.`disabled` = 0';
|
||||
|
||||
$alert_states = array(
|
||||
// divined from librenms/alerts.php
|
||||
|
Reference in New Issue
Block a user