/zabby

Implementation of zabbix agent in python

Primary LanguagePythonMIT LicenseMIT

Zabby

This is alternative implementation of zabbix agent in python.

Documentation

You can find installation instructions and tutorials here

Differences from zabbix agent

  • 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]