freebsd-ports/sysutils/symon/files/pkg-message.in
2019-08-14 12:16:12 +00:00

21 lines
522 B
Text

[
{ type: install
message: <<EOM
For the system monitor symon, use the following steps
1. Copy %%PREFIX%%/share/examples/symon/symon.conf
to %%PREFIX%%/etc and edit.
2. Run symon
For the data collector symux, use the following steps
1. Copy %%PREFIX%%/share/examples/symon/symux.conf
to %%PREFIX%%/etc and edit.
2. Enter the directory, where symux should store its data
(e.g. /var/db/symux) and run
%%PREFIX%%/share/symon/c_smrrds.sh all
to create the RR database.
3. Run symux
EOM
}
]