Date: Wed, 16 Mar 2005 20:39:33 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/symon Makefile pkg-descr pkg-install pkg-message pkg-plist ports/sysutils/symon/files patch-conf.sh patch-sm_proc.c patch-symon-Makefile patch-symux-Makefile Message-ID: <200503162039.j2GKdXdK000732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-03-16 20:39:33 UTC
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/symon Makefile pkg-descr pkg-install
pkg-message pkg-plist
sysutils/symon/files patch-conf.sh patch-sm_proc.c
patch-symon-Makefile patch-symux-Makefile
Log:
symon is a is a lightweight system monitor that measures cpu, memory, pf,
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>
Revision Changes Path
1.637 +1 -0 ports/sysutils/Makefile
1.1 +40 -0 ports/sysutils/symon/Makefile (new)
1.1 +59 -0 ports/sysutils/symon/files/patch-conf.sh (new)
1.1 +18 -0 ports/sysutils/symon/files/patch-sm_proc.c (new)
1.1 +14 -0 ports/sysutils/symon/files/patch-symon-Makefile (new)
1.1 +14 -0 ports/sysutils/symon/files/patch-symux-Makefile (new)
1.1 +16 -0 ports/sysutils/symon/pkg-descr (new)
1.1 +24 -0 ports/sysutils/symon/pkg-install (new)
1.1 +15 -0 ports/sysutils/symon/pkg-message (new)
1.1 +13 -0 ports/sysutils/symon/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503162039.j2GKdXdK000732>
