diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-04 17:47:19 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-04 17:47:19 +0000 |
commit | a42946364e48019305444cc806a513c7f24cb6dd (patch) | |
tree | 2961babd96673fb1b28cebf7be0bbf9567315f8b /sysutils/munin-node/files/plugins.conf | |
parent | - Update to 1.2.0 (diff) |
- Update tp 1.2.0
- Upgrade FreeBSD4 support to rcNG
- Use INSTALL_SCRIPT to install the start-stop script
- Correct rcNG version of pkg-message, adding PREFIX
- Use SUB_FILES and SUB_LIST
- Add log rotation support
PR: ports/77721
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=130368
Diffstat (limited to 'sysutils/munin-node/files/plugins.conf')
-rw-r--r-- | sysutils/munin-node/files/plugins.conf | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sysutils/munin-node/files/plugins.conf b/sysutils/munin-node/files/plugins.conf new file mode 100644 index 000000000000..dd4025afbd9d --- /dev/null +++ b/sysutils/munin-node/files/plugins.conf @@ -0,0 +1,35 @@ +# +# This file contains configuration options for the plugins. Three +# options are understood by munin-node itself: +# +# user <user> # Set the user to run the plugin as +# group <group> # Set the group to run the plugin as +# command <command> # Run <command> instead of the plugin. %c +# expands to what would normally be run. +# env.<variable> # Sets <variable> in the plugin's environment, see the +# individual plugins to find out which variables they +# care about. +# +# + +[mysql*] +#env.mysqlopts -u someuser + +[exim*] +group mail + +[cps*] +user root + +[apt] +user root + +[vlan*] +user root + +[postfix*] +user root +env.logfile maillog + +[sendmail*] +env.mspqueue /var/spool/clientmqueue |