syweb
web frontend to symon
WWW CVSWeb GITHub-
Package versionsyweb-0.67p2
-
MaintainerThe OpenBSD ports mailing-list
syweb is a web interface that shows graphs for measurement data
gathered by symon/symux.
+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------
syweb's default install assumes that:
- web server is chrooted at ${PREFIX}
- rrdtool is installed in the chroot
- symux rrd files are kept in ${PREFIX}/symon/rrds/<host>/*.rrd
Customise ${PREFIX}/htdocs/syweb/setup.inc if these assumptions are
incorrect. rrdtool must also be copied into the chroot jail; for this,
see rrdtool's pkg-readme document. Additionally PHP's exec function
requires that /bin/sh is copied into the chroot:
# cp /bin/sh /var/www/bin/sh
- net/rrdtool
- php->=8.2,<8.3:lang/php/8.2