< Home - < Back

munin-cgi


Information about the package, munin-cgi, which is shipped with common Linux distributions. The munin-cgi package is designed for, Network-wide graphing framework (cgi files for apache).


Package Name:

munin-cgi

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

Architecture:

noarch

Version:

2.0.33

Release:

1.el6

Size:

25 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for munin-cgi


Control the munin-cgi package with the following handy commands outlined below.


Command

Description of Command

yum install munin-cgi

This command will install munin-cgi on the server.

yum remove munin-cgi

This command will un-install munin-cgi on the server. When you run this command, you will be asked if you are sure that you want to remove munin-cgi, so you have to manually confirm that you want to do this.

yum -y remove munin-cgi

This command will un-install munin-cgi on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove munin-cgi when using the -y flag.

yum update munin-cgi

This command will update munin-cgi to the latest version. When you run this command, you will be asked if you are sure that you want to remove munin-cgi, so you have to manually confirm that you want to do this.

yum -y update munin-cgi

This command will update munin-cgi to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove munin-cgi when using the -y flag.

yum info munin-cgi

This command will show you core information about the munin-cgi package.

yum deplist munin-cgi

This command will show you the dependencies for munin-cgi. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update munin-cgi

This command will check if there is an update waiting on munin-cgi. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.