OX munin scripts: Difference between revisions
From Open-Xchange
(→Debian) |
|||
Line 51: | Line 51: | ||
Munin-Node must be installed prior installing the Munin scripts package for Open-Xchange. | Munin-Node must be installed prior installing the Munin scripts package for Open-Xchange. | ||
== | == Configuring Munin scripts for Open-Xchange == | ||
The configuration of the scripts is done automatically. The database pool montioring scripts will get configured only if the Open-Xchange server is running on installing the open-xchange-munin-scripts packages. | The configuration of the scripts is done automatically. The database pool montioring scripts will get configured only if the Open-Xchange server is running on installing the open-xchange-munin-scripts packages. | ||
[[Category: OX6]] | [[Category: OX6]] |
Revision as of 14:37, 6 October 2010
How to install Munin scripts for Open-Xchange
Debian
Add the following entry to /etc/apt/sources.list:
deb http://software.open-xchange.com/OX6/unsupported/repo/DebianLenny/ /
and run
$ apt-get update $ apt-get install open-xchange-munin-scripts
SLES10
Important: Some of the dependencies require SLES10 SDK
Run the following commands:
$ zypper sa http://software.open-xchange.com/OX6/unsupported/repo/SLES10 UNSUPPORTED $ zypper install open-xchange-munin-scripts
SLES11
Run the following commands:
$ zypper ar http://software.open-xchange.com/OX6/unsupported/repo/SLES11 UNSUPPORTED $ zypper install open-xchange-munin-scripts
RHEL5
Add the open-xchange unsupported repository:
$ vim /etc/yum.repos.d/unsupported.repo [unsupported] name=Open-Xchange Unsupported baseurl=http://software.open-xchange.com/OX6/unsupported/repo/RHEL5/ enabled=1 gpgcheck=0
Then run
$ yum update $ yum install open-xchange-munin-scripts
How to use Munin scripts for Open-Xchange
Prerequisites
Munin-Node must be installed prior installing the Munin scripts package for Open-Xchange.
Configuring Munin scripts for Open-Xchange
The configuration of the scripts is done automatically. The database pool montioring scripts will get configured only if the Open-Xchange server is running on installing the open-xchange-munin-scripts packages.