mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Initial-Detection.md (#8053)
* Update Initial-Detection.md While trying to add support for awplus under https://github.com/librenms/librenms/pull/7670, I was advised to delete the os_defs.cache file. This was hugely helpful, as I wasted a number of hours trying to figure out why I couldn't get any changes to the OS configs to work. * Small updates
This commit is contained in:
@ -201,3 +201,8 @@ Polling
|
|||||||
```
|
```
|
||||||
|
|
||||||
At this step we should see all the values retrieved in LibreNMS.
|
At this step we should see all the values retrieved in LibreNMS.
|
||||||
|
|
||||||
|
Note: If you have made a number of changes to either the OS's Discovery files, it's possible earlier edits have been cached. As such, if you do not get expected behaviour when completing the final check above, try removing the cache file first:
|
||||||
|
```bash
|
||||||
|
rm -f cache/os_defs.cache
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user