summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2014-03-11Remove example rc.d scripts from PLISTs.jperkin1-2/+1
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or ignored otherwise.
2013-07-25Add an entropy monitoring script for NetBSD. This script needs to runhe1-1/+2
as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file with [entropy] user root as contents to get any values. And... at the same time, I notice that the postfix_mailqueue script also needs a postfix plugin-conf.d file with [postfix_mailqueue] user postfix as contents to get any values. Bump PKGREVISION.
2010-12-11fix PLIST on linux, bump PKGREVISIONabs1-2/+23
2010-12-03fix PLIST on Linux - bump pkgrevisionabs1-2/+2
2010-11-26Add plugin to monitor swap usage.shattered1-1/+2
2010-07-16Fix PLIST under at least Linux, no change intended for other platforms.abs1-5/+5
Tested under Linux & NetBSD
2009-08-30Solaris has a different set of plugins, adapt plist.tonnerre1-14/+22
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-4/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2006-12-05Update munin packages to 1.3.2, latest development releasextraeme1-1/+3
with fixes from the stable branch. Changes since previous version: This release implements proper TLS support, as well as all the bugfixes from the 1.2 stable series. pkgsrc changes: * Fixed many pkglint warnings. * Install munin.conf and munin-node.conf as ${INSTALL_DATA} not ${INSTALL_SCRIPT}, I couldn't see any reason why those were installed as scripts. * Added VARBASE into BUILD_DEFS, as suggested by pkglint.
2006-11-19Add missing @dirrm.wiz1-1/+2
2006-06-08Remove installation of the documentation from this package, to behe1-21/+3
provided by the soon-to-be-committed munin-doc package. Other minor changes: o Remove comented-out bits from package Makefile o Re-ordered variables reported by NetBSD's cpu plugin script o Use shorter legend text in NetBSD's interrupts plugin script Bumped package revision.
2006-06-04Import the client version of the Munin system monitoring/graphinghe1-0/+136
tool -- project homepage is at http://munin.sourceforge.net/ This package has added support for NetBSD, via a number of new plugin scripts where specific steps needs to be taken to collect information. I also modified the ntp_ plugin script to make it possible to not plot the NTP poll delay, leaving just jitter and offset, which IMO produces a more telling graph.