doc: Added FAQ on why EdgeRouters might not be detected

This commit is contained in:
Neil Lathwood
2016-11-14 07:52:43 +00:00
parent 8841eece94
commit 1834553f92
+8
View File
@@ -22,6 +22,7 @@ source: Support/FAQ.md
- [Why does a device show as a warning?](#faq22)
- [Why do I not see all interfaces in the Overall traffic graph for a device?](#faq23)
- [How do I move my LibreNMS install to another server?](#faq24)
- [Why is my EdgeRouter device not detected?](#faq25)
### Developing
- [How do I add support for a new OS?](#faq8)
@@ -219,6 +220,13 @@ If you are just moving to another server with the same CPU architecture then the
- Copy the `config.php` file to the new server.
- Renable cron by uncommenting all lines in `/etc/cron.d/librenms`
#### <a name="faq25"> Why is my EdgeRouter device not detected?</a>
If you have `service snmp description` set in your config then this will be why, please remove this. For some reason Ubnt have decided setting this
value should override the sysDescr value returned which breaks our detection.
If you don't have that set then this may be then due to an update of EdgeOS or a new device type, please [create an issue](https://github.com/librenms/librenms/issues/new).
#### <a name="faq8"> How do I add support for a new OS?</a>
The easiest way to show you how to do that is to link to an existing pull request that has been merged in on [GitHub](https://github.com/librenms/librenms/pull/352/files)