Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
- Fix the location printed post install, it should be PREFIX, not LOCALBASE.
PR: ports/109243
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
- Bump PORTREVISION
- Remove @ from INSTALL_* to see where things get
installed to
PR: 87828
Reported by: pointyhat via kris
Submitted by: Ulrich Spoerlein <q@galgenberg.net> (maintainer)
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>