cubex/nrpe

Cubex Nrpe Client

dev-master 2013-11-16 14:00 UTC

This package is auto-updated.

Last update: 2024-03-13 00:06:10 UTC


README

Library for connecting to Nagios Remote Plugin Executor

Usage:

$commander  = new \Cubex\Nrpe\NrpeCommander('hostname');
$command    = new \Cubex\Nrpe\Commands\CheckLoad();
$result     = $commander->sendCommand($command);