mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
7eb5b4f04c
interface and disk statistics every 5 seconds. It sends this data on to symux for further processing. symon has been designed to inflict minimal performance and security impact -- it can be run as nobody on the system it monitors. symux is a non-priviledged daemon that listens to incoming symon traffic. symux can write the incoming symon streams into rrd files. Clients interested in monitoring machine state can also log into symux and receive data as ascii as it arrives. symon2web is a php script that can show the data stored in the rrd files. PR: ports/78416 Submitted by: Ulrich Spoerlein <q@uni.de>
16 lines
494 B
Plaintext
16 lines
494 B
Plaintext
For the system monitor symon, use the following steps
|
|
|
|
1. Copy %%LOCALBASE%%/share/examples/symon/symon.conf
|
|
to %%LOCALBASE%%/etc and edit.
|
|
2. Run symon
|
|
|
|
For the data collector symux, use the following steps
|
|
|
|
1. Copy %%LOCALBASE%%/share/examples/symon/symux.conf
|
|
to %%LOCALBASE%%/etc and edit.
|
|
2. Enter the directory, where symux should store its data
|
|
(e.g. /var/db/symux) and run
|
|
%%LOCALBASE%%/share/symon/c_smrrds.sh all
|
|
to create the RR database.
|
|
3. Run symux
|