欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

Centos6.5或6.x 5.x搭建smokeping

1.準(zhǔn)備工作

成都創(chuàng)新互聯(lián)公司從2013年創(chuàng)立,先為蒲縣等服務(wù)建站,蒲縣等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為蒲縣企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。

  關(guān)掉防火墻和SELINUX

 

2.安裝rpmforge

#yum install wget

  (****CentOS 6請(qǐng)使用這個(gè)庫(kù)****)

    

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm 

 (****CentOS 5請(qǐng)使用這個(gè)庫(kù)****)

wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

rpm -Uvh rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm

 

 

3.安裝需要的軟件包

#yum install mod_fcgid httpd httpd-devel rrdtool fping wget curl bind-utils gcc make

#yum install perl perl-Net-Telnet perl-Net-DNS perl-LDAP perl-libwww-perl perl-RadiusPerl perl-IO-Socket-SSL perl-Socket6 perl-CGI-SpeedyCGI perl-FCGI perl-RRD-Simple perl-CGI-SpeedCGI perl-ExtUtils-MakeMaker

 

 

4.安裝smokeping

#wget http://oss.oetiker.ch/smokeping/pub/smokeping-2.6.8.tar.gz

# tar -zxvf smokeping-2.6.8.tar.gz -C /opt/
# mkdir /opt/smokeping
# cd /opt/smokeping-2.6.8/setup
# ./build-perl-modules.sh
# cp -r ../thirdparty /opt/smokeping/
# cd ..
# ./configure –prefix=/opt/smokeping

#make install

 

5.創(chuàng)建丟失的文件夾

# cd /opt/smokeping
# mkdir data var cache

 

 

6.添加smokeping啟動(dòng)/停止腳本

# wget http://new.wedebugyou.com/static/smokeping_start_stop.txt
# mv smokeping_start_stop.txt /etc/init.d/smokeping
# chmod 755 /etc/init.d/smokeping

 

 

7.重命名配置文件和更改安全

# cd /opt/smokeping/etc/
# for foo in *.dist; do cp $foo `basename $foo .dist`; done
# chmod 600 /opt/smokeping/etc/smokeping_secrets.dist

 

 

8.更改默認(rèn)配置文件

 #vim config

(“*”號(hào)范圍離得為配置文件樣例)

************************************************************************

*** General ***

 

owner    = Nolan Guo

contact  = guoyingce@originpoker.com

# mailhost = my.mail.host

# sendmail = /usr/sbin/sendmail

# NOTE: do not put the Image Cache below cgi-bin

# since all files under cgi-bin will be executed ... this is not

# good for p_w_picpaths.

imgcache = /opt/smokeping/cache

imgurl   = cache

datadir  = /opt/smokeping/data

piddir  = /opt/smokeping/var

cgiurl   = http://*****/smokeping.cgi

smokemail = /opt/smokeping/etc/smokemail.dist

tmail = /opt/smokeping/etc/tmail.dist

# specify this to get syslog logging

syslogfacility = local0

# each probe is now run in its own process

# disable this to revert to the old behaviour

# concurrentprobes = no

 

*** Alerts ***

to = alertee@address.somewhere

from = smokealert@company.xy

 

+someloss

type = loss

# in percent

pattern = >0%,*12*,>0%,*12*,>0%

comment = loss 3 times  in a row

 

*** Database ***

 

step     = 300

pings    = 20

 

# consfn mrhb steps total

 

AVERAGE  0.5   1  1008

AVERAGE  0.5  12  4320

    MIN  0.5  12  4320

    MAX  0.5  12  4320

AVERAGE  0.5 144   720

    MAX  0.5 144   720

    MIN  0.5 144   720

 

*** Presentation ***

 

template = /opt/smokeping/etc/basepage.html.dist

+ charts

 

menu = Charts

title = The most interesting destinations

 

++ stddev

sorter = StdDev(entries=>4)

title = Top Standard Deviation

menu = Std Deviation

format = Standard Deviation %f

 

++ max

sorter = Max(entries=>5)

title = Top Max Roundtrip Time

menu = by Max

format = Max Roundtrip Time %f seconds

 

++ loss

sorter = Loss(entries=>5)

title = Top Packet Loss

menu = Loss

format = Packets Lost %f

 

++ median

sorter = Median(entries=>5)

title = Top Median Roundtrip Time

menu = by Median

format = Median RTT %f seconds

 

+ overview

 

width = 600

height = 50

range = 10h

 

+ detail

 

width = 600

height = 200

unison_tolerance = 2

 

"Last 3 Hours"    3h

"Last 30 Hours"   30h

"Last 10 Days"    10d

"Last 400 Days"   400d

 

#+ hierarchies

#++ owner

#title = Host Owner

#++ owner

#title = Host Owner

#++ location

#title = Location

 

*** Probes ***

 

+ FPing

 

binary = /usr/sbin/fping

 

+ Curl

binary = /usr/bin/curl

urlformat = https://%host%/

pings = 3

 

*** Targets ***

 

probe = FPing

 

menu = Top

title = Network Latency Grapher

remark = Welcome to the SmokePing website of Originpoker Company. \

         Here you will learn all about the latency of our network.

 

************************************************************************

 

 

9.smokeping到Web服務(wù)器的配置

# cd /opt/smokeping
# ln -s /opt/smokeping/cache /opt/smokeping/htdocs/cache
# chown -R apache cache
# chown -R apache data

 

(添加這些行為的文件/ etc /服務(wù)器/ conf.d/smokeping.conf)

ScriptAlias/smokeping/smokeping.cgi /opt/smokeping/htdocs/smokeping.fcgi.dist

Alias /smokeping /opt/smokeping/htdocs

<Directory “/opt/smokeping/htdocs”>
Options FollowSymLinks
</Directory>

 

10.啟動(dòng)服務(wù)

# /etc/init.d/smokeping start
# /etc/init.d/httpd start

新聞標(biāo)題:Centos6.5或6.x 5.x搭建smokeping
鏈接分享:http://chinadenli.net/article10/gidcgo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站策劃、動(dòng)態(tài)網(wǎng)站、網(wǎng)站內(nèi)鏈、搜索引擎優(yōu)化、建站公司

廣告

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

外貿(mào)網(wǎng)站建設(shè)