diff options
Diffstat (limited to 'config/haproxy-devel/haproxy.widget.inc')
-rw-r--r-- | config/haproxy-devel/haproxy.widget.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.widget.inc b/config/haproxy-devel/haproxy.widget.inc new file mode 100644 index 00000000..72113e1c --- /dev/null +++ b/config/haproxy-devel/haproxy.widget.inc @@ -0,0 +1,10 @@ +<?php + +//set variables +$refresh_rate = 5000; //miliseconds +$show_frontends = "NO"; +$show_clients = "YES"; +$show_clients_traffic = "YES"; + +?> + |