mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
When using check_hetzner_storagebox (https://github.com/muensmedia/check_hetzner_storagebox) the -H can not be passed.
4 lines
120 B
PHP
4 lines
120 B
PHP
<?php
|
|
|
|
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . '/check_hetzner_storagebox ' . $service['service_param'];
|