summaryrefslogtreecommitdiff
path: root/sysutils/munin-node
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04Make it easier to build and install packages "unprivileged", wherejlam1-1/+4
the owner of all installed files is a non-root user. This change affects most packages that require special users or groups by making them use the specified unprivileged user and group instead. (1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to unprivileged.mk. These two variables are lists of other bmake variables that define package-specific users and groups. Packages that have user-settable variables for users and groups, e.g. apache and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP}, etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER} and ${UNPRIVILEGED_GROUP}. (2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2006-12-29Net::Server breaks rc.subr's techniques for detecting whether theobache1-2/+23
process running at a certain PID is actually the process we wish to stop. Just unconditionally send SIGTERM to the PID instead, like a security/amavisd-new doing, fixed PR 35334.
2006-12-05Don't create /Munin/plugins, sigh.xtraeme2-7/+15
2006-12-05Update munin packages to 1.3.2, latest development releasextraeme4-12/+14
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-19Fix "test ==".wiz3-1/+29
2006-11-19Add missing @dirrm.wiz1-1/+2
2006-07-21Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be setabs6-82/+79
Use REPLACE_PERL on all plugins Adjust sensors_ to work with NetBSD 3 Bump PKGREVISION
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-3/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-06-27Make sure /var/run/munin gets created on restart; /var/run is cleanedhe2-5/+13
out by NetBSD's rc.d scripts. Also make STATEDIR overridable. Bump revision to 2.
2006-06-09Add a message hinting with a sample newsyslog.conf entry.he2-2/+11
Package contents the same, so revision not bumped.
2006-06-08We can now depend on the munin-doc package, where the man pageshe1-2/+2
shared by munin-server and munin-node can be found.
2006-06-08Remove installation of the documentation from this package, to behe4-49/+45
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/graphinghe36-0/+2754
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.