91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

為nagios編寫檢查Mem腳本

發布時間:2020-07-21 23:21:09 來源:網絡 閱讀:396 作者:小武666 欄目:移動開發

[root@nagios-server libexec]# pwd
/wxl/nagios/libexec

[root@nagios-server libexec]# ll check_mem.sh 
-rwxr-xr-x 1 nagios nagios 370 May 29 14:39 check_mem.sh  所屬主及組都是nagios

[root@nagios-server libexec]# cat check_mem.sh 
#!/bin/bash
# check memory script
# wuxinglai 2013-05-29
# Total memory
TOTAL=`free -m | head -2 |tail -1 |gawk '{print $2}'`
# Free memory
FREE=`free -m | head -2 |tail -1 |gawk '{print $4}'`
# to calculate free percent
# use the expression  free * 100 / total
FREETMP=`expr $FREE \* 100`
PERCENT=`expr $FREETMP / $TOTAL`
echo "$FREE MB ($PERCENT%) Free Memory"
exit 0
[root@nagios-server libexec]# 

在/wxl/nagios/etc/objects/commands.cfg里添加一下配置


#'check_mem' command definition
define  command{
        command_name    check_mem
        command_line    $USER1$/check_mem.sh -H $HOSTADDRESS$
}

在service.cfg 定義文件

define service{
        use                             local-service         ; Name of service template to use
        host_name                         server01
        service_description             Current Mem
        check_command                   check_mem
       }

重啟服務即可

向AI問一下細節

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

AI

肇源县| 泊头市| 芜湖市| 昌图县| 济源市| 彝良县| 仁寿县| 玉屏| 大同县| 乐亭县| 平和县| 盘锦市| 忻州市| 包头市| 崇信县| 新野县| 石景山区| 什邡市| 托克逊县| 淄博市| 腾冲县| 友谊县| 内黄县| 古浪县| 澎湖县| 乌兰浩特市| 泗阳县| 渝中区| 民和| 江源县| 邓州市| 黔江区| 米易县| 十堰市| 依兰县| 中阳县| 克拉玛依市| 来宾市| 沂源县| 海晏县| 盐城市|