글
우분투에서는 Smokeping 구축을 굉장히 여러번 해서 큰 어려움이 없었다.
apt-get install smokeping 하면 패키지로 쫙~ 잘 설치가 된다.
컨피그만 수정하면 금방 페이지를 볼 수 있다.
CentOS 로는 한번도 해보지 않았지만, 이번에 시도 해봤다.
CentOS 6.3 기반 Smokeping 설치
#1. rpm 패키지 설치
Install rpmforge
#yum install
http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
#2. 각 종 패키지 설치
Install required packages
#3. 추가 패키지 설치
Install more packages
--------------Open Port 80 --------------------------------------------------------------------
#4. 스모크핑 설치
Install smokeping
#5. 스포크핑 디렉에 추가 디렉터리 생성
Create missing folders
#6. 스모크핑 실행 파일 다운로드 및 경로 지정
wget http://www.wedebugyou.com/static/smokeping_start_stop.txt
mv smokeping_start_stop.txt /etc/init.d/smokeping
#7. 컨피그 수정
contact = some@address.nowhere
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 images.
imgcache = /opt/smokeping/cache
imgurl = cache
datadir = /opt/smokeping/data
piddir = /opt/smokeping/var
cgiurl = http://some.url/smokeping.cgi
smokemail = /opt/smokeping/etc/smokemail.dist
tmail = /opt/smokeping/etc/tmail.dist
---Here is an change bold
contact = noc@Address
mailhost = 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 images.
imgcache = /opt/smokeping/cache
imgurl = /cache
datadir = /opt/smokeping/data
piddir = /opt/smokeping/var
cgiurl = http://(IP or Hostname)/cgi-bin/smokeping.fcgi
smokemail = /opt/smokeping/etc/smokemail.dist
tmail = /opt/smokeping/etc/tmail.dist
#9. smokeping httpd 연동
Copy smokeping files into the webserver
#10. 스모크핑 실행
Start smokeping
# /etc/init.d/smokeping start
#11. 측정 할 타겟 설정
Add your own host in the config file
#12. 웹페이지 접속
Expect the worst hope for the best
http://(IP or Hostname) /cgi-bin/smokeping.fcgi.
#13. 리부팅 되도 적용 되게 설정.
Enable smokeping to start automatically on reboot
도움주신 url : http://yum-opensource.blogspot.com.au/2013/01/how-to-install-smokeping-on-centos-63.html
'Linux' 카테고리의 다른 글
우분투 jdk+tomcat7+apache2 설치 및 연동하기 (0) | 2014.09.20 |
---|---|
DLINK DIR-825 모델에 dd-wrt 포팅하기. (0) | 2014.07.02 |
FTP 계정 생성 시 ssh 접속 차단 방법 (0) | 2014.02.20 |
우분투에서 윈도우 공유폴더 마운트 하는 방법 (0) | 2014.02.11 |
UberGallery 사진첩 기능 (0) | 2014.01.24 |
RECENT COMMENT