mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
* This plugin does not accept the '-H' flag for hostname/IP address
|
||||
* that most other Nagios plugins do.
|
||||
*/
|
||||
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . "/check_oracle " . $service['service_param'];
|
||||
$check_cmd = \LibreNMS\Config::get('nagios_plugins') . '/check_oracle ' . $service['service_param'];
|
||||
|
Reference in New Issue
Block a user