文件名称:nagios-php:PHP nagios 插件实用程序
文件大小:214KB
文件格式:ZIP
更新时间:2024-07-08 05:17:22
PHP
nagios-php 受启发,帮助在 PHP 中编写 nagios 插件的简单实用程序。 用法: 示例 - check_hello : <?php require_once __DIR__ . '/nagios.phar' ; use Dubture \ Nagios \ Plugin ; $ plugin = new Plugin (); $ plugin -> run ( function ( $ name , $ foo = 'bar' ) use ( $ plugin ) { return array ( Plugin :: OK , array ( 'hello' => $ name , $ foo )); }); 使用check_hello pulse00运行上述插件将导致 nagios 服务状态OK和多行输出:
【文件预览】:
nagios-php-master
----.gitignore(84B)
----compile(153B)
----src()
--------Dubture()
----nagios.phar(233KB)
----.travis.yml(119B)
----check_load(788B)
----LICENSE(1KB)
----composer.json(697B)
----README.md(2KB)
----vendor()
--------monolog()
--------pimple()
----tests()
--------bootstrap.php(113B)
--------Dubture()
----phpunit.xml.dist(395B)