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

溫馨提示×

溫馨提示×

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

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

nagios客戶端腳本安裝

發布時間:2020-07-07 10:05:27 來源:網絡 閱讀:403 作者:juanmaoking 欄目:移動開發
第一版
#!/bin/sh
set -x
groupadd nagios
useradd -g nagios -s /sbin/nologin nagios
cd nrpe-2.12
./configure
make all                  
make install-plugin       
make install-daemon       
make install-daemon-config
cd /data/nagios-plugins-1.4.11/
./configure --with-nagios-user=nagios --with-nagios-group=nagios
make
make install
chown nagios.nagios /usr/local/nagios
chown -R nagios.nagios /usr/local/nagios/libexec
set +x

第二版

[root@xiazai data]# cat add_nagios.sh
#!/bin/sh
set -x
groupadd nagios
useradd -g nagios -s /sbin/nologin nagios
rpm -qa|grep openssl-devel
if [ $? == 0 ]
then
    cd nrpe-2.12
    ./configure
    make all                 
    make install-plugin      
    make install-daemon      
    make install-daemon-config
    cd /data/nagios-plugins-1.4.11/
    ./configure --with-nagios-user=nagios --with-nagios-group=nagios
    make
    make install
    chown nagios.nagios /usr/local/nagios
    chown -R nagios.nagios /usr/local/nagios/libexec
else
    echo "please install openssl-devel"
fi
set +x


向AI問一下細節

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

AI

班玛县| 遂昌县| 平原县| 怀远县| 班戈县| 天津市| 辛集市| 肇东市| 原平市| 杭锦后旗| 嵊州市| 鹿泉市| 新兴县| 阿克| 嘉兴市| 大竹县| 葵青区| 三都| 五原县| 阜南县| 名山县| 和平县| 娱乐| 行唐县| 无为县| 保德县| 贵南县| 青神县| 永顺县| 正蓝旗| 安多县| 扶绥县| 灌南县| 加查县| 辉南县| 甘谷县| 霍山县| 清原| 寿宁县| 巴中市| 静海县|