定制 disc/php-zabbix-sender 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status MIT licensed Test Coverage

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

The MIT License (MIT)

统计信息

  • 总下载量: 154.29k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 19
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 19
  • Watchers: 2
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-18