mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added OS to the default discovery modules
This commit is contained in:
@@ -537,6 +537,7 @@ $config['poller_modules']['cisco-asa-firewall'] = 1;
|
||||
// List of discovery modules. Need to be in this array to be
|
||||
// considered for execution.
|
||||
|
||||
$config['discovery_modules']['os'] = 1;
|
||||
$config['discovery_modules']['ports'] = 1;
|
||||
$config['discovery_modules']['ports-stack'] = 1;
|
||||
$config['discovery_modules']['entity-physical'] = 1;
|
||||
|
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
echo("OS: ");
|
||||
|
||||
// MYSQL Check - FIXME
|
||||
// 1 UPDATE
|
||||
|
||||
|
Reference in New Issue
Block a user