亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

實戰Nagios網絡監控(3)——Nagios 微信報警

發布時間:2020-07-17 14:27:04 來源:網絡 閱讀:3481 作者:willis_sun 欄目:移動開發


1. 下載微信公眾平臺私有接口

# yum install -y git

# git clone https://github.com/lealife/WeiXin-Private-API


2. 修改微信公眾平臺私有接口代碼,以配合 nagios 報警

# cp -r WeiXin-Private-API /usr/local/nagios/libexec/weixin

# chown -R nagios.nagios /usr/local/nagios/libexec/weixin

# cd /usr/local/nagios/libexec/weixin

修改 config.php 文件:

$G_CONFIG["weiXin"] = array(

'account' => '微信公眾平臺登錄帳號',

#填寫你注冊的微信訂閱號的帳號和密碼

'password' => '微信公眾平臺登錄密碼',

修改 test.php 文件,只保留如下幾行即可:

<?php

require "config.php";

require "include/WeiXin.php";

$weiXin = new WeiXin($G_CONFIG['weiXin']);

$testFakeId = "$argv[1]"; #微信好友 ID 號,這里通過 nagios 傳入

$msg = `cat /usr/local/nagios/var/nagios.msg`; #要發送的報警信息,由 nagios 傳入

print_r($weiXin->send($testFakeId, "$msg")); #給微信好友發送信息


3. 整合 nagios 和微信公共平臺私有接口

1) 增加微信報警選項: templates.cfg

修改 /usr/local/nagios/etc/objects/templates.cfg

在 define contact{...} 部分,將以下兩行:

service_notification_commands notify-service-by-email

host_notification_commands notify-host-by-email

改為:service_notification_commands notify-service-by-email,service-notify-by-weixin

host_notification_commands notify-host-by-email,host-notify-by-weixin

2) 增加調用命令: commands.cfg

修改 /usr/local/nagios/etc/objects/commands.cfg

在該文件的最后增加以下部分:

##### host-notify-by-weixin command definition

define command{

command_name host-notify-by-weixin

command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type:

$NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress:

$HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" >

/usr/local/nagios/var/nagios.msg && /usr/bin/php /usr/local/nagios/libexec/weixin/test.php

$CONTACTADDRESS1$ &>/dev/null

}

##### service-notify-by-weixin command definition

define command{

command_name service-notify-by-weixin

command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type:

$NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$\nAddress:

$HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $LONGDATETIME$\n\nAdditional

Info:\n\n$SERVICEOUTPUT$\n" > /usr/local/nagios/var/nagios.msg && /usr/bin/php

/usr/local/nagios/libexec/weixin/test.php $CONTACTADDRESS1$ &> /dev/null

3) 修改聯系人選項: contact.cfg

修改 /usr/local/nagios/etc/objects/contact.cfg

在 define contact{...} 部分增加如下一行

address1    1000000000    #微信好友 ID

4) 重載 nagios 配置

# service nagios reload


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

苍南县| 崇文区| 阳东县| 徐州市| 永丰县| 桂阳县| 辽中县| 三都| 蒙山县| 忻城县| 遂平县| 滨海县| 论坛| 阳新县| 莫力| 呼玛县| 巫山县| 唐山市| 全南县| 常宁市| 玛多县| 娄烦县| 明溪县| 临沂市| 卢氏县| 吉首市| 漯河市| 巴东县| 郎溪县| 丹阳市| 迁安市| 浪卡子县| 武山县| 西贡区| 汉中市| 江川县| 华宁县| 贵溪市| 扶风县| 建阳市| 牡丹江市|