From d60d2b4fc9976c4ae0d5ae9f1fce5500ffcefcfb Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Tue, 30 Dec 2014 13:15:43 +0200 Subject: [PATCH] renamed cmk man page for check --- checkman/exchange_db_size | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 checkman/exchange_db_size diff --git a/checkman/exchange_db_size b/checkman/exchange_db_size new file mode 100644 index 0000000..906faf1 --- /dev/null +++ b/checkman/exchange_db_size @@ -0,0 +1,22 @@ +title: Check for Exchange Database size +agents: windows +catalog: os/windows +license: GPL +distribution: +description: + This check checks for individual exchange database sizes. + You need to install the plugin {sph-exchange-database-size.ps1} + into the {plugins} directory of your windows agent. + This check was tested with Exchange 2010 and must have PowerShell + installed. + + The check gets critical if there mailbox is over 20000 MB and warning + if over 2500MB. Both are definable in Wato under "Parameters for + Inventorized Checks", "Applications, Processes & Services". + +inventory: + One service will be created for each database where the + {sph-exchange-database-size.ps1} plugin produces a non-empty output. + +perfdata: + One variable: {size}: the current size of the database in MB.