当前位置:  数据库>oracle

Nagios监控Oracle alert日志脚本

    来源: 互联网  发布时间:2017-06-13

    本文导语: 会点Nagios的知道怎么用吧#把nagios加入oinstall组#usermod -a -G oinstall nagios #! /bin/shdbversion=11bdump=/u01/app/Oracle/oradata/PROD/dump/diag/rdbms/prod/PROD/trace/alert_PROD.logSTATE_OK=0STATE_WARNING=1STATE_CRITICAL=2STATE_UNKNOWN=3if [ $dbversion = 11 ]                  ...

会点Nagios的知道怎么用吧
#把nagios加入oinstall组
#usermod -a -G oinstall nagios

#! /bin/sh
dbversion=11
bdump=/u01/app/Oracle/oradata/PROD/dump/diag/rdbms/prod/PROD/trace/alert_PROD.log
STATE_OK=0
STATE_WARNING=1
STATE_CRITICAL=2
STATE_UNKNOWN=3
if [ $dbversion = 11 ]                                                                                         
then ins_log_pwd=$bdump
else
ins_log_pwd=$ORACLE_BASE/admin/$SERVICE_NAME/bdump/alert_$ORACLE_SID.log
fi
if [ `tail -50 $ins_log_pwd | grep 'ORA-' |grep -v -i -E '1013|1031|1144|1652|1722|8103|12012|3297|1410|2050|3113|3136|1555|1461|00600|1580|27054|6512' | wc -l` -gt 0 ];then
dmsgtmp=`tail -50 $ins_log_pwd | grep 'ORA-' |grep -v -i -E '1013|1031|1144|1652|1722|8103|12012|3297|1410|2050|3113|3136|1555|1461|00600|1580|27054|6512'`
echo "CRITICAL - $dmsgtmp"
echo "Oracle log result:" >> /home/nagios/alert.log
echo "  instance alert check result: $dmsgtmp " >> /home/nagios/alert.log
echo `date +%Y-%m-%d-%H:%M:%S` >> /home/nagios/alert.log
exit $STATE_CRITICAL
fi
if [ `tail -50 $ins_log_pwd | grep 'ORA-' |grep -v -i -E '1013|1031|1144|1652|1722|8103|12012|3297|1410|2050|3113|3136|1555|1461|00600|1580|27054|6512' | wc -l` -eq 0 ];then
echo "No error"
exit $STATE_OK
fi

错误对照:
ORA-1013:用户请求取消当前的操作
ORA-1031:权限不足
ORA-1144:文件大小 ( 块) 超出  块的最大数
ORA-1652:无法通过(在表空间中)扩展 temp 段
ORA-1722:无效数字
ORA-8103:object no longer exists”
                    // *Cause: The object has been deleted by another user since the operation
                    // began, or a prior incomplete recovery restored the database to
                    // a point in time during the deletion of the object.
                    // *Action: Delete the object if this is the result of an incomplete
                    // recovery.
ORA-12012:error on auto execute of job 计划任务执行失败了
ORA-3297:file contains used data beyond requested RESIZE value
                    Cause:    Some portion of the file in the region to be trimmed is currently in use by a database object
                    Action:    Drop or move segments containing extents in this region prior to resizing the file, or choose a resize value such that only free space is in the trimmed.
ORA-1410:无效的 ROWID
ORA-2050:事务处理已重算,某些远程 DBs 可能有问题
ORA-3113:
ORA-3136:inbound connection timed out
ORA-1555:快照过旧: 回退段号  在名称为 "" 过小snapshot too old
ORA-1461:仅可以为插入 LONG 列的 LONG 值赋值
ORA-00600:死锁
ORA-1580:创建控制备份文件时出错
ORA-27054:NFS file system where the file is created or resides is not mounted with correct options
ORA-6512:类似于这样ORA-06512: at "SYS.DBMS_ISCHED", line 3761
                    ORA-06512: at "SYS.DBMS_ISCHED", line 772
                    ORA-06512: at "SYS.DBMS_SCHEDULER", line 1236
                    ORA-06512: at line 2

网络监控器Nagios全攻略

Nagios搭建与配置详解

Nginx环境下构建Nagios监控平台

在RHEL5.3上配置基本的Nagios系统(使用Nagios-3.1.2)

CentOS 5.5+Nginx+Nagios监控端和被控端安装配置指南

Ubuntu 13.10 Server 安装 Nagios Core 网络监控运用


:http://www.linuxidc.com/Linux/2015-01/1125.htm


    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Nagios check_oracle_health 关于执行SQL问题
  • Nagios 性能图表的插件 PNP4Nagios
  • Fully Automated Nagios
  • linux下配置nagios,帮忙阿
  • Nagios 管理工具 NagiosQL
  • nagios 分发文件实现代码
  • 基于Web的Nagios配置 NConf
  • Nagios 3 完整配置文档
  • Nagios插件 Monitoringplug
  • Nagios 的跨平台代理 NCPA
  • 跪求Nagios3.2.1汉化包
  • nagios如何不检查 Host Check Timed Out
  • 急:Nagios nrpe插件求解
  • 有谁对nagios 的原代码做过分析的,给小弟点帮助啊
  • 现在nagios哪个版本最稳定?
  • 部署在nagios中的语句不能执行
  • linux平台有哪些著名开源软件比如nagios,
  • 在Centos虚拟机下安装nagios sms
  • linux安装nagios,安装nrpe时候,先安装了openssl再从安装nrpe出错。
  • 有哪位大牛搞过nagios插件的么?解决后加到100分
  • Nagios 报错 specified in host definition could not be not found


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,