nagios客戶(hù)端nrped服務(wù)方式啟動(dòng)腳本-創(chuàng)新互聯(lián)

1、平時(shí)配置nagios客戶(hù)端nrped啟動(dòng)最常用的就是在/etc/rc.local文件配置:

成都創(chuàng)新互聯(lián)公司服務(wù)項(xiàng)目包括旌陽(yáng)網(wǎng)站建設(shè)、旌陽(yáng)網(wǎng)站制作、旌陽(yáng)網(wǎng)頁(yè)制作以及旌陽(yáng)網(wǎng)絡(luò)營(yíng)銷(xiāo)策劃等。多年來(lái),我們專(zhuān)注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢(shì)、行業(yè)經(jīng)驗(yàn)、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機(jī)構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,旌陽(yáng)網(wǎng)站推廣取得了明顯的社會(huì)效益與經(jīng)濟(jì)效益。目前,我們服務(wù)的客戶(hù)以成都為中心已經(jīng)輻射到旌陽(yáng)省份的部分城市,未來(lái)相信會(huì)繼續(xù)擴(kuò)大服務(wù)區(qū)域并繼續(xù)獲得客戶(hù)的支持與信任!

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

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

在/etc/init.d目錄下創(chuàng)建nrped腳本文件,并執(zhí)行 chmod +x /etc/init.d/nrped 賦予執(zhí)行權(quán)限

chkconfig --add nrped 或執(zhí)行直接執(zhí)行chkconfig nrped on 來(lái)添加為服務(wù)啟動(dòng)

nrped 腳本文件內(nèi)容(這個(gè)腳本不是我寫(xiě)的):

#!/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

另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)scvps.cn,海內(nèi)外云服務(wù)器15元起步,三天無(wú)理由+7*72小時(shí)售后在線(xiàn),公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性?xún)r(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專(zhuān)為企業(yè)上云打造定制,能夠滿(mǎn)足用戶(hù)豐富、多元化的應(yīng)用場(chǎng)景需求。

本文名稱(chēng):nagios客戶(hù)端nrped服務(wù)方式啟動(dòng)腳本-創(chuàng)新互聯(lián)
轉(zhuǎn)載源于:http://www.bm7419.com/article38/cesjsp.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)頁(yè)設(shè)計(jì)公司、定制開(kāi)發(fā)靜態(tài)網(wǎng)站、電子商務(wù)商城網(wǎng)站、網(wǎng)站設(shè)計(jì)公司

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

h5響應(yīng)式網(wǎng)站建設(shè)