Skip to content

nikp359/zabbix-sender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Zabbix Sender

Build Status MIT licensed Test Coverage

Synopsis

Modern php implementation of Zabbix Sender Client.
Support php versions PHP 5.3 and above.
Working with Zabbix 2.0.8 and 2.1.7+ versions.

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 [[email protected]]

License

The MIT License (MIT)

About

PHP Zabbix Sender

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%