blob: f21aace4637a48e16b545b08706ec5e44aac81d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[
{ type: install
message: <<EOM
SmokePing has now been installed in %%PREFIX%%/smokeping/.
NOTE: A set of sample configuration files have been installed in
%%ETCDIR%%.
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
For configuration of web access, please see the 'smokeping_install'
manpage.
Enjoy!
EOM
}
]
|