Skip to content

disc/zabbix-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix-sender Build Status

Synopsis

Php implementation of zabbix_sender utility.
Required PHP 7.*.
Works 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();

Installation

Use composer for installation composer require disc/php-zabbix-sender

Tests

Run vendor/bin/phpunit for tests

Contributors

Aleksandr Khachikyants [[email protected]]

License

MIT