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

Pav Lucistnik pav at FreeBSD.org
Wed Mar 16 12:39:33 PST 2005


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 at 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)


More information about the cvs-ports mailing list