freebsd-ports/net-mgmt/smokeping/pkg-message
Lars Thegler 27caa13672 - Update to 2.4.1 [1]
- Use proper PORTEXAMPLES
- Start script updated to avoid deadlock with sshd

PR:		ports/126966 [mostly 1]
Submitted by:	chinsan
2008-08-31 19:58:39 +00:00

36 lines
1.1 KiB
Text

=================================================================
SmokePing has now been installed in %%PREFIX%%/smokeping/.
NOTE: A set of sample configuration files have been installed:
%%PREFIX%%/etc/smokeping/config
%%PREFIX%%/etc/smokeping/smokemail
%%PREFIX%%/etc/smokeping/basepage.html
%%PREFIX%%/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:
%%PREFIX%%/etc/rc.d/smokeping start
To enable Apache web access, add something like the following to
your %%PREFIX%%/etc/apache/httpd.conf:
DocumentRoot %%PREFIX%%/smokeping/htdocs
ScriptAlias /smokeping.cgi %%PREFIX%%/smokeping/htdocs/smokeping.cgi
ScriptAlias /tr.cgi %%PREFIX%%/smokeping/htdocs/tr.cgi
Enjoy!
=================================================================