OX munin scripts: Difference between revisions

From Open-Xchange
No edit summary
Line 1: Line 1:
= How to install Munin scripts for Open-Xchange=
= How to install Munin scripts for Open-Xchange=


== Debian ==
{{InstallPlugin|pluginname=open-xchange-munin-scripts|sopath=unsupported/repo|reponame=oxmunin}}


Add the following entry to /etc/apt/sources.list:
== How to use  Munin scripts for Open-Xchange ==
 
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 ==
== Prerequisites ==

Revision as of 15:04, 6 October 2010

How to install Munin scripts for Open-Xchange

Install on OX {{#if:|{{{version}}}| AppSuite}}

Debian GNU/Linux 10.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{#if:%7C{{{toplevel}}}%7Cproducts}}/unsupported/repo/DebianBuster/ /{{#if:||

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{#if:|{{{toplevel}}}|products}}/unsupported/repo/updates/DebianBuster/ /

}}

and run

$ apt-get update
$ apt-get install open-xchange-munin-scripts

Debian GNU/Linux 11.0

Add the following entry to /etc/apt/sources.list.d/open-xchange.list if not already present:

deb https://{{#if:%7C{{{ldbaccount}}}@%7C}}software.open-xchange.com/{{#if:%7C{{{toplevel}}}%7Cproducts}}/unsupported/repo/DebianBullseye/ /{{#if:||

# if you have a valid maintenance subscription, please uncomment the 
# following and add the ldb account data to the url so that the most recent
# packages get installed
# deb https://[CUSTOMERID:PASSWORD]@software.open-xchange.com/{{#if:|{{{toplevel}}}|products}}/unsupported/repo/updates/DebianBullseye/ /

}}

and run

$ apt-get update
$ apt-get 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.