mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
- 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
35 lines
767 B
Text
35 lines
767 B
Text
#
|
|
# 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
|