2017 © Pedro Peláez
 

library nrpe

Cubex Nrpe Client

image

cubex/nrpe

Cubex Nrpe Client

  • Saturday, November 16, 2013
  • by bajbnet
  • Repository
  • 4 Watchers
  • 1 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Nrpe Client

Library for connecting to Nagios Remote Plugin Executor, (*1)

Usage:, (*2)

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

The Versions

16/11 2013

dev-master

9999999-dev http://cubex.io

Cubex Nrpe Client

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0
  • cubex/type *

 

nagios cubex nrpe