Letter M

munin-cgi - Network-wide graphing framework (cgi files for apache)

Website: http://munin-monitoring.org/
License: GPLv2
Vendor: Fedora Project
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-11.el7.noarch [24 KiB] Changelog by "D. Johnson" (2016-03-12):
- Moved /sbin/service to pre-systemd as well
- BZ# 1312121 - Munin dynamic graph zoom (dynazoom) failing due to Apache config.
- BZ# 1210767 - At least one file seems corrupt in version 2.0.25-2 and earlier
- BZ# 1269230 - hddtemp_smartctl fails to parse temperature from output

Listing created by Repoview-0.6.6-4.el7