`

nagios fetion - 飞信报警

阅读更多
【基本介绍】
这里我们介绍nagios利用飞信提供短信报警功能

【飞信安装测试】  - linux平台
http://bbs.it-adv.net/viewthread.php?tid=916&extra=&page=1
1. libACE库的支持
拷贝相应的so文件到/usr/lib下面
2. fetion的安装配置
解压fetion文件到安装路径,例如/usr/local/fetion
3. 测试飞信是否正常  - 前提是你的手机测试过飞信
/usr/local/fetion/fetion --mobile=137*** --pwd=***  --to=137*** --msg-utf8="test"

【nagios配置】
配置命令
# notify-service-by-email
define command{
        command_name    notify-service-by-email
        command_line    /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddre
ss: $HOSTADDRESS$\nState: $SERVICESTATE$\n\
nDate/Time: $LONGDATETIME$\n\nAdditional Info:\n\n$SERVICEOUTPUT$\n" | /bin/mail -s "** $NOTIFICATIONTYPE$ Service Alert: $HOSTALIAS$/$SERVICEDESC$ is $SERVI
CESTATE$ **" $CONTACTEMAIL$
        }
		
# notify-host-by-sms
define command{
        command_name    notify-host-by-sms
        command_line    /usr/local/fetion/fetion --mobile=xxx --pwd=xxx --to=xxx,xxx,xxx  --msg-gb=" $NOTIFICATIONTYPE$ H
ost Alert: $HOSTNAME$($HOSTADDRESS$) is $HOSTSTATE$ " --exit-on-verifycode=1  --msg-type=1 
        }


配置联系人
# create contact
define contact{
        contact_name            test_user
        #use                    generic-contact
        service_notification_options    c,w,r,u
        host_notification_options       d,u,r
        service_notification_commands   notify-service-by-sms,notify-service-by-email
        host_notification_commands      notify-host-by-sms,notify-host-by-email
        host_notification_period        24-7
        service_notification_period     24-7
        email                           xx
}

define contactgroup{
        contactgroup_name       xxx_user
        alias                   Nagios xxx
        members                 test_user
}



配置host,service
define host{
        use                             linux-server
        host_name                       xx-web03
        address                         xx.xx.xx.xx
        max_check_attempts              2
        normal_check_interval           5
        notification_interval           5
        contact_groups                  xxx_user
        check_command                   check-host-alive
        notification_options            d,u,r
}



【问题】
问题一
/usr/local/fetion/fetion: error while loading shared librarIEs: libstdc++.so.6: cannot open shared object file: No such file or Directory
解决方法:
yum -y install libstdc++.so.6

问题二
/usr/local/fetion/fetion: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory
解决办法
yum install krb5-libs

问题三
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
解决办法:
yum -y install libz.so.1 --setopt=protected_multilib=false

【参考引用】
http://tamenglang.blog.51cto.com/431396/183917
分享到:
评论

相关推荐

    nagios运用飞信实现短信报警监控服务器

    ### nagios运用飞信实现短信报警监控服务器 #### 一、引言 随着信息技术的不断发展,服务器稳定性成为了企业关注的重点之一。Nagios是一款广泛使用的开源监控系统,它能够帮助管理员实时监控网络服务、主机资源状态...

    -Nagios飞信linux短信报警脚本配置

    ### Nagios飞信Linux短信报警脚本配置详解 #### 一、引言 在现代IT运维管理中,系统监控工具Nagios因其强大的功能而受到广泛欢迎。它能够有效地监测服务器的状态并及时发现异常情况。当系统出现问题时,能够迅速...

    fetion20080522004-linrh4.tar.gz

    6. **自动化响应**: 这种集成飞信报警的方法体现了IT自动化响应的概念,即通过自动触发的通知机制,减少人工监控的需求,提高问题解决的效率。 综上所述,这个压缩包提供的解决方案是将飞信与Nagios监控系统相结合...

    nagios配置文档

    - 飞信报警:对于国内用户,可以通过飞信API实现报警通知。需要注册飞信开发者账号,获取API密钥,并在Nagios配置文件中设置相应的接口调用。 总结来说,Nagios在Redhat环境中的配置涉及服务器的安装、服务配置、...

    飞信机器人

    飞信机器人是基于Linux系统的一种自动化工具,用于发送短信通知,尤其在系统监控和报警场景中十分常见。本文将详细讲解如何在CentOS 6.2_x86_64环境下配置飞信机器人,以便在发生系统异常时,通过手机接收到报警短信...

    fetion.tar.gz

    飞信机器人则可能是用来在Nagios检测到问题时通过飞信发送通知的工具,帮助IT管理员远程获取报警信息,提高响应效率。 飞信,又名中国移动飞信,是中国移动推出的一种即时通讯软件,允许用户通过手机和互联网进行...

    fetion.tgz

    标题 "fetion.tgz" 指向的是一个压缩包文件,其中包含了与飞信(Fetion)相关的工具或脚本,用于在Linux环境下集成到系统监控工具Nagios中,实现实时报警信息的免费手机推送。飞信是一款中国移动提供的即时通讯软件...

Global site tag (gtag.js) - Google Analytics