mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
The old "zulip_internal" name was from back when Zulip, Inc. had two distributions of Zulip, the enterprise distribution in puppet/zulip/ and the "internal" SAAS distribution in puppet/zulip_internal. I think the name is a bit confusing in the new fully open-source Zulip work, so we're replacing it with "zulip_ops". I don't think the new name is perfect, but it's better. In the following commits, we'll delete a bunch of pieces of Zulip, Inc.'s infrastructure that don't exist anymore and thus are no longer useful (e.g. the old Trac configuration), with the goal of cleaning the repository of as much unnecessary content as possible.
143 lines
2.3 KiB
Plaintext
143 lines
2.3 KiB
Plaintext
# This file is used to configure how the plugins are invoked.
|
|
# Place in /etc/munin/plugin-conf.d/ or corresponding directory.
|
|
#
|
|
# PLEASE NOTE: Changes in the plugin-conf.d directory are only
|
|
# read at munin-node startup, so restart at any changes.
|
|
#
|
|
# 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> <value> # Sets <variable> in the plugin's environment, see the
|
|
# individual plugins to find out which variables they
|
|
# care about.
|
|
|
|
|
|
[amavis]
|
|
group adm
|
|
env.MUNIN_MKTEMP /bin/mktemp -p /tmp/ $1
|
|
env.amavislog /var/log/mail.info
|
|
|
|
[apt]
|
|
user root
|
|
|
|
[courier_mta_mailqueue]
|
|
group daemon
|
|
|
|
[courier_mta_mailstats]
|
|
group adm
|
|
|
|
[courier_mta_mailvolume]
|
|
group adm
|
|
|
|
[cps*]
|
|
user root
|
|
|
|
[df*]
|
|
env.exclude none unknown iso9660 squashfs udf romfs ramfs debugfs
|
|
env.warning 92
|
|
env.critical 98
|
|
|
|
[exim_mailqueue]
|
|
group adm, (Debian-exim)
|
|
|
|
[exim_mailstats]
|
|
group adm, (Debian-exim)
|
|
env.logdir /var/log/exim4/
|
|
env.logname mainlog
|
|
|
|
[fw_conntrack]
|
|
user root
|
|
|
|
[fw_forwarded_local]
|
|
user root
|
|
|
|
[hddtemp_smartctl]
|
|
user root
|
|
|
|
[hddtemp2]
|
|
user root
|
|
|
|
[if_*]
|
|
user root
|
|
|
|
[if_err_*]
|
|
user nobody
|
|
|
|
[ip_*]
|
|
user root
|
|
|
|
[ipmi_*]
|
|
user root
|
|
|
|
[mysql*]
|
|
user root
|
|
env.mysqlopts --defaults-file=/etc/mysql/debian.cnf
|
|
env.mysqluser debian-sys-maint
|
|
env.mysqlconnection DBI:mysql:mysql;mysql_read_default_file=/etc/mysql/debian.cnf
|
|
|
|
[postfix_mailqueue]
|
|
user postfix
|
|
|
|
[postfix_mailstats]
|
|
group adm
|
|
|
|
[postfix_mailvolume]
|
|
group adm
|
|
env.logfile mail.log
|
|
|
|
[smart_*]
|
|
user root
|
|
|
|
[vlan*]
|
|
user root
|
|
|
|
[ejabberd*]
|
|
user ejabberd
|
|
env.statuses available away chat xa
|
|
env.days 1 7 30
|
|
|
|
[dhcpd3]
|
|
user root
|
|
env.leasefile /var/lib/dhcp3/dhcpd.leases
|
|
env.configfile /etc/dhcp3/dhcpd.conf
|
|
|
|
[jmx_*]
|
|
env.ip 127.0.0.1
|
|
env.port 5400
|
|
|
|
[samba]
|
|
user root
|
|
|
|
[munin_stats]
|
|
user munin
|
|
group munin
|
|
|
|
[postgres_*]
|
|
user postgres
|
|
env.PGUSER postgres
|
|
env.PGPORT 5432
|
|
|
|
[humbug_send_receive]
|
|
user zulip
|
|
group zulip
|
|
|
|
[rabbitmq_messages]
|
|
env.queue_warn 50
|
|
env.queue_crit 100
|
|
|
|
[rabbitmq_messages_unacknowledged]
|
|
env.queue_warn 50
|
|
env.queue_crit 100
|
|
|
|
[rabbitmq_queue_memory]
|
|
env.queue_warn 20000000
|
|
env.queue_crit 40000000
|
|
|
|
[rabbitmq_*]
|
|
user root
|
|
|
|
[tornado_event_queues]
|
|
user zulip
|
|
group zulip
|