mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added faq doc
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
- [Why do I see traffic spikes in my graphs?](#faq15)
|
||||
- [Why do I see gaps in my graphs?](#faq17)
|
||||
- [How do I change the IP / hostname of a device?](#faq16)
|
||||
- [My device doesn't finish polling within 300 seconds](#faq19)
|
||||
- [Things aren't working correctly?](#faq18)
|
||||
|
||||
### Developing
|
||||
@@ -120,6 +121,14 @@ Usage:
|
||||
./renamehost.php <old hostname> <new hostname>
|
||||
```
|
||||
|
||||
#### <a name="faq19"> My device doesn't finish polling within 300 seconds</a>
|
||||
|
||||
We have a few things you can try:
|
||||
|
||||
- Disable unnecessary polling modules under edit device.
|
||||
- Set a max repeater value within the snmp settings for a device.
|
||||
What to set this to is tricky, you really should run an snmpbulkwalk with -Cr10 through -Cr50 to see what works best. 50 is usually a good choice if the device can cope.
|
||||
|
||||
#### <a name="faq18"> Things aren't working correctly?</a>
|
||||
|
||||
Run `./validate.php` as root from within your install.
|
||||
|
||||
Reference in New Issue
Block a user