amionrails.wordpress.com
How to Add a custom check to Zabbix Agent to check Folder Size under Windows
Edit your zabbix_agentd.conf Add this to the section UserParameter=website.size.path[*],powershell -noprofile -command “(ls -r “D:\yourpath\$1″|measure -s Length| select sum| ft -…