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

溫馨提示×

溫馨提示×

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

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

nagios客戶端nrped服務方式啟動腳本

發布時間:2020-07-24 04:48:46 來源:網絡 閱讀:2008 作者:hsjz81 欄目:移動開發

1、平時配置nagios客戶端nrped啟動最常用的就是在/etc/rc.local文件配置:

/usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d


2、但是還有更好的方式(這樣方便使用腳本啟動或者關閉):

在/etc/init.d目錄下創建nrped腳本文件,并執行 chmod +x /etc/init.d/nrped 賦予執行權限

chkconfig --add nrped 或執行直接執行chkconfig nrped on 來添加為服務啟動




nrped 腳本文件內容(這個腳本不是我寫的):

#!/bin/sh

#

#  Created 2000-01-03 by jaclu@grm.se

#

# nrpe          This shell script takes care of starting and stopping

#               nrpe.

#

# chkconfig: 2345 80 30

# description: nrpe is a daemon for a remote nagios server, \

#              running nagios plugins on this host.

# processname: nrpe

# config: /usr/local/nagios/etc/nrpe.cfg



# Source function library

if [ -f /etc/rc.d/init.d/functions ]; then

. /etc/rc.d/init.d/functions

elif [ -f /etc/init.d/functions ]; then

. /etc/init.d/functions

elif [ -f /etc/rc.d/functions ]; then

. /etc/rc.d/functions

fi


# Source networking configuration.

. /etc/sysconfig/network


# Check that networking is up.

[ ${NETWORKING} = "no" ] && exit 0


NrpeBin=/usr/local/nagios/bin/nrpe

NrpeCfg=/usr/local/nagios/etc/nrpe.cfg

LockFile=/var/lock/subsys/nrpe


# See how we were called.

case "$1" in

  start)

        # Start daemons.

        echo -n "Starting nrpe: "

        daemon $NrpeBin -c $NrpeCfg -d

        echo

        touch $LockFile

        ;;

  stop)

        # Stop daemons.

        echo -n "Shutting down nrpe: "

        killproc nrpe

        echo

        rm -f $LockFile

        ;;

  restart)

        $0 stop

        $0 start

        ;;

  status)

        status nrpe

        exit $?

        ;;

  *)

        echo "Usage: nrpe {start|stop|restart|status}"

        exit 1

esac


exit 0


向AI問一下細節

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

AI

饶阳县| 湛江市| 咸阳市| 永和县| 东丰县| 松桃| 阆中市| 当阳市| 铁岭市| 曲麻莱县| 五河县| 苏尼特右旗| 湾仔区| 阿合奇县| 济南市| 长寿区| 珲春市| 图们市| 马尔康县| 宁化县| 利川市| 洱源县| 昔阳县| 鄂托克前旗| 宜良县| 灵丘县| 运城市| 明水县| 阜平县| 肃宁县| 富平县| 米林县| 定南县| 保德县| 工布江达县| 惠州市| 东阳市| 康马县| 霍州市| 茂名市| 武功县|