dbembibre
Active member
dbembibre submitted a new resource:
Server microstats, show server load in footer - Server microstats, show server load in footer only for admins
Read more about this resource...
Server microstats, show server load in footer - Server microstats, show server load in footer only for admins
This is a simple add-on to show in your footer area the server load.
This add-on only works on linux and Unix.
You need to allow access to the virtual files /proc/loadavg in your php allow path.
I have this in my vhost.conf
Code:<IfModule mod_php5.c> php_admin_flag engine on php_flag xcache.cacher 1 php_flag xcache.optimizer 1 php_admin_value open_basedir "/var/www/vhosts/site.com/httpdocs:/tmp:/proc/loadavg"</IfModule>
The add-on...
Read more about this resource...