mirror of https://github.com/mikaku/Monitorix.git
added a complete graph for Varnish proxy cache
This commit is contained in:
parent
9bff0bbda7
commit
cfcf6203eb
File diff suppressed because it is too large
Load Diff
|
@ -92,6 +92,7 @@ secure_log_date_format = %b %e
|
||||||
nginx = n
|
nginx = n
|
||||||
lighttpd = n
|
lighttpd = n
|
||||||
mysql = n
|
mysql = n
|
||||||
|
varnish = n
|
||||||
squid = n
|
squid = n
|
||||||
nfss = n
|
nfss = n
|
||||||
nfsc = n
|
nfsc = n
|
||||||
|
@ -397,6 +398,14 @@ secure_log_date_format = %b %e
|
||||||
</mysql>
|
</mysql>
|
||||||
|
|
||||||
|
|
||||||
|
# VARNISH graph
|
||||||
|
# -----------------------------------------------------------------------------
|
||||||
|
<varnish>
|
||||||
|
rigid = 0, 0, 0, 0, 0, 0
|
||||||
|
limit = 100, 100, 100, 100, 100, 100
|
||||||
|
</varnish>
|
||||||
|
|
||||||
|
|
||||||
# SQUID graph
|
# SQUID graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<squid>
|
<squid>
|
||||||
|
@ -700,7 +709,7 @@ logo_bottom = logo_bot.png
|
||||||
remote = 300x100
|
remote = 300x100
|
||||||
</graph_size>
|
</graph_size>
|
||||||
|
|
||||||
graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, netstat, libvirt, process, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, squid, nfss, nfsc, bind, ntp, fail2ban, icecast, raspberrypi, phpapc, memcached, apcupsd, wowza, int, verlihub
|
graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, netstat, libvirt, process, serv, mail, port, user, ftp, apache, nginx, lighttpd, mysql, varnish, squid, nfss, nfsc, bind, ntp, fail2ban, icecast, raspberrypi, phpapc, memcached, apcupsd, wowza, int, verlihub
|
||||||
|
|
||||||
<graph_title>
|
<graph_title>
|
||||||
system = System load average and usage
|
system = System load average and usage
|
||||||
|
@ -724,6 +733,7 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, netstat,
|
||||||
nginx = Nginx statistics
|
nginx = Nginx statistics
|
||||||
lighttpd = Lighttpd statistics
|
lighttpd = Lighttpd statistics
|
||||||
mysql = MySQL statistics
|
mysql = MySQL statistics
|
||||||
|
varnish = Varnish statistics
|
||||||
squid = Squid statistics
|
squid = Squid statistics
|
||||||
nfss = NFS server statistics
|
nfss = NFS server statistics
|
||||||
nfsc = NFS client statistics
|
nfsc = NFS client statistics
|
||||||
|
@ -738,7 +748,6 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, netstat,
|
||||||
wowza = Wowza Media Server
|
wowza = Wowza Media Server
|
||||||
int = Devices interrupt activity
|
int = Devices interrupt activity
|
||||||
verlihub = VerliHub statistics
|
verlihub = VerliHub statistics
|
||||||
|
|
||||||
</graph_title>
|
</graph_title>
|
||||||
|
|
||||||
<graphs>
|
<graphs>
|
||||||
|
@ -818,6 +827,12 @@ graph_name = system, kern, proc, hptemp, lmsens, nvidia, disk, fs, net, netstat,
|
||||||
_mysql4 = MySQL queries
|
_mysql4 = MySQL queries
|
||||||
_mysql5 = MySQL connections
|
_mysql5 = MySQL connections
|
||||||
_mysql6 = MySQL traffic
|
_mysql6 = MySQL traffic
|
||||||
|
_varnish1 = Varnish statistics
|
||||||
|
_varnish2 = Backend usage
|
||||||
|
_varnish3 = Client connections
|
||||||
|
_varnish4 = Cache utilization
|
||||||
|
_varnish5 = Objects
|
||||||
|
_varnish6 = Traffic
|
||||||
_squid1 = Squid statistics 1
|
_squid1 = Squid statistics 1
|
||||||
_squid2 = Squid statistics 2
|
_squid2 = Squid statistics 2
|
||||||
_squid3 = Overall I/O
|
_squid3 = Overall I/O
|
||||||
|
|
Loading…
Reference in New Issue