From 6c671bc15de87fc153df578bf3233bc8d1e86890 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 3 Aug 2016 21:51:55 +0100 Subject: [PATCH] Updated no graph faq --- doc/Support/FAQ.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 92cf165888..179997333e 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -76,6 +76,9 @@ If the page you are trying to load has a substantial amount of data in it then i The easiest way to check if all is well is to run `./validate.php` as root from within your install directory. This should give you info on why things aren't working. +One other reason could be a restricted snmpd.conf file or snmp view which limits the data sent back. If you use net-snmp then we suggest using +the (included snmpd.conf)[https://raw.githubusercontent.com/librenms/librenms/master/snmpd.conf.example] file. + #### How do I debug pages not loading correctly? A debug system is in place which enables you to see the output from php errors, warnings and notices along with the MySQL queries that have been run for that page.