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:
mattie47
2018-01-10 04:33:09 +13:00
committed by Tony Murray
parent e3720235f4
commit d20508153c

View File

@ -201,3 +201,8 @@ Polling
```
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
```