This is alternative implementation of zabbix agent in python.
You can find installation instructions and tutorials here
- You can not specify later item arguments if you specify former.
- system.cpu.util[,idle] will be treated as system.cpu.util(cpu='', state='idle', mode='avg1') and you probably don't have ''th cpu.
- You should pass 'all processes' and 'all users' to proc.num explicitly, proc[,root] should be proc[all processes,root]