mirror of https://github.com/mikaku/Monitorix.git
added a complete graph to support Unbound statistics ('unbound.pm') #176
This commit is contained in:
parent
cdd30ed9d1
commit
6191970327
File diff suppressed because it is too large
Load Diff
|
@ -108,6 +108,7 @@ secure_log_date_format = %b %e
|
|||
nfss = n
|
||||
nfsc = n
|
||||
bind = n
|
||||
unbound = n
|
||||
ntp = n
|
||||
chrony = n
|
||||
fail2ban = n
|
||||
|
@ -645,6 +646,15 @@ secure_log_date_format = %b %e
|
|||
</bind>
|
||||
|
||||
|
||||
# UNBOUND graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<unbound>
|
||||
queries_type = A, AAAA, ANY, DS, MX, NS, PTR, SOA, SRV, TXT, NAPTR, A6, CNAME, SPF, KEY, DNSKEY, HINFO, WKS, PX, NSAP
|
||||
rigid = 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
|
||||
limit = 100, 100, 100, 100, 100, 100, 100, 100, 100, 100
|
||||
</unbound>
|
||||
|
||||
|
||||
# NTP graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<ntp>
|
||||
|
@ -928,7 +938,7 @@ logo_bottom = logo_bot.png
|
|||
remote = 300x100
|
||||
</graph_size>
|
||||
|
||||
graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia, disk, fs, zfs, du, net, netstat, tc, libvirt, process, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, mongodb, varnish, pagespeed, squid, nfss, nfsc, bind, ntp, chrony, fail2ban, icecast, raspberrypi, phpapc, memcached, phpfpm, apcupsd, nut, wowza, int, verlihub
|
||||
graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia, disk, fs, zfs, du, net, netstat, tc, libvirt, process, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, mongodb, varnish, pagespeed, squid, nfss, nfsc, bind, unbound, ntp, chrony, fail2ban, icecast, raspberrypi, phpapc, memcached, phpfpm, apcupsd, nut, wowza, int, verlihub
|
||||
|
||||
<graph_title>
|
||||
system = System load average and usage
|
||||
|
@ -965,6 +975,7 @@ graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia,
|
|||
nfss = NFS server statistics
|
||||
nfsc = NFS client statistics
|
||||
bind = BIND statistics
|
||||
unbound = Unbound statistics
|
||||
ntp = NTP statistics
|
||||
chrony = Chrony statistics
|
||||
fail2ban = Fail2ban statistics
|
||||
|
@ -1128,6 +1139,16 @@ graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia,
|
|||
_bind5 = Cache DB RRsets (_default)
|
||||
_bind6 = Memory usage
|
||||
_bind7 = Task manager
|
||||
_unbound1 = Queries and cache
|
||||
_unbound2 = Queries by type
|
||||
_unbound3 = Recursion time
|
||||
_unbound4 = Uptime
|
||||
_unbound5 = Specific traffic
|
||||
_unbound6 = Memory usage
|
||||
_unbound7 = Answers by type
|
||||
_unbound8 = Queries by flags
|
||||
_unbound9 = Less than 1s resolving time
|
||||
_unbound10 = More than 1s resolving time
|
||||
_ntp1 = NTP timing stats
|
||||
_ntp2 = Stratum level
|
||||
_ntp3 = Codes
|
||||
|
|
Loading…
Reference in New Issue