added cmk man page

This commit is contained in:
Marius Pana 2014-12-30 13:12:04 +02:00
parent f1735c3b44
commit d1870f2f10
1 changed files with 9 additions and 9 deletions

View File

@ -1,22 +1,22 @@
title: Check for users Exchange Mailbox size title: Check for Exchange Database size
agents: windows agents: windows
catalog: os/windows catalog: os/windows
license: GPL license: GPL
distribution: distribution:
description: description:
This check checks for individual exchange mailbox sizes. This check checks for individual exchange database sizes.
You need to install the plugin {SPH-Exchange-MailboxSize.ps1} You need to install the plugin {sph-exchange-database-size.ps1}
into the {plugins} directory of your windows agent. into the {plugins} directory of your windows agent.
This check was tested with Exchange 2010 and must have PowerShell This check was tested with Exchange 2010 and must have PowerShell
installed. installed.
The check gets critical if there mailbox is over 2000 MB and warning The check gets critical if there mailbox is over 20000 MB and warning
if over 1500MB. Both are definable in Wato under "Parameters for if over 2500MB. Both are definable in Wato under "Parameters for
Inventorized Checks", "Applications, Processes & Services". Inventorized Checks", "Applications, Processes & Services".
inventory: inventory:
One service will be created for each user mailbox where the One service will be created for each database where the
{SPH-Exchange-MailboxSize.ps1} plugin produces a non-empty output. {sph-exchange-database-size.ps1} plugin produces a non-empty output.
perfdata: perfdata:
One variable: {size}: the current size of the mailbox in MB. One variable: {size}: the current size of the database in MB.