Files
ports/sysutils/symon/files/pkg-message.in
T
Jamie Landeg-Jones b98dccb935 sysutils/symon: Improve port, take maintainership
- Convert to modern OPTIONS.
- Add record to UPDATING about options.
- "Samplefy" configs.
- Fix warnings from portclippy.
- "Unbreak" on 15+ - disable PF support (patches gratefully received!).

PR:		292366
Co-authored-by:	Vladimir Druzenko <vvd@FreeBSD.org>
2026-02-27 00:26:46 +03:00

20 lines
428 B
Plaintext

[
{ type: install
message: <<EOM
For the system monitor symon, use the following steps:
1. Edit %%PREFIX%%/etc/symon.conf.
2. Run symon.
For the data collector symux, use the following steps:
1. Edit %%PREFIX%%/etc/symux.conf.
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
}
]