中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

為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

迭部县| 琼海市| 册亨县| 鹿邑县| 新龙县| 莲花县| 兖州市| 甘谷县| 临桂县| 瑞安市| 高陵县| 驻马店市| 如东县| 开鲁县| 儋州市| 永年县| 汝城县| 曲松县| 繁峙县| 漳州市| 陆川县| 靖安县| 陆丰市| 元谋县| 桃江县| 象州县| 安庆市| 丽水市| 紫云| 晋宁县| 新野县| 太湖县| 如东县| 山阳县| 桃源县| 东台市| 普安县| 长岭县| 万山特区| 庆元县| 康定县|