Re: OracleServerspace most performance graphs not generating
Posted: Fri Apr 17, 2015 2:44 pm
Please find below output that you requested.
Code: Select all
[root@localhost nagios]# /usr/local/nagios/libexec/check_oracle_health -V
check_oracle_health (1.7.3)
This nagios plugin comes with ABSOLUTELY NO WARRANTY. You may redistribute
copies of this plugin under the terms of the GNU General Public License.Code: Select all
[root@localhost nagios]# /usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client /usr/local/nagios/libexec/check_oracle_health --connect 'dbserver-1:1537/MYDB' --username 'user' --password 'password' --mode roll-wraps --warning 1 --critical 100
OK - Rollback segment wraps 0.02/sec | rollback_segment_wraps=1;1;100 rollback_segment_wraps_rate=0.02;1;100
Code: Select all
define service {
host_name dbserver-1
service_description MYDB Roll Wraps
use xiwizard_oracleserverspace_service
check_command check_xi_oracleserverspace!--connect 'dbserver-1:1537/MYDB' --username 'user' --password 'password' --mode roll-wraps --warning 1 --critical 100
max_check_attempts 5
check_interval 2
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
notifications_enabled 0
contacts nagiosadmin
_xiwizard oracleserverspace
register 1
}