添加zabbix飞信报警

1.在页面添加飞信报警

选择Adminstration--》Media types--》Create media types

2.安装飞信

PHPfetion或者linux版本的飞信客户端,最近网页版飞信维护,PHPfetion无法使用。

wget http://www.it-adv.net/fetion/downng/fetion20091117-linux.tar.gz

tar zxvf fetion20091117-linux.tar.gz

mv fx/ /usr/local/zabbix/share/zabbix/alertscripts/fetion

mkdir -p /usr/local/zabbix/share/zabbix/alertscripts/fetion/lib/

将库文件放到lib目录下

vim /etc/ld.so.conf添加一行

/usr/local/zabbix/share/zabbix/alertscripts/fetion/lib/

ldconfig -v

如果出现报错信息:

./fetion

-bash: ./fetion: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

解决方法:

yum install /lib/ld-linux.so.2

./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

./fetion: error while loading shared libraries: libgssapi_krb5.so.2: cannot open shared object file: No such file or directory

解决方法:

yum -y install libgssapi_krb5.so.2

./fetion: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

解决方法:

yum -y install libz.so.1

$ /usr/local/zabbix/share/zabbix/alertscripts/fetion/fetion  -h
 ************************ IMPORTANT STATEMENT ************************
 **                                                                 **
 **   PLEASE DON‘T USE THIS SOFTWARE TO SEND JUNK SHORT MESSAGES.   **
 **   OTHERWISE PLEASE BEAR YOUR OWN CONSEQUENCES.                  **
 **                                                                 **
 **                                Version:[20091117002-linux]      **
 *********************************************************************
 This program is the console version of China Fetion!
 It‘s free for personal user.
 This project website: http://www.it-adv.net/

 AUTHOR:KelvinH MSN/EMAIL:[email protected]

 Usage:
    --mobile=[mobile]
    --sid=[sid]
    --pwd=[pwd]
    --config=[config file] *format:index mobile password
    --index=[index no in config file,refer to sample.conf]

    --debug  *debug mode on
    --hide  *login fetion in hidden state
    --to=[mobile/sid]
    --add=[uri]
    --command-path=[command file path]
    --robotmode
    --daemon(linux only)
    --proxy-ip(http proxy ip)
    --proxy-port(http proxy port)
    --msg-gb=[gb2312/gbk message]
    --msg-utf8=[utf8 message]
    --msg-type=[0/1/2/3 sms longsms smartmsg mms]
    --file-gb=[gb2312/gbk file]
    --file-utf8=[utf8 file]
    --query-cmcc-no
    --testaccount
    --auto-retry
    --get-web-session
    --action=getpiccode --mobile=13910000000 --pwd=[pwd] (--piccode-url=[url])
    --action=appsubscribe --mobile=[mobile] --pwd=[pwd] --pic-certificate-id=[certid] --pic-cert-code=[certcode] --apply-sub-service-url=[url]
    --action=subscribe --mobile=[mobile] --pwd=[pwd] --sms-code=[smscode] --subscribe-url=[url]
    --action=updatepwd --mobile=[mobile] --pwd=[pwd] --sms-code=[smscode] --update-pwd-url=[url]

参考文档:

http://my.oschina.net/f91jty/blog/168392

时间: 2025-01-01 02:56:17

添加zabbix飞信报警的相关文章

九爷带你了解 zabbix 飞信以及机器人报警

一.安装飞信 wget http://ebook.elain.org/tools/fetion20101205.tar.gz tar -zxvf fetion20101205.tar.gz -C /usr/local 解压 fetion目录到 /usr/local/下 执行ln -s /usr/local/fetion/lib/lib* /usr/lib/ 添加要接收报警短信的手机号为飞信好友 测试  :/usr/local/fetion/fetion --mobile=1383838438 -

linux 下搭建zabbix邮件报警

一.搭建环境介绍 hostname IP zabbix版本 系统版本 服务端 webserver 192.168.1.20 zabbix2.2 CentOS 6.6 客户端 hpf-linux 192.168.1.110 zabbix2.2 CentOS 6.6 二.使用外部邮箱账号发送报警邮件设置: 1.关闭sendmail或者postfix 使用外部邮箱账号时,不需要启动sendmail或者postfix ,如果在sendmail或者postfix启动的同时使用外部邮箱发送报警邮件,首先会读

zabbix 微信报警设置

#================ 报警方式一 使用微信官方API ========================= 待添加 #================报警方式二 ============================= #安装告警agent wget http://cdn.110monitor.com/open/download/alert-agent-4.0.1-RC2.tar.gz tar -xvf alert-agent-4.0.1-RC2.tar.gz cp -a aler

linux中Zabbix邮件报警设置配置步骤

使用外部邮箱账号发送报警邮件设置 配置Zabbix服务端外部邮箱 vi /etc/mail.rc #编辑,添加以下信息 set [email protected] smtp=smtp.163.com set [email protected] smtp-auth-password=123456 set smtp-auth=login :wq! #保存退出 配置Zabbix服务端邮件报警 1. 管理-示警媒介类型-创建媒体类型 名称:Sendmail 类型:脚本 脚本名称:sendmail.sh

zabbix 飞信集成配置

1.环境说明: (Gentoo Linux环境) # uname -a Linux Crob 2.6.34-gentoo #1 SMP Mon May 31 15:45:25 CST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz GenuineIntel GNU/Linux # emerge -pv zabbix These are the packages that would be merged, in order: Calcu

使用需要账号密码的邮件服务器发送zabbix监控报警

1.邮件通知 参考资料http://www.osyunwei.com/archives/8113.html 1.1 服务器配置发送邮件 使用外部邮箱账号时,不需要启动exim4 service exim4 stop   #实际测试好像不关掉也不影响发邮件 安装邮件发送工具mailx wget http://nchc.dl.sourceforge.net/project/heirloom/heirloom-mailx/12.4/mailx-12.4.tar.bz2 make make instal

zabbix微信报警设置

# Zabbix-Alert-WeChat # zabbix微信报警 ### 需要具备一下条件 * 注册微信企业号(团队类型) [点击注册](https://qy.weixin.qq.com/) #### 安装simplejson 3.8.2 ```bash wget https://pypi.python.org/packages/f0/07/26b519e6ebb03c2a74989f7571e6ae6b82e9d7d81b8de6fcdbfc643c7b58/simplejson-3.8.

zabbix 邮件报警 -- sendmail

用了几个邮件报警软件,感觉还是sendmail及时.稳定. 一.zabbix server服务器上配置: 1.1 发送邮件脚本的存放路径: 1 2 3 [[email protected]_server etc]# cat zabbix_server.conf | grep alertscripts  # AlertScriptsPath=${datadir}/zabbix/alertscripts  AlertScriptsPath=/usr/local/zabbix/share/zabbix

Zabbix邮件报警配置

一.安装sendmail或者postfix(安装一种即可) yum install sendmail                #安装 service sendmail start              #启动 chkconfig sendmail on                #设置开机启动 或者 yum install postfix service postfix start chkconfig postfix on 二.安装邮件发送工具mailx yum install m