Gentoo下Nagios系統(tǒng)啟動(dòng)腳本
站在用戶的角度思考問題,與客戶深入溝通,找到瀾滄網(wǎng)站設(shè)計(jì)與瀾滄網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都做網(wǎng)站、成都網(wǎng)站設(shè)計(jì)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、國際域名空間、虛擬空間、企業(yè)郵箱。業(yè)務(wù)覆蓋瀾滄地區(qū)。
#!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { need net } 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 fi checkconfig() { nagios_bin_file=/var/www/localhost/htdocs/nagios/bin/nagios nagios_cfg_file=/var/www/localhost/htdocs/nagios/etc/nagios.cfg if [ ! -f "$nagios_bin_file" ]; then echo "$nagios_bin_file is not exist." exit 1 fi if [ ! -f "$nagios_cfg_file" ]; then echo "$nagios_cfg_file is not exist." exit 1 fi $nagios_bin_file -v $nagios_cfg_file > /dev/null 2>&1 if [ $? -ne 0 ]; then echo "please check your nagios configuration file." exit 1 fi } start() { nagios_script_file=/var/www/localhost/htdocs/nagios/sbin/nagios checkconfig ebegin "starting nagios" start-stop-daemon --start --exec $nagios_script_file eend $? } stop() { nagios_pid_file=/var/www/localhost/htdocs/nagios/var/nagios.lock ebegin "Stopping nagios" start-stop-daemon --stop --retry 30 --pidfile $nagios_pid_file eend $? } status() { nagios_run_path=/var/www/localhost/htdocs/nagios/var if [ ! -f $nagios_run_path/nagios.lock ]; then echo "nagios is not running." else nagios_pid_NO=`head -n 1 $nagios_run_path/nagios.lock` echo "nagios( pid:$nagios_pid_NO ) is running." fi }
Gentoo下ndo2db系統(tǒng)啟動(dòng)腳本
#!/sbin/runscript # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { need net } 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 fi checkconfig() { ndo2db_bin_file=/var/www/localhost/htdocs/nagios/bin/ndo2db-3x ndo2db_cfg_file=/var/www/localhost/htdocs/nagios/etc/ndo2db.cfg if [ ! -f "$ndo2db_bin_file" ]; then echo "$ndo2db_bin_file is not exist." exit 1 fi if [ ! -f "$ndo2db_cfg_file" ]; then echo "$ndo2db_cfg_file is not exist." exit 1 fi } start() { ndo2db_script_file=/var/www/localhost/htdocs/nagios/sbin/ndo2db checkconfig ebegin "starting ndo2db" start-stop-daemon --start --exec $ndo2db_script_file eend $? } stop() { ndo2db_pid_file=/var/www/localhost/htdocs/nagios/var/ndo2db.lock ebegin "Stopping ndo2db" start-stop-daemon --stop --retry 30 --pidfile $ndo2db_pid_file eend $? } status() { ndo2db_run_path=/var/www/localhost/htdocs/nagios/var if [ ! -f $ndo2db_run_path/ndo2db.lock ]; then echo "ndo2db service is not running." else ndo2db_pid_NO=`head -n 1 $ndo2db_run_path/ndo2db.lock` echo "ndo2db( pid:$ndo2db_pid_NO ) is running." fi }
網(wǎng)頁題目:Nagios和ndo2db系統(tǒng)腳本---forgentoo
文章分享:http://jinyejixie.com/article8/ppeiip.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供服務(wù)器托管、標(biāo)簽優(yōu)化、網(wǎng)站營銷、移動(dòng)網(wǎng)站建設(shè)、企業(yè)建站、面包屑導(dǎo)航
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)