mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: Re-moved entity-state discovery from sensors discovery (#7845)
* fix: Moved entity-state discovery file to correct location * correct fix
This commit is contained in:
@@ -34,7 +34,6 @@ if (isset($device['dynamic_discovery']['modules']['sensors']) && $device['os'] !
|
||||
// Run custom sensors
|
||||
require 'includes/discovery/sensors/cisco-entity-sensor.inc.php';
|
||||
require 'includes/discovery/sensors/entity-sensor.inc.php';
|
||||
require 'includes/discovery/sensors/entity-state.inc.php';
|
||||
require 'includes/discovery/sensors/ipmi.inc.php';
|
||||
|
||||
if ($device['os'] == 'netscaler') {
|
||||
|
Reference in New Issue
Block a user