Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
munin-cgi - Network-wide graphing framework (cgi files for apache)
- Description:
Munin package uses cron by default. This package contains the CGI files that
can generate HTML and graphs dynamically. This enables munin to scale better
for a master with many nodes.
See documentation for setup instructions:
http://munin-monitoring.org/wiki/CgiHowto2
http://munin.readthedocs.org/en/latest/example/webserver/apache-virtualhost.html
QUICK-HOWTO:
sed -i 's/\(.*\)_strategy.*/\1_strategy cgi/' /etc/munin/munin.conf
htpasswd -bc /etc/munin/munin-htpasswd MUNIN_WEB_USER PASSWORD
for svc in httpd munin-node ; do
service $svc stop
chkconfig $svc on
service $svc start
done
Packages
munin-cgi-2.0.25-2.el5.noarch
[21 KiB] |
Changelog
by "D. Johnson" (2015-03-07):
- Merge 2.1 paches back to 2.0
- BZ# 1149949 - munin-async init script to override defaults (PR-274 backport)
- BZ# 1049262 - munin ntp_ plugin uses perl features from perl 5.10.0 but can only use perl 5.8.8
- BZ# 1140015 - Munin mysql plugin fails to parse MariaDB status
|