Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
349 B
PHP
Raw Permalink Normal View History

<?php
2020-09-21 15:40:17 +02:00
// For use with Graylog2 plugin by Catinello found at https://marketplace.graylog.org/addons/9ee98819-804e-41c3-b0ac-6ca7975c1a48
2018-03-19 17:18:13 -04:00
// example parameters: -l https://graylog1.example.com:9000/api -insecure -p password -u username -w 10 -c 20
2019-06-23 00:29:12 -05:00
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . '/check_graylog ' . $service['service_param'];