- Joined
- May 20, 2016
- Messages
- 149
- Points
- 28
Varnish Dashboard is a tool to track real-time operation based on Varnish Agent. This dashboard is simple to install and still provide adequate tools to manage and view Varnish server logs, stats, VCL...etc
Varnish Dashboard supports multiple servers at the same time, monitoring and comparison of server.
The interface of Varnish Dashboard:
Bans:
Manage Server:
VCL:
Logs:
How to install Varnish Dashboard
1. Install Varnish Agent 2
First you must install Varnish
To install Varnish Dashboard, you need to install Varnish Agent before. Remember the username and password information in the file
2. Install Varnish Dashboard
I'll install Varnish Agent and Varnish Dashboard in a folder so they can support together.
For CentOS and Ubuntu
Move to the folder containing Varnish Agent
Change the file name to access Varnish Agent
Install Varnish Dashboard from Github
That's all, now you have two paths:
Accessing Varnish Dashboard:
Access to Varnish Agent:
Hope it helps!
Varnish Dashboard supports multiple servers at the same time, monitoring and comparison of server.
The interface of Varnish Dashboard:
Bans:
Manage Server:
VCL:
Logs:
How to install Varnish Dashboard
1. Install Varnish Agent 2
First you must install Varnish
To install Varnish Dashboard, you need to install Varnish Agent before. Remember the username and password information in the file
Code:
/etc/varnish/agent_secret
I'll install Varnish Agent and Varnish Dashboard in a folder so they can support together.
For CentOS and Ubuntu
Move to the folder containing Varnish Agent
Code:
cd /usr/share/varnish-agent/html/
Code:
mv index.html vagent.html
Code:
git clone git://github.com/brandonwamboldt/varnish-dashboard.git
mv -f varnish-dashboard/* .
rm -rf varnish-dashboard
Accessing Varnish Dashboard:
Code:
http://domain.com:6085/html/
Code:
http://domain.com:6085/html/vagent.html