mirror of https://github.com/mikaku/Monitorix.git
added a complete graph to support Tinyproxy statistics ('tinyproxy.pm')
This commit is contained in:
parent
a9fa2e9a8a
commit
54ac274d86
1
Makefile
1
Makefile
|
@ -109,6 +109,7 @@ install-bin:
|
|||
$(INSTALL_DATA) lib/squid.pm "$(DESTDIR)$(LIBDIR)/squid.pm"
|
||||
$(INSTALL_DATA) lib/system.pm "$(DESTDIR)$(LIBDIR)/system.pm"
|
||||
$(INSTALL_DATA) lib/tc.pm "$(DESTDIR)$(LIBDIR)/tc.pm"
|
||||
$(INSTALL_DATA) lib/tinyproxy.pm "$(DESTDIR)$(LIBDIR)/tinyproxy.pm"
|
||||
$(INSTALL_DATA) lib/traffacct.pm "$(DESTDIR)$(LIBDIR)/traffacct.pm"
|
||||
$(INSTALL_DATA) lib/unbound.pm "$(DESTDIR)$(LIBDIR)/unbound.pm"
|
||||
$(INSTALL_DATA) lib/user.pm "$(DESTDIR)$(LIBDIR)/user.pm"
|
||||
|
|
|
@ -90,6 +90,7 @@ secure_log_date_format = %b %e
|
|||
du = n
|
||||
net = y
|
||||
netstat = y
|
||||
tinyproxy = n
|
||||
tc = n
|
||||
libvirt = n
|
||||
process = n
|
||||
|
@ -395,6 +396,19 @@ secure_log_date_format = %b %e
|
|||
</netstat>
|
||||
|
||||
|
||||
# TINYPROXY graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<tinyproxy>
|
||||
list = http://your.proxy.com/
|
||||
<desc>
|
||||
http://your.proxy.com/ = http://tinyproxy.stats
|
||||
<desc>
|
||||
show_url = y
|
||||
rigid = 0, 0, 0
|
||||
limit = 1000, 1000, 1000
|
||||
</tinyproxy>
|
||||
|
||||
|
||||
# TC graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<tc>
|
||||
|
@ -941,7 +955,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, unbound, 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, tinyproxy, 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
|
||||
|
@ -959,6 +973,7 @@ graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia,
|
|||
du = Directory usage
|
||||
net = Network traffic and usage
|
||||
netstat = Netstat statistics
|
||||
tinyproxy = Tinyproxy statistics
|
||||
tc = Traffic Control statistics
|
||||
libvirt = Libvirt statistics
|
||||
process = Processes statistics
|
||||
|
@ -1041,6 +1056,9 @@ graph_name = system, kern, proc, hptemp, lmsens, gensens, ipmi, ambsens, nvidia,
|
|||
_netstat3 = Active close
|
||||
_netstat4 = Passive close
|
||||
_netstat5 = UDP statistics
|
||||
_tinyproxy1 = Requests
|
||||
_tinyproxy2 = Connections
|
||||
_tinyproxy3 = Connections
|
||||
_tc1 = Traffic
|
||||
_tc2 = Dropped
|
||||
_tc3 = Overlimits
|
||||
|
|
Loading…
Reference in New Issue