Difference between revisions of "Instalasi Smokeping"

From OnnoWiki
Jump to navigation Jump to search
(New page: Install Smokeping # apt-get install smokeping Edit konfigurasi # vi /etc/smokeping/config Isi tentang anda owner = Nama Anda contact = email@anda.host.com cgiurl = http://1...)
 
 
Line 52: Line 52:
  
 
* [[Linux Howto]]
 
* [[Linux Howto]]
 +
 +
[[Category: Linux]]
 +
[[Category: Network Management]]

Latest revision as of 11:12, 11 May 2010

Install Smokeping

# apt-get install smokeping

Edit konfigurasi

# vi /etc/smokeping/config

Isi tentang anda

owner    = Nama Anda
contact  = email@anda.host.com
cgiurl   = http://127.0.0.1/cgi-bin/smokeping.cgi
mailhost = 127.0.0.1
# 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 = email@anda.host.com
from = smokealert@yc0mlc.ampr.org


Tambahkan beberapa mesin untuk di probe

+++ UK
menu = United Kingdom
title = United Kingdom
++++ BBC 
menu = BBC
title = BBC
host = www.bbc.co.uk


Restart smokeping

# /etc/init.d/smokeping restart


Akses Web

http://127.0.0.1/cgi-bin/smokeping.cg


Pranala Menarik