mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added check_graylog.inc.php for services (#8334)
* Create check_graylog.inc.php Removes the -H being passed and provides directions. * Update check_graylog.inc.php
This commit is contained in:
committed by
Neil Lathwood
parent
98e3014d31
commit
bbd16dd2d2
4
includes/services/check_graylog.inc.php
Normal file
4
includes/services/check_graylog.inc.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
// For use with Graylog2 plugin by Catinello found at https://marketplace.graylog.org/addons/9ee98819-804e-41c3-b0ac-6ca7975c1a48
|
||||
// example parameters: -l https://graylog1.example.com:9000/api -insecure -p password -u username
|
||||
$check_cmd = $config['nagios_plugins'] . "/check_graylog " . $service['service_param'];
|
Reference in New Issue
Block a user