mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12120)
This commit is contained in:
@@ -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'];
|
||||
|
Reference in New Issue
Block a user