phantomas reporter for zabbix (zabbix_sender)
npm install phantomas-reporter-zabbixZabbix reporter for phantomas
```
--zabbix-config The configuration file to use. Default: /etc/zabbix/zabbix_agentd.conf
--zabbix-bin The path to the zabbix_sender program. Default: /usr/bin/zabbix_sender
--zabbix-server The zabbix server (IP or hostname) to use. Default: (from zabbix config)
--zabbix-port The zabbix server port to use. Default: (from zabbix config)
--zabbix-hostname The hostname to report to zabbix. Default: - (from zabbix config)
- shorthand for --zabbix-server, --zabbix-port and --zabbix-hostname
* Install phantomas-reporter-zabbix to your phantomas project dependencies
* Use it as specified in the phantomas reporter docs
``
$ phantomas http://myapp.net -R zabbix
or
``
$ phantomas http://myapp.net -R zabbix --zabbix-config zabbix_agentd.conf
or
```
$ phantomas http://myapp.net -R zabbix:zabbix.example.net:80:myapp.net