mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Minor clarification on OS support
This commit is contained in:
@@ -103,7 +103,8 @@ To go into a bit more detail, the following are usually needed:
|
||||
**includes/definitions.inc.php**
|
||||
Update this file to include the required definitions for the new OS.
|
||||
**includes/discovery/os/ciscowlc.inc.php**
|
||||
This file just sets the $os variable, done by checking the sysDescr snmp value for a particular value that matches the OS you are adding.
|
||||
This file just sets the $os variable, done by checking the SNMP tree for a particular value that matches the OS you are adding. Typically, this will come from the presence of specific values in
|
||||
sysObjectID or sysDescr, or the existence of a particular enterprise tree.
|
||||
**includes/polling/os/ciscowlc.inc.php**
|
||||
This file will usually set the variables for $version and $hardware gained from an snmp lookup.
|
||||
**html/images/os/$os.png**
|
||||
|
Reference in New Issue
Block a user