pkgsrc/net/smokeping/files/smokeping.conf
adrianp 4e9978bbe9 Update to 2.2.7
New in Version 2.2
* Ajax based ineractive graph zooming.
Click on any graph in detail mode and use the mouse to mark your area of
interest in navigator graph.
* Multi Target Graphs
Show information from multiple targts in a graph.
* Master/Slave setup for multi source smokeping deployments.
With one central Smokeping Master node, you can run a series of Slave nodes,
taking their configuration from the master. This allows you to ping a single
target from multiple locations.
* Standard Deviation
The standard deviation is now used in several places to give a number for
the variation in round trip times as depicted by the smoke.

See http://oss.oetiker.ch/smokeping/pub/CHANGES for all the details.

OK'ed bouyer@
2007-11-22 20:25:54 +00:00

12 lines
264 B
Text

# $NetBSD: smokeping.conf,v 1.1 2007/11/22 20:25:54 adrianp Exp $
#
# smokeping configuration file fragment for Apache
<IfModule mod_alias.c>
Alias /smokeping/ "@SPDIR@/"
</IfModule>
<Directory "@SPDIR@">
Order allow,deny
Allow from all
</Directory>