summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-17Bump applications PKGREVISIONs for python users that might be usingwiz1-2/+2
python3, since the default changed from python33 to python34. I probably bumped too many. I hope I got them all.
2014-03-11Import initial SMF support for individual packages.jperkin1-1/+2
2013-07-25Add an entropy monitoring script for NetBSD. This script needs to runhe1-2/+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.
2013-07-12Bump PKGREVISION of all packages which create users, to pick up change ofjperkin1-2/+2
sysutils/user_* packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-03-03munich group must exist for install to work.joerg1-1/+3
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-06-05Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in thejym1-2/+1
+INSTALL script. This causes problems when you build the package on one machine but install it on another not necessarily with the same accounts configured. XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install installs USERGROUP during pre-install-script target by default, making it explicit seems to cause more problems than it solves...
2012-03-15Bump PKGREVISION from default python to 2.7.obache1-2/+2
2012-03-08Update home page URL.shattered1-2/+2
2011-10-23- don't MAKE dirs that we OWNshattered1-11/+8
- use values of STATEDIR and MUNIN_RUN in OWN_DIRS/OWN_DIRS_PERMS
2011-04-30Fix a "/usr/bin/env python" usage, bump pkgrevisionabs1-2/+3
2010-12-11fix PLIST on linux, bump PKGREVISIONabs1-2/+2
2010-12-03fix PLIST on Linux - bump pkgrevisionabs1-2/+2
2010-11-26Add plugin to monitor swap usage.shattered1-2/+2
2010-10-27Also ignore null and union filesystems, bump revision.shattered1-2/+2
2010-07-17Adjust DESTDIR support so it no longer leaves installed files full of ↵abs1-4/+3
destdir references - bump pkgrevision
2010-07-16Fix PLIST under at least Linux, no change intended for other platforms.abs1-2/+14
Tested under Linux & NetBSD
2010-07-11gecos field is quoted, so no need for manual quotingjoerg1-2/+2
2010-07-11DESTDIR support. Fix usage of PKG_USERS.joerg1-6/+10
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-3/+3
2009-08-30Solaris has a different set of plugins, adapt plist.tonnerre1-1/+12
2009-02-17Fix bash script to require only sh. Bump revision.joerg1-2/+2
2008-10-15Convert from using an input-less awk job (how did that ever work?)he1-1/+2
to using shell arithmetic, which should be more light-weight and should not pose a danger of hanging.
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-05Update munin packages to 1.3.2, latest development releasextraeme1-5/+6
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-07-21Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be setabs1-3/+6
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 cleanedhe1-3/+7
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.he1-1/+3
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 behe1-16/+8
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/+84
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.