Jump to letter: [
ACDEFGHIKLMNPRSTVZ
]
munin-nginx - Network-wide graphing framework (cgi files for nginx)
- 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.
QUICK-HOWTO:
sed -i 's/\(.*\)_strategy.*/\1_strategy cgi/;s/#cgiurl_graph/cgiurl_graph/' /etc/munin/munin.conf
for svc in munin-fcgi-graph munin-fcgi-html nginx ; do
service $svc stop
chkconfig $svc on
service $svc start
done
Packages
munin-nginx-2.0.25-11.el5.noarch
[22 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
|