File: munin-cgi.conf

package info (click to toggle)
munin 2.0.73-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 7,044 kB
  • sloc: perl: 11,682; java: 1,924; sh: 1,619; makefile: 636; javascript: 365; python: 267
file content (17 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Disable generation of graph and html by munin-cron
## Put this file under /etc/munin/munin-conf.d/

# Graphics files are normally generated on-demand by a CGI process.
# See http://munin-monitoring.org/wiki/CgiHowto2 for more
# documentation. Since 2.0, there is no official support for cron running
# munin-graph. It has been rewritten to use the cgi code.
# It is single threaded *by design* now.
#
graph_strategy cgi

# HTML files are normally generated by munin-html, no matter if the
# files are used or not. You can change this to on-demand generation
# by following the instructions in
# http://munin-monitoring.org/wiki/CgiHowto2
#
html_strategy cgi