Erinevus lehekülje "Smokeping" redaktsioonide vahel

Allikas: Kuutõrvaja
 
(ei näidata sama kasutaja 10 vahepealset redaktsiooni)
1. rida: 1. rida:
 
Tegemist võrgu latentsuse pikaajalisema testimise vahendiga.
 
Tegemist võrgu latentsuse pikaajalisema testimise vahendiga.
 +
 +
*SmokePing keeps track of your network latency:
 +
*Best of breed latency visualisation.
 +
*Interactive graph explorer.
 +
*Wide range of latency measurment plugins.
 +
*Master/Slave System for distributed measurement.
 +
*Highly configurable alerting system.
 +
*Live Latency Charts with the most 'interesting' graphs.
 +
*Free and OpenSource Software written in Perl written by Tobi Oetiker, the creator of MRTG and RRDtool
 +
 +
Omab oma piiranguid ICMPga seoses.
 +
 +
'''Install FreeBSD süsteemis'''
 +
 +
# cd /usr/ports/net-mgmt/smokeping
 +
# make install clean
 +
 +
...
 +
 +
SmokePing has now been installed in /usr/local/smokeping/.
 +
 +
NOTE: A set of sample configuration files have been installed:
 +
 +
  /usr/local/etc/smokeping/config
 +
  /usr/local/etc/smokeping/smokemail
 +
  /usr/local/etc/smokeping/basepage.html
 +
  /usr/local/etc/smokeping/tmail
 +
 +
You *MUST* edit these to suit your requirements. Please read the
 +
manpages 'smokeping_install' and 'smokeping_config' for further
 +
details on installation and configuration.
 +
 +
If you are upgrading from a previous version of Smokeping, the
 +
manpage 'smokeping_upgrade' may be of help.
 +
 +
Once configured, you can start SmokePing by adding:
 +
 +
  smokeping_enable="YES"
 +
 +
to /etc/rc.conf, and then running, as root:
 +
 +
  /usr/local/etc/rc.d/smokeping start
 +
 +
To enable Apache web access, add the following to your
 +
~apache/conf/httpd.conf:
 +
 +
  ScriptAlias /smokeping.cgi /usr/local/smokeping/htdocs/smokeping.cgi
 +
  Alias /smokeimg/ /usr/local/smokeping/htdocs/img/
 +
 +
Enjoy!
 +
 +
avame /usr/local/etc/smokeping/config
 +
 +
owner    = Systems Administrator
 +
contact  = sysadmin@domain.com
 +
mailhost = localhost
 +
sendmail = /usr/sbin/sendmail
 +
imgcache = /usr/local/smokeping/htdocs/img
 +
imgurl  = /smokeping/img
 +
datadir  = /usr/local/var/smokeping
 +
piddir  = /usr/local/var/smokeping
 +
cgiurl  = http://server.domain.com/smokeping/smokeping.cgi
 +
smokemail = /usr/local/etc/smokeping/smokemail
 +
tmail = /usr/local/etc/smokeping/tmail
 +
# *** Alerts ***
 +
to = youraddress@yourdomain.com
 +
from = smokealert@yourdomain.com
 +
 +
*** Targets ***
 +
 +
probe = FPing
 +
 +
menu = Top
 +
title = Network Latency Grapher
 +
remark = Welcome to the SmokePing website of xxx Company. \
 +
Here you will learn all about the latency of our network.
 +
 +
+ network
 +
menu = Targets
 +
title = Ping Targets
 +
#parents = owner:/Test/James location:/
 +
 +
++ test1
 +
host = 10.10.1.1
 +
title = 10.10.1.1
 +
 +
++ test2
 +
host = 10.10.1.2
 +
title = 10.10.1.2
  
 
[[Pilt:Tulemyyr-tavaline.png]]
 
[[Pilt:Tulemyyr-tavaline.png]]
 +
 +
Antud joonisel seadistatud kolm serverit milleni ühendust monitooritakse.
 +
 +
*http://homepage.mac.com/duling/halfdozen/Smokeping-Howto.html
 +
 +
*http://oss.oetiker.ch/smokeping/doc/smokeping_config.en.html
 +
 +
*http://wiki.kartbuilding.net/index.php/Smokeping
 +
 +
*http://oss.oetiker.ch/smokeping/doc/smokeping_master_slave.en.html
 +
 +
*http://oss.oetiker.ch/smokeping/probe/index.en.html

Viimane redaktsioon: 14. aprill 2012, kell 21:12

Tegemist võrgu latentsuse pikaajalisema testimise vahendiga.

  • SmokePing keeps track of your network latency:
  • Best of breed latency visualisation.
  • Interactive graph explorer.
  • Wide range of latency measurment plugins.
  • Master/Slave System for distributed measurement.
  • Highly configurable alerting system.
  • Live Latency Charts with the most 'interesting' graphs.
  • Free and OpenSource Software written in Perl written by Tobi Oetiker, the creator of MRTG and RRDtool

Omab oma piiranguid ICMPga seoses.

Install FreeBSD süsteemis

# cd /usr/ports/net-mgmt/smokeping
# make install clean

...

SmokePing has now been installed in /usr/local/smokeping/.

NOTE: A set of sample configuration files have been installed:

 /usr/local/etc/smokeping/config
 /usr/local/etc/smokeping/smokemail
 /usr/local/etc/smokeping/basepage.html
 /usr/local/etc/smokeping/tmail

You *MUST* edit these to suit your requirements. Please read the
manpages 'smokeping_install' and 'smokeping_config' for further
details on installation and configuration.

If you are upgrading from a previous version of Smokeping, the
manpage 'smokeping_upgrade' may be of help.

Once configured, you can start SmokePing by adding:

  smokeping_enable="YES"

to /etc/rc.conf, and then running, as root:

 /usr/local/etc/rc.d/smokeping start

To enable Apache web access, add the following to your
~apache/conf/httpd.conf:

  ScriptAlias /smokeping.cgi /usr/local/smokeping/htdocs/smokeping.cgi
  Alias /smokeimg/ /usr/local/smokeping/htdocs/img/

Enjoy!

avame /usr/local/etc/smokeping/config

owner    = Systems Administrator
contact  = sysadmin@domain.com
mailhost = localhost
sendmail = /usr/sbin/sendmail
imgcache = /usr/local/smokeping/htdocs/img
imgurl   = /smokeping/img
datadir  = /usr/local/var/smokeping
piddir  = /usr/local/var/smokeping
cgiurl   = http://server.domain.com/smokeping/smokeping.cgi
smokemail = /usr/local/etc/smokeping/smokemail
tmail = /usr/local/etc/smokeping/tmail
# *** Alerts ***
to = youraddress@yourdomain.com
from = smokealert@yourdomain.com

*** Targets ***

probe = FPing

menu = Top
title = Network Latency Grapher
remark = Welcome to the SmokePing website of xxx Company. \
Here you will learn all about the latency of our network.

+ network
menu = Targets
title = Ping Targets
#parents = owner:/Test/James location:/

++ test1
host = 10.10.1.1
title = 10.10.1.1

++ test2
host = 10.10.1.2
title = 10.10.1.2

Tulemyyr-tavaline.png

Antud joonisel seadistatud kolm serverit milleni ühendust monitooritakse.