From 930fce292410e0c18c37257ea0b78b9adf238c07 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Mon, 22 Dec 2014 17:15:07 +0200 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0326862..8a8ba31 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,23 @@ inventory: perfdata: One variable: {size}: the current size of the mailbox in MB. + +The agent uses a caching mechanism and runs once only every 24 hours. + +#----------------- +#Quick HOWTO +#----------------- +INSTALL PACKAGE +On your OMD/Check_mk server run the following: + + cmk -P install exchange_user_mbx_size-1.0.mkp + +The agent will be in ~/local/share/check_mk/agents/plugins/SPH-Exchange-MailboxSize.ps1 + +COPY AGENT TO DESTINATION +Copy the agent part (SPH-Exchange-MailboxSize.ps1) to your MS Exchange server. This +is usually in C:\Program Files\check_mk\plugins + + + -Quick HOWTO -tbd ..