disc/php-zabbix-sender
最新稳定版本:1.3.2
Composer 安装命令:
composer require disc/php-zabbix-sender
包简介
PHP implementation of zabbix_sender utility. Works with Zabbix 2.0.8, 2.1.7+ and 4.0 versions.
关键字:
README 文档
README
Synopsis
Modern php implementation of Zabbix Sender Client.
Support php versions PHP 5.4 and above.
Working with Zabbix 2.0.8, 2.1.7+ and supports version 4.0.
Code Example
Easy to use:
$sender = new \Disc\Zabbix\Sender('localhost', 10051);
$sender->addData('hostname', 'some.key.2', 0.567);
$sender->send();
See sample/sample.php
Installation
Use composer for installation
composer require disc/php-zabbix-sender
Tests
Run vendor/bin/phpunit for tests
Contributors
Alexandr Hacicheant [a.hacicheant@gmail.com]
License
统计信息
- 总下载量: 154.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-03-18