diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-23 14:36:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-10-23 14:36:54 +0000 |
commit | 31a96d35528b966249451fc43be41dcf85b2891f (patch) | |
tree | cb52029895c50fed1de004c359ed5eee25685124 /sysutils/munin-node | |
parent | 97ca34aaa4fdb81cbf6dd0fb35121a663995aea9 (diff) | |
download | ports-31a96d35528b966249451fc43be41dcf85b2891f.tar.gz ports-31a96d35528b966249451fc43be41dcf85b2891f.zip |
Notes
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 1 | ||||
-rw-r--r-- | sysutils/munin-node/files/plugins.conf.in | 7 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 7c461d32799a..f9a10ee52366 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -3,6 +3,7 @@ PORTNAME= munin PORTVERSION= ${MUNIN_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node diff --git a/sysutils/munin-node/files/plugins.conf.in b/sysutils/munin-node/files/plugins.conf.in index 6bcd5b37acf2..d9b76a6516a0 100644 --- a/sysutils/munin-node/files/plugins.conf.in +++ b/sysutils/munin-node/files/plugins.conf.in @@ -35,6 +35,10 @@ env.leasefile /var/db/dhcpd.leases group mail env.exim %%LOCALBASE%%/sbin/exim +[smart_*] +group operator +env.smartctl %%LOCALBASE%%/sbin/smartctl + [hddtemp_smartctl] group operator env.smartctl %%LOCALBASE%%/sbin/smartctl @@ -43,12 +47,13 @@ env.smartctl %%LOCALBASE%%/sbin/smartctl env.mbmon %%LOCALBASE%%/bin/mbmon [mysql*] +env.mysql %%LOCALBASE%%/bin/mysql env.mysqladmin %%LOCALBASE%%/bin/mysqladmin env.mysqlshow %%LOCALBASE%%/bin/mysqlshow [postfix*] user root -env.logfile maillog +env.logfile /var/log/maillog [sendmail*] env.mspqueue /var/spool/clientmqueue |