Difference between revisions of "OX munin scripts"

(Created page with "= 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/Debi...")
 
(Debian)
Line 5: Line 5:
 
Add the following entry to /etc/apt/sources.list:
 
Add the following entry to /etc/apt/sources.list:
  
  deb http://software.open-xchange.com/OX6/unsupported/repo/DebianEtch/ /
+
  deb http://http://software.open-xchange.com/OX6/unsupported/repo/DebianLenny/ /
  
 
and run
 
and run

Revision as of 14:30, 6 October 2010

How to install Munin scripts for Open-Xchange

Debian

Add the following entry to /etc/apt/sources.list:

deb http://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.