Name: | munin-cgi |
Version: | 2.0.33 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | System Environment/Daemons |
Size: | 2128 |
License: | GPLv2 |
RPM: |
munin-cgi-2.0.33-1.el7.noarch.rpm
|
Source RPM: |
munin-2.0.33-1.el7.src.rpm
|
Build Date: | Sat Nov 04 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://munin-monitoring.org/ |
Summary: | 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 |