Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.21-1.el7.1.noarch
[21 KiB] |
Changelog
by Lubomir Rintel (2014-04-28):
- mx4j is not a build time dependency
- RHEL 7 Actually uses systemd too
- No Net::CIDR in el7
- No Cache::Memcached in el7
- Carp::Always is not actually required
|