diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 16:59:44 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-11-05 16:59:44 +0000 |
commit | a00130e684e68fc41e7965376358594e7588a50f (patch) | |
tree | 5d49824f2406c86509603be9bdc89e30c21df58b /sysutils/Makefile | |
parent | 43cc549f306ac08cf1be3d9a265170180dbe4f35 (diff) |
XSI is a system monitoring daemon that replies to network queries with
XML-encoded system information and statistics. This data can then be
analyzed, graphed or otherwise presented by a front-end. It is BSD-licensed
and free for anyone to use for any purpose.
WWW: http://xsi.kolabore.ath.cx/index.html
PR: ports/104611
Submitted by: Tom McLaughlin <tmclaugh at FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=176509
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 4d0a3c834cce..573fde01503c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -718,6 +718,7 @@ SUBDIR += xosview SUBDIR += xperfmon SUBDIR += xperfmon3 + SUBDIR += xsi SUBDIR += xstow SUBDIR += xsu SUBDIR += xsysinfo |