Apply fixes from StyleCI (#12120)

This commit is contained in:
Jellyfrog
2020-09-21 15:40:17 +02:00
committed by GitHub
parent 77c531527c
commit 82f43cb98d
1733 changed files with 18337 additions and 18540 deletions

View File

@@ -1,14 +1,13 @@
<?php
/**
* check_oracle Nagios Plugin
* Docs: https://www.monitoring-plugins.org/doc/man/check_oracle.html
*
* If the plugin doesn't work, check that the ORACLE_HOME environment
* variable is set, that ORACLE_HOME/bin is in your PATH, and the
* tnsnames.ora file is locatable and is properly configured.
*
* This plugin does not accept the '-H' flag for hostname/IP address
* that most other Nagios plugins do.
*
*/
* check_oracle Nagios Plugin
* Docs: https://www.monitoring-plugins.org/doc/man/check_oracle.html
*
* If the plugin doesn't work, check that the ORACLE_HOME environment
* variable is set, that ORACLE_HOME/bin is in your PATH, and the
* tnsnames.ora file is locatable and is properly configured.
*
* 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'];