Help - saint-lascivious/munin-pihole-plugins GitHub Wiki

Help

Help! Something went wrong during installation!

  • Add more verbosity

As a first step, try changing the VERBOSITY_LEVEL to the maximum value of 4, and then running the installation again. This may give you more indication as to exactly what is going wrong.

If if the issue remains a mystery, and/or you are unable to resolve it yourself, see below.

Example: export VERBOSITY_LEVEL="4"

Help! Something went wrong during uninstallation!

  • See above or below

Help! My graphs aren't showing up!

  • Be patient

Graphs should be generated at five minute intervals. If you still do not see graphs after this time, try restarting the machine and waiting a further five minutes.

  • Try to run a plugin manually using munin-run

Example: sudo munin-run pihole_replies_by_type

Sample output:

saint@sainternet:~$ sudo munin-run pihole_replies_by_type 
reply_BLOB.value 0
reply_CNAME.value 46
reply_DNSSEC.value 0
reply_DOMAIN.value 0
reply_IP.value 1251
reply_NODATA.value 9
reply_NONE.value 0
reply_NOTIMP.value 0
reply_NXDOMAIN.value 3
reply_OTHER.value 0
reply_REFUSED.value 0
reply_RRNAME.value 0
reply_SERVFAIL.value 0
reply_UNKNOWN.value 9
  • Check the output of the munin-pihole-plugins debug plugin

Example: munin-pihole-plugins --debug

Sample output:

plugin version:
"08.08.00"
plugin variables:
api="/admin/api.php"
cachesuffix="?getCacheInfo&auth="
ftl_portfile="/run/pihole-FTL.port"
"/run/pihole-FTL.port" exists
ftlport="4711"
host="127.0.0.1"
port="80"
setupvars="/etc/pihole/setupVars.conf"
"/etc/pihole/setupVars.conf" exists
webpassword="012345678910ABCDEF019876543210"
blocked_crit="1:5000000"
blocked_warn="0:3000000"
cache_crit=""
cache_warn=""
cache_by_type_crit=""
cache_by_type_warn=""
clients_crit="100"
clients_warn="1:50"
percent_crit="98"
percent_warn="1:85"
queries_crit=""
queries_warn=""
replies_by_type_crit=""
replies_by_type_warn=""
status_crit="0:1"
status_warn="1:"
unique_domains_crit="1:20000"
unique_domains_warn="0:10000"
plugin commands:
"nc" exists
"curl" exists
plugin capabilities:
dirtyconf capability unsupported
api method:
json

This may help illuminate any problems that may exist in the plugin environment and verify any modification(s) theretowards.

  • If all else fails

If you still can not get any graphs to display, open an issue in munin-pihole-plugins' issue tracker or contact me for further support.