SlideShare a Scribd company logo
Pandora FMS
Administrator Manual
Microsoft Exchange Server Monitoring
Administrator Manual Microsoft Exchange Server Monitoring
© Artica Soluciones Tecnológicas 2005-2012
Index
1Changelog...........................................................................................................................................3
2Introduction........................................................................................................................................4
2.1.Exchange Environment: Server roles and optimum configurations..........................................4
3Compatibility Matrix..........................................................................................................................6
4Documentation provided by the requesting area................................................................................7
5Modules provided by the plugin.........................................................................................................8
6Requirements....................................................................................................................................10
6.1.Access Requirements to the Exchange Administration Shell..................................................11
7Installing...........................................................................................................................................12
7.1.Additional Configuration Settings ..........................................................................................12
7.1.1.Monitoring via Powershell..............................................................................................12
1 CHANGELOG
Date Author Change Version
15/02/12 Tomas First version v1r1
Page 3
2 INTRODUCTION
This document has as main aim to describe the Microsoft Exchange Server 2007-2010 servers
monitoring . We have selected a series of “base” module based on our experience in system
monitoring and the needs of some of our clients.
To extract the information we use:
• The software already installed in the system (WMI, Exchange Management Shell,
Powershell), for the monitoring done by the plugin without having to install libraries or
third part utilities.
• An already existing log parser (the one of Pandora) to process the Exchange alert logs.
• One series of basic checks “by default”. But they could be deleted or customized.
• An “open” interface(the one of Pandora, as extension of the administration section) to
specify free SQL queries.
• The system, that is integrated with the Windows agent and has the capacity of distribute file
colections, so it is posible to distribute the plugin by one way and also the file colections in
an individual way-by agent-and/or by policy.
It is important to say, that as with the rest of the monitoring with Pandora FMS, the Exchange
monitoring plugin could be used to collect information kind “text string” (to manage it as events) or
kind numeric (to do performance management).
2.1. Exchange Environment: Server roles and optimum
configurations
An Exchange server has grouped its different functionalities in the server roles. These server roles
are the following:
Mailbox Server: Contains the Mailbox and Public Folder databases.
Client Access Server: Gives connectivity between the clients and the mail boxes.
Hub Transport Server:Responsible for the mail flow between the organization.
Edge Transport Server: A server of special transport though for its implementation in DMZ
networks to provide an entry/exit mail flow that would be sure for the organization
Unified Messaging Server: Gives voice and telephony integration in Exchange.
In small environments the usual thing to do is a typical Exchange installing in a single server that
include the roles of Mailbox, CAS and Hub Servers.
For bigger environments the usual thing to do is to install the CAS and HUB server roles in the
same machine and separate them from the Mailbox servers.
Anyway and as a general rule, in big organizations usually each Exchange role is separated in
Page 4
servers dedicated for each one, to increase the flexibility and the performance. This way we manage
to scale them in an apropiate way.
We reach the conclusion that we can gather these roles between our servers in different ways:
• We can set several server roles that coexist in the same machine, but each of the should be
managed as separated entities.
• We can set the server roles in an individual way in dedicated servers.
• The Edge Transport Server server role could not coexist in the same machine with any of
the other roles of the Exchange server.
3 COMPATIBILITY MATRIX
Page 5
The plugin compatibility matrix is the following:
Systems where it has been tested
• Windows Server 2003, Exchange 2007
• Windows Server 2008, Exchange 2010
Systems where it should work • Same system or higher.
Depending on the operative system, the format in the Powershell scripts to extract the information
that you want could change, so it will be necessary to adapt the plugin according with those
circumstances.
4 DOCUMENTATION PROVIDED BY THE REQUESTING AREA
The requesting area must provide the following information:
Page 6
• Machine with Powershell and Echange Management Shell installed.
• It is necessary that the user with which the Pandora FMS agent is executed, that is the user
that will execute the plugin, has the following permissions of the system:
◦ Exchange administrator, Exchange administrator for reading only, or customized rol
with permission to use Remote Powershell and each of the Powershell cmdlets used by
the plugin without restrictions(Organization Management, View-Only Organization
Management, Custom Role.
◦ User of the domain (Domain Users)
◦ Administrator of Domain controller (optional).
• It is necessary that the Exchange server where the plugin is going to be executed would be
in the following groups:
◦ Domain Computers
◦ Exchange Servers
◦ Exchange Trusted Subsystem
• It should be an user extest_xxxxxxxxxxxxx member of Domain Users to do the Powershell
tests. This is checked being Domain Administrator, executing “Scriptsnew-
TestCasConnectivityUser.ps1”.
• The plugin will automatically get the path of each Exchange instance and will call to the
Exchange administrator shell to do several queries to get information.
• It should be posible to have access to the internal and external OWAs from the CAS server.
5 MODULES PROVIDED BY THE PLUGIN
The plugin generates the following modules:
Page 7
• Global Exchange Monitoring
◦ MSExchangeServiceHost
• CAS Exchange Monitoring
◦ MSExchangeAB, MSExchangeADTopology
◦ MSExchangeFBA, MSExchangeFDS, MSExchangeImap4
◦ MSExchangeMailboxReplication, MSExchangePop3
◦ MSExchangeProtectedServiceHost, MSExchangeRPC
◦ MSExchangeW3SVC
• HUB Exchange Monitoring
◦ MSExchangeADTopology, MSExchangeAntiSpamUpdate
◦ MSExchangeEdgeSync, MSExchangeProtectedServiceHost
◦ MSExchangeTransport
◦ MSExchangeTransportLogSearchAttendant
• Mailbox Exchange Monitoring
◦ MSExchangeADTopology
◦ MSExchangeIS, MSExchangeMailboxAssistants
◦ MSExchangeMailSubmission, MSExchangeMonitoring
◦ MSExchangeRepl, MSExchangeRPC, MSExchangeSA
◦ MSExchangeSearch, MSExchangeSearchB
◦ MSExchangeThrottling
◦ MSExchangeServerExtensionForWindowsServerBackup
◦ MSExchangeTransport, MSExchangeTransportLogSearchAttendant
• Public Folder Exchange Monitoring
◦ MSExchangeADTopology
Page 8
◦ MSExchangeIS, MSExchangeMailboxAssistants
◦ MSExchangeMailSubmission,
◦ MSExchangeRepl, MSExchangeRPC, MSExchangeSA
◦ MSExchangeSearch, MSExchangeSearchB
◦ MSExchangeThrottling
◦ MSExchangeTransport, MSExchangeTransportLogSearchAttendant
6 REQUIREMENTS
The requirements for this monitoring works correctly are the following:
• To install the Pandora FMS server in version 3.2.1 or higher.
Page 9
• To have an Exchange server (minimum 2007 SP1, because before SP1 several cmdlets such
as Get-Queue or Get-MessageTrackingLog, for example, can not be used in the plugin due
to a bug documented by Microsoft that is corrected from the SP1) installed in the machine
where it is going to be monitored, with the basic tools (Powershell, Exchange Management
Shell).
• It is necessary that the user with which the Pandora FMS agent is executed, that is the user
that will execute the plugin, has the following permissions of the system:
◦ Exchange administrator, Exchange administrator for reading only, or customized rol
with permission to use Remote Powershell and each of the Powershell cmdlets used by
the plugin without restrictions(Organization Management, View-Only Organization
Management, Custom Role(compulsory).
◦ User of the domain (Domain Users) (compulsory)
◦ Administrator of Domain controller (optional).
• It is necessary that the Exchange server where the plugin is going to be executed would be
in the following groups:
◦ Domain Computers (compulsory)
◦ Exchange Servers (compulsory)
◦ Exchange Trusted Subsystem (compulsory)
• It should be an user extest_xxxxxxxxxxxxx member of Domain Users to do the Powershell
tests. This is checked being Domain Administrator, executing “Scriptsnew-
TestCasConnectivityUser.ps1”.
• The plugin will automatically get the path of each Exchange instance and will call to the
Exchange administrator shell to do several queries to get information.
• It should be posible to have access to the internal and external OWAs from the CAS server.
6.1. Access Requirements to the Exchange Administration Shell
The plugin needs to be executed by an user with permissions to connect to the Exchange
administration shell depending on the server to which we want to connect. This user should have
enough priviledges to use the necessary cmdlets to get information.
To prepare the use of the Exchange administration shell it is necessary to have an user with access
Page 10
priviledges for some of the cmdlets.
It will be enough if we have the necesary permissions, with an installation by default of the Pandora
agent. We will not need to configure anything more.
Page 11
7 INSTALLING
Copy the plugin to the agent plugin directory, distributing it through file collections. The same with
the conf. File. The call from the agent will be similar to this, but using the paths where the plugin
and the conf are installed.
module_plugin "<ruta-powershell>powershell.exe" -PSConsoleFile "E:Program
FilesMicrosoftExchange ServerBinexshell.psc1" -command C:'<ruta-
plugin>pandora_exchange.ps1'
7.1. Additional Configuration Settings
NOTE: It is extremely important to consider that the configuration files though for the plugin in
WINDOWS should be edited and stored with carriage returns kind “WINDOWS” and that if we
use carriage returns kind “UNIX” the plugin will not work well.
There are some specific checks that have its own configuration “tokens”, that are described next:
7.1.1. Monitoring via Powershell
Starting from the basis that we have already installed and configured both Pandora and the
Exchange server, we are going to explain how to get information about the server status in general,
from the activity of the different services, and aslo the Exchange probes that through different
cmdlets have to check critical elements of our systems
For this case we should install both a Pandora software agent and the Exchange plugin in the
Exchange server machine. The Exchange plugin in Powershell is an agent plugin used by Pandora.
Summarizing, an agent plugin is one scrip that is executed in the local machine where the software
agent is installed, and that extracts an useful information in XML format that the agent will send
after to the Pandora server in order to be processed).
To do that the Pandora software agent that we have installed in our server to monitor executes this
script, we should edit the agent configuration file and do the call to the plugin through the
module_plugin. configuration token
We are going to edit the Pandora agent configuration file from the Pandora FMS administration
console. Before doing this, we should have activated the remote_config option in the same file to 1.
This file is located by default at:
C:Archivos de programapandora_agentpandora_agent.conf
Considering that we could edit the configuration remotely, we should go to the Administration →
Agent management and click on the remote configuration icon of the
Page 12
agent that we want to configure.
We introduce the following at the end of the configuration file:
# Plugin for monitoring Microsoft Exchange Server
module_plugin "<ruta-powershell>powershell.exe" -PSConsoleFile "E:Program
FilesMicrosoftExchange ServerBinexshell.psc1" -command C:'<ruta-
plugin>Pandora_Plugin_Exchange_vx.y.ps1'
Page 13
We save the file and start the Pandora agent.
Once it has been configured, we have to distribute the necessary files through file collections .
These are file packages that are sent to all the agents that have them assigned (either by separate or
because it is included in a policy with file collections assigned) through a centralized distribution
system integrated in Pandora FMS.
This process will be explained in detail through the document:
One of the most powerful features of the plugin in Powershell is the posibility of specifying instead
of the complete list of servers and do the same check for each one, to select one list of servers in
order the plugin does only one check and module for all the servers contained in this list. We
should put this list in the same folder where the plugin is, with the name mailbox_servers.txt
Let's see an example of its content:
ESTGVMSD201
ESTGVMSD202
ESTGVMSD401
ESTGVMST402
Containing these servers mailbox_servers.txt, for all the modules that checks all the server lists.
Instead this, it will do the query only of these four servers and will do the modules in base of the list
given by us. For the development of any other plugin that extracts information via Powershell, it is
important to consider the cmdet use:
Page 14
select-object -property *
We're able to add this cmdlet after any other one which return statistics by using a tube ( | ). This
way, the final execution will return to the standard output information regarding all the properties
this cmdlet contains, even when the execution of the first cmdlet without using any parameter only
returned the information from a default list.
This way our posibilities of monitoring using Powershell are notably extended.
In case that we want to add new modules to our plugin, before doing anything, try to execute the
cmdlet from which we want to extract information with the previously mentioned, to get all the
posible information.
An example of the use of this command woul be the following:
Get-Service | Select-Object -Property *
Usually, the result of the Get-Service cmdlet would be a list in table format of all services with their
description and status. But, when we apply this second cmdlet, we get for each service information
about all the propieties that this service have available:
Name : service
RequiredServices : {service1, service2}
CanPauseAndContinue : False
CanShutdown : True
CanStop : True
DisplayName : This is a Windows Service
DependentServices : {service3}
MachineName : .
ServiceName : service
ServicesDependedOn : {service1, service2}
ServiceHandle : SafeServiceHandle
Status : Stopped
ServiceType : Win32ShareProcess
Site :
Container :
Page 15

More Related Content

What's hot

Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Lorscheider Santiago
 
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12COracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Rakesh Gujjarlapudi
 
MySQL 5.7 milestone
MySQL 5.7 milestoneMySQL 5.7 milestone
MySQL 5.7 milestone
Louis liu
 
Introduction to DC/OS
Introduction to DC/OSIntroduction to DC/OS
Introduction to DC/OS
Knoldus Inc.
 
Learn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c AdministrationLearn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c Administration
Revelation Technologies
 
EXCHANGE SERVER 2010
EXCHANGE SERVER 2010EXCHANGE SERVER 2010
EXCHANGE SERVER 2010
Texnologiya Azərbaycan
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
Rakesh Gujjarlapudi
 
Weblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencastWeblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencast
Rajiv Gupta
 
WLST
WLSTWLST
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Harold Wong
 
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community) [발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
동현 김
 
Maxscale_메뉴얼
Maxscale_메뉴얼Maxscale_메뉴얼
Maxscale_메뉴얼
NeoClova
 
Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01
Clint Edmonson
 
Red hat enterprise_linux-7-load_balancer_administration-en-us
Red hat enterprise_linux-7-load_balancer_administration-en-usRed hat enterprise_linux-7-load_balancer_administration-en-us
Red hat enterprise_linux-7-load_balancer_administration-en-us
chakrikolla
 
Reference architectures shows a microservices deployed to Kubernetes
Reference architectures shows a microservices deployed to KubernetesReference architectures shows a microservices deployed to Kubernetes
Reference architectures shows a microservices deployed to Kubernetes
Rakesh Gujjarlapudi
 
Instruction on creating a cluster on jboss eap environment
Instruction on creating a cluster on jboss eap environmentInstruction on creating a cluster on jboss eap environment
Instruction on creating a cluster on jboss eap environment
Madhusudan Pisipati
 
JBoss EAP / WildFly, State of the Union
JBoss EAP / WildFly, State of the UnionJBoss EAP / WildFly, State of the Union
JBoss EAP / WildFly, State of the Union
Dimitris Andreadis
 
Weblogic
WeblogicWeblogic
Weblogic
sudeeporcl
 
Exchange server 2007
Exchange server 2007Exchange server 2007
Exchange server 2007
Teja Bheemanapally
 
JBoss AS 7
JBoss AS 7JBoss AS 7
JBoss AS 7
C2B2 Consulting
 

What's hot (20)

Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
Diretrizes para Implementação do Citrix XenServer 6.2.0 em Servidores HP Prol...
 
Oracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12COracle SOA, BPM, OSB, BAM, & B2B 12C
Oracle SOA, BPM, OSB, BAM, & B2B 12C
 
MySQL 5.7 milestone
MySQL 5.7 milestoneMySQL 5.7 milestone
MySQL 5.7 milestone
 
Introduction to DC/OS
Introduction to DC/OSIntroduction to DC/OS
Introduction to DC/OS
 
Learn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c AdministrationLearn Oracle WebLogic Server 12c Administration
Learn Oracle WebLogic Server 12c Administration
 
EXCHANGE SERVER 2010
EXCHANGE SERVER 2010EXCHANGE SERVER 2010
EXCHANGE SERVER 2010
 
Enterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12cEnterprise managerclodcontrolinstallconfiguration emc12c
Enterprise managerclodcontrolinstallconfiguration emc12c
 
Weblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencastWeblogic 11g admin basic with screencast
Weblogic 11g admin basic with screencast
 
WLST
WLSTWLST
WLST
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
 
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community) [발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
[발표자료] 오픈소스 Pacemaker 활용한 zabbix 이중화 방안(w/ Zabbix Korea Community)
 
Maxscale_메뉴얼
Maxscale_메뉴얼Maxscale_메뉴얼
Maxscale_메뉴얼
 
Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01Windows Server 2008 R2 Dev Session 01
Windows Server 2008 R2 Dev Session 01
 
Red hat enterprise_linux-7-load_balancer_administration-en-us
Red hat enterprise_linux-7-load_balancer_administration-en-usRed hat enterprise_linux-7-load_balancer_administration-en-us
Red hat enterprise_linux-7-load_balancer_administration-en-us
 
Reference architectures shows a microservices deployed to Kubernetes
Reference architectures shows a microservices deployed to KubernetesReference architectures shows a microservices deployed to Kubernetes
Reference architectures shows a microservices deployed to Kubernetes
 
Instruction on creating a cluster on jboss eap environment
Instruction on creating a cluster on jboss eap environmentInstruction on creating a cluster on jboss eap environment
Instruction on creating a cluster on jboss eap environment
 
JBoss EAP / WildFly, State of the Union
JBoss EAP / WildFly, State of the UnionJBoss EAP / WildFly, State of the Union
JBoss EAP / WildFly, State of the Union
 
Weblogic
WeblogicWeblogic
Weblogic
 
Exchange server 2007
Exchange server 2007Exchange server 2007
Exchange server 2007
 
JBoss AS 7
JBoss AS 7JBoss AS 7
JBoss AS 7
 

Viewers also liked

Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange Plugin
Pandora FMS
 
Pandora FMS: Open LDAP server monitoring administrator's manual
Pandora FMS: Open LDAP server monitoring administrator's manualPandora FMS: Open LDAP server monitoring administrator's manual
Pandora FMS: Open LDAP server monitoring administrator's manual
Pandora FMS
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
Pandora FMS
 
Pandora FMS: Fim Events Plugin
Pandora FMS: Fim Events PluginPandora FMS: Fim Events Plugin
Pandora FMS: Fim Events Plugin
Pandora FMS
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V Plugin
Pandora FMS
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA Plugin
Pandora FMS
 
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS
 
Pandora FMS: Monitorización básica WMI
Pandora FMS: Monitorización básica WMIPandora FMS: Monitorización básica WMI
Pandora FMS: Monitorización básica WMI
Pandora FMS
 
Pandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIuginPandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIugin
Pandora FMS
 
Pandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 AgentPandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 Agent
Pandora FMS
 
Pandora FMS: ePolicy Orchestrator
Pandora FMS: ePolicy Orchestrator Pandora FMS: ePolicy Orchestrator
Pandora FMS: ePolicy Orchestrator
Pandora FMS
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS
 
Whats new in Pandora FMS 5.0
Whats new in Pandora FMS 5.0Whats new in Pandora FMS 5.0
Whats new in Pandora FMS 5.0
Pandora FMS
 
Pandora FMS: Tomcat Monitoring
Pandora FMS: Tomcat MonitoringPandora FMS: Tomcat Monitoring
Pandora FMS: Tomcat Monitoring
Pandora FMS
 
Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0
Pandora FMS
 
Pandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise PluginPandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS
 
Pandora FMS: ePolicy Orchestrator Manual
Pandora FMS: ePolicy Orchestrator ManualPandora FMS: ePolicy Orchestrator Manual
Pandora FMS: ePolicy Orchestrator Manual
Pandora FMS
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache Hbase
Pandora FMS
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS
 
Pandora FMS: Analizador de logs avanzado
Pandora FMS: Analizador de logs avanzadoPandora FMS: Analizador de logs avanzado
Pandora FMS: Analizador de logs avanzado
Pandora FMS
 

Viewers also liked (20)

Pandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange PluginPandora FMS: End to End Exchange Plugin
Pandora FMS: End to End Exchange Plugin
 
Pandora FMS: Open LDAP server monitoring administrator's manual
Pandora FMS: Open LDAP server monitoring administrator's manualPandora FMS: Open LDAP server monitoring administrator's manual
Pandora FMS: Open LDAP server monitoring administrator's manual
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
 
Pandora FMS: Fim Events Plugin
Pandora FMS: Fim Events PluginPandora FMS: Fim Events Plugin
Pandora FMS: Fim Events Plugin
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V Plugin
 
Pandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA Plugin
 
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise Plugin
 
Pandora FMS: Monitorización básica WMI
Pandora FMS: Monitorización básica WMIPandora FMS: Monitorización básica WMI
Pandora FMS: Monitorización básica WMI
 
Pandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIuginPandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIugin
 
Pandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 AgentPandora FMS: Windows Phone 7 Agent
Pandora FMS: Windows Phone 7 Agent
 
Pandora FMS: ePolicy Orchestrator
Pandora FMS: ePolicy Orchestrator Pandora FMS: ePolicy Orchestrator
Pandora FMS: ePolicy Orchestrator
 
Pandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de Exchange
 
Whats new in Pandora FMS 5.0
Whats new in Pandora FMS 5.0Whats new in Pandora FMS 5.0
Whats new in Pandora FMS 5.0
 
Pandora FMS: Tomcat Monitoring
Pandora FMS: Tomcat MonitoringPandora FMS: Tomcat Monitoring
Pandora FMS: Tomcat Monitoring
 
Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0
 
Pandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise PluginPandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise Plugin
 
Pandora FMS: ePolicy Orchestrator Manual
Pandora FMS: ePolicy Orchestrator ManualPandora FMS: ePolicy Orchestrator Manual
Pandora FMS: ePolicy Orchestrator Manual
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache Hbase
 
Pandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper VPandora FMS: Plugin de monitorización de Hyper V
Pandora FMS: Plugin de monitorización de Hyper V
 
Pandora FMS: Analizador de logs avanzado
Pandora FMS: Analizador de logs avanzadoPandora FMS: Analizador de logs avanzado
Pandora FMS: Analizador de logs avanzado
 

Similar to Pandora FMS: Exchange Enterprise plugin

Protocol
ProtocolProtocol
Protocol
m_bahba
 
Docker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platformsDocker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platforms
Federico Michele Facca
 
Windows Server 2003
Windows Server 2003Windows Server 2003
Windows Server 2003
Vinod Hanumantharayappa
 
WebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
WebSphere Message Broker Training | IBM WebSphere Message Broker Online TrainingWebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
WebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
ecorptraining2
 
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE PlatformsFIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE
 
Demystifying puppet
Demystifying puppetDemystifying puppet
Demystifying puppet
Ajeet Singh Raina
 
What’s new in WSO2 Enterprise Integrator 6.6
What’s new in WSO2 Enterprise Integrator 6.6What’s new in WSO2 Enterprise Integrator 6.6
What’s new in WSO2 Enterprise Integrator 6.6
WSO2
 
16.7_Release_Notes.pdf
16.7_Release_Notes.pdf16.7_Release_Notes.pdf
16.7_Release_Notes.pdf
AbhySingh3
 
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon Web Services Korea
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS
 
Build cloud native solution using open source
Build cloud native solution using open source Build cloud native solution using open source
Build cloud native solution using open source
Nitesh Jadhav
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Linh Nguyen
 
vRO Training Document
vRO Training DocumentvRO Training Document
vRO Training Document
Mayank Goyal
 
Mule esb and_relevant_components
Mule esb and_relevant_componentsMule esb and_relevant_components
Mule esb and_relevant_components
Paaras Baru
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
Sharkrit JOBBO
 
Wissbi osdc pdf
Wissbi osdc pdfWissbi osdc pdf
Wissbi osdc pdf
Chris Huang
 
Deployment Cookbook: Quick Migration with Virtual Server Host ...
Deployment Cookbook: Quick Migration with Virtual Server Host ...Deployment Cookbook: Quick Migration with Virtual Server Host ...
Deployment Cookbook: Quick Migration with Virtual Server Host ...
webhostingguy
 
Weblogic console
Weblogic consoleWeblogic console
Weblogic console
Aditya Bhuyan
 
Weblogic Cluster Console
Weblogic Cluster ConsoleWeblogic Cluster Console
Weblogic Cluster Console
Aditya Bhuyan
 
Weblogic cluster console
Weblogic cluster consoleWeblogic cluster console
Weblogic cluster console
Aditya Bhuyan
 

Similar to Pandora FMS: Exchange Enterprise plugin (20)

Protocol
ProtocolProtocol
Protocol
 
Docker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platformsDocker Swarm secrets for creating great FIWARE platforms
Docker Swarm secrets for creating great FIWARE platforms
 
Windows Server 2003
Windows Server 2003Windows Server 2003
Windows Server 2003
 
WebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
WebSphere Message Broker Training | IBM WebSphere Message Broker Online TrainingWebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
WebSphere Message Broker Training | IBM WebSphere Message Broker Online Training
 
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE PlatformsFIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
FIWARE Tech Summit - Docker Swarm Secrets for Creating Great FIWARE Platforms
 
Demystifying puppet
Demystifying puppetDemystifying puppet
Demystifying puppet
 
What’s new in WSO2 Enterprise Integrator 6.6
What’s new in WSO2 Enterprise Integrator 6.6What’s new in WSO2 Enterprise Integrator 6.6
What’s new in WSO2 Enterprise Integrator 6.6
 
16.7_Release_Notes.pdf
16.7_Release_Notes.pdf16.7_Release_Notes.pdf
16.7_Release_Notes.pdf
 
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
Amazon EKS 그리고 Service Mesh (김세호 솔루션즈 아키텍트, AWS) :: Gaming on AWS 2018
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere Plugin
 
Build cloud native solution using open source
Build cloud native solution using open source Build cloud native solution using open source
Build cloud native solution using open source
 
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System ConfigurationSolution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
Solution Manager 7.2 SAP Monitoring - Part 3 - Managed System Configuration
 
vRO Training Document
vRO Training DocumentvRO Training Document
vRO Training Document
 
Mule esb and_relevant_components
Mule esb and_relevant_componentsMule esb and_relevant_components
Mule esb and_relevant_components
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
 
Wissbi osdc pdf
Wissbi osdc pdfWissbi osdc pdf
Wissbi osdc pdf
 
Deployment Cookbook: Quick Migration with Virtual Server Host ...
Deployment Cookbook: Quick Migration with Virtual Server Host ...Deployment Cookbook: Quick Migration with Virtual Server Host ...
Deployment Cookbook: Quick Migration with Virtual Server Host ...
 
Weblogic console
Weblogic consoleWeblogic console
Weblogic console
 
Weblogic Cluster Console
Weblogic Cluster ConsoleWeblogic Cluster Console
Weblogic Cluster Console
 
Weblogic cluster console
Weblogic cluster consoleWeblogic cluster console
Weblogic cluster console
 

More from Pandora FMS

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DB
Pandora FMS
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB Plugin
Pandora FMS
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modules
Pandora FMS
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS
 
Pandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo Imap
Pandora FMS
 
Pandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL Plugin
Pandora FMS
 
Pandora FMS: Monitorización de servidores MySQL
Pandora FMS: Monitorización de servidores MySQLPandora FMS: Monitorización de servidores MySQL
Pandora FMS: Monitorización de servidores MySQL
Pandora FMS
 
Pandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server MonitoringPandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server Monitoring
Pandora FMS
 
Pandora FMS: MongoDB plugin
Pandora FMS: MongoDB pluginPandora FMS: MongoDB plugin
Pandora FMS: MongoDB plugin
Pandora FMS
 
Pandora FMS: Informix plugin
Pandora FMS: Informix pluginPandora FMS: Informix plugin
Pandora FMS: Informix plugin
Pandora FMS
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix Plugin
Pandora FMS
 
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
Pandora FMS
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS
 

More from Pandora FMS (20)

Pandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DBPandora FMS: Plugin de Raven DB
Pandora FMS: Plugin de Raven DB
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB Plugin
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modules
 
Pandora FMS: Plugin de exchange de acceso de web
Pandora FMS: Plugin de exchange de acceso  de web Pandora FMS: Plugin de exchange de acceso  de web
Pandora FMS: Plugin de exchange de acceso de web
 
Pandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook AnywherePandora FMS: Plugin de monitorización de Outlook Anywhere
Pandora FMS: Plugin de monitorización de Outlook Anywhere
 
Pandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de ExchagePandora FMS: Plugin de monitorización de cliente de Exchage
Pandora FMS: Plugin de monitorización de cliente de Exchage
 
Pandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry ExchangePandora FMS: Monitorización de Blackberry Exchange
Pandora FMS: Monitorización de Blackberry Exchange
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange Monitoring
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSync
 
Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync Plugin
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMware
 
Pandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo Imap
 
Pandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL Plugin
 
Pandora FMS: Monitorización de servidores MySQL
Pandora FMS: Monitorización de servidores MySQLPandora FMS: Monitorización de servidores MySQL
Pandora FMS: Monitorización de servidores MySQL
 
Pandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server MonitoringPandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server Monitoring
 
Pandora FMS: MongoDB plugin
Pandora FMS: MongoDB pluginPandora FMS: MongoDB plugin
Pandora FMS: MongoDB plugin
 
Pandora FMS: Informix plugin
Pandora FMS: Informix pluginPandora FMS: Informix plugin
Pandora FMS: Informix plugin
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix Plugin
 
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
Pandora FMS: Plugin Enterprise de monitorización de servidor DB2
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
 

Recently uploaded

一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
dakas1
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
Bert Jan Schrijver
 
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
mz5nrf0n
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
kalichargn70th171
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
Patrick Weigel
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
Hornet Dynamics
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
Octavian Nadolu
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
Massimo Artizzu
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
Green Software Development
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
Green Software Development
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
Grant Fritchey
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
ShulagnaSarkar2
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
Rakesh Kumar R
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
Green Software Development
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
mz5nrf0n
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
YAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring detailsYAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring details
NishanthaBulumulla1
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
Peter Muessig
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
Alina Yurenko
 

Recently uploaded (20)

一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
一比一原版(UMN毕业证)明尼苏达大学毕业证如何办理
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
J-Spring 2024 - Going serverless with Quarkus, GraalVM native images and AWS ...
 
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
在线购买加拿大英属哥伦比亚大学毕业证本科学位证书原版一模一样
 
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
The Key to Digital Success_ A Comprehensive Guide to Continuous Testing Integ...
 
WWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders AustinWWDC 2024 Keynote Review: For CocoaCoders Austin
WWDC 2024 Keynote Review: For CocoaCoders Austin
 
E-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet DynamicsE-commerce Development Services- Hornet Dynamics
E-commerce Development Services- Hornet Dynamics
 
Artificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension FunctionsArtificia Intellicence and XPath Extension Functions
Artificia Intellicence and XPath Extension Functions
 
Liberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptxLiberarsi dai framework con i Web Component.pptx
Liberarsi dai framework con i Web Component.pptx
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
 
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, FactsALGIT - Assembly Line for Green IT - Numbers, Data, Facts
ALGIT - Assembly Line for Green IT - Numbers, Data, Facts
 
Using Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query PerformanceUsing Query Store in Azure PostgreSQL to Understand Query Performance
Using Query Store in Azure PostgreSQL to Understand Query Performance
 
14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision14 th Edition of International conference on computer vision
14 th Edition of International conference on computer vision
 
How to write a program in any programming language
How to write a program in any programming languageHow to write a program in any programming language
How to write a program in any programming language
 
Energy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina JonuziEnergy consumption of Database Management - Florina Jonuzi
Energy consumption of Database Management - Florina Jonuzi
 
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
原版定制美国纽约州立大学奥尔巴尼分校毕业证学位证书原版一模一样
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
YAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring detailsYAML crash COURSE how to write yaml file for adding configuring details
YAML crash COURSE how to write yaml file for adding configuring details
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
 
All you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVMAll you need to know about Spring Boot and GraalVM
All you need to know about Spring Boot and GraalVM
 

Pandora FMS: Exchange Enterprise plugin

  • 1. Pandora FMS Administrator Manual Microsoft Exchange Server Monitoring
  • 2. Administrator Manual Microsoft Exchange Server Monitoring © Artica Soluciones Tecnológicas 2005-2012 Index 1Changelog...........................................................................................................................................3 2Introduction........................................................................................................................................4 2.1.Exchange Environment: Server roles and optimum configurations..........................................4 3Compatibility Matrix..........................................................................................................................6 4Documentation provided by the requesting area................................................................................7 5Modules provided by the plugin.........................................................................................................8 6Requirements....................................................................................................................................10 6.1.Access Requirements to the Exchange Administration Shell..................................................11 7Installing...........................................................................................................................................12 7.1.Additional Configuration Settings ..........................................................................................12 7.1.1.Monitoring via Powershell..............................................................................................12
  • 3. 1 CHANGELOG Date Author Change Version 15/02/12 Tomas First version v1r1 Page 3
  • 4. 2 INTRODUCTION This document has as main aim to describe the Microsoft Exchange Server 2007-2010 servers monitoring . We have selected a series of “base” module based on our experience in system monitoring and the needs of some of our clients. To extract the information we use: • The software already installed in the system (WMI, Exchange Management Shell, Powershell), for the monitoring done by the plugin without having to install libraries or third part utilities. • An already existing log parser (the one of Pandora) to process the Exchange alert logs. • One series of basic checks “by default”. But they could be deleted or customized. • An “open” interface(the one of Pandora, as extension of the administration section) to specify free SQL queries. • The system, that is integrated with the Windows agent and has the capacity of distribute file colections, so it is posible to distribute the plugin by one way and also the file colections in an individual way-by agent-and/or by policy. It is important to say, that as with the rest of the monitoring with Pandora FMS, the Exchange monitoring plugin could be used to collect information kind “text string” (to manage it as events) or kind numeric (to do performance management). 2.1. Exchange Environment: Server roles and optimum configurations An Exchange server has grouped its different functionalities in the server roles. These server roles are the following: Mailbox Server: Contains the Mailbox and Public Folder databases. Client Access Server: Gives connectivity between the clients and the mail boxes. Hub Transport Server:Responsible for the mail flow between the organization. Edge Transport Server: A server of special transport though for its implementation in DMZ networks to provide an entry/exit mail flow that would be sure for the organization Unified Messaging Server: Gives voice and telephony integration in Exchange. In small environments the usual thing to do is a typical Exchange installing in a single server that include the roles of Mailbox, CAS and Hub Servers. For bigger environments the usual thing to do is to install the CAS and HUB server roles in the same machine and separate them from the Mailbox servers. Anyway and as a general rule, in big organizations usually each Exchange role is separated in Page 4
  • 5. servers dedicated for each one, to increase the flexibility and the performance. This way we manage to scale them in an apropiate way. We reach the conclusion that we can gather these roles between our servers in different ways: • We can set several server roles that coexist in the same machine, but each of the should be managed as separated entities. • We can set the server roles in an individual way in dedicated servers. • The Edge Transport Server server role could not coexist in the same machine with any of the other roles of the Exchange server. 3 COMPATIBILITY MATRIX Page 5
  • 6. The plugin compatibility matrix is the following: Systems where it has been tested • Windows Server 2003, Exchange 2007 • Windows Server 2008, Exchange 2010 Systems where it should work • Same system or higher. Depending on the operative system, the format in the Powershell scripts to extract the information that you want could change, so it will be necessary to adapt the plugin according with those circumstances. 4 DOCUMENTATION PROVIDED BY THE REQUESTING AREA The requesting area must provide the following information: Page 6
  • 7. • Machine with Powershell and Echange Management Shell installed. • It is necessary that the user with which the Pandora FMS agent is executed, that is the user that will execute the plugin, has the following permissions of the system: ◦ Exchange administrator, Exchange administrator for reading only, or customized rol with permission to use Remote Powershell and each of the Powershell cmdlets used by the plugin without restrictions(Organization Management, View-Only Organization Management, Custom Role. ◦ User of the domain (Domain Users) ◦ Administrator of Domain controller (optional). • It is necessary that the Exchange server where the plugin is going to be executed would be in the following groups: ◦ Domain Computers ◦ Exchange Servers ◦ Exchange Trusted Subsystem • It should be an user extest_xxxxxxxxxxxxx member of Domain Users to do the Powershell tests. This is checked being Domain Administrator, executing “Scriptsnew- TestCasConnectivityUser.ps1”. • The plugin will automatically get the path of each Exchange instance and will call to the Exchange administrator shell to do several queries to get information. • It should be posible to have access to the internal and external OWAs from the CAS server. 5 MODULES PROVIDED BY THE PLUGIN The plugin generates the following modules: Page 7
  • 8. • Global Exchange Monitoring ◦ MSExchangeServiceHost • CAS Exchange Monitoring ◦ MSExchangeAB, MSExchangeADTopology ◦ MSExchangeFBA, MSExchangeFDS, MSExchangeImap4 ◦ MSExchangeMailboxReplication, MSExchangePop3 ◦ MSExchangeProtectedServiceHost, MSExchangeRPC ◦ MSExchangeW3SVC • HUB Exchange Monitoring ◦ MSExchangeADTopology, MSExchangeAntiSpamUpdate ◦ MSExchangeEdgeSync, MSExchangeProtectedServiceHost ◦ MSExchangeTransport ◦ MSExchangeTransportLogSearchAttendant • Mailbox Exchange Monitoring ◦ MSExchangeADTopology ◦ MSExchangeIS, MSExchangeMailboxAssistants ◦ MSExchangeMailSubmission, MSExchangeMonitoring ◦ MSExchangeRepl, MSExchangeRPC, MSExchangeSA ◦ MSExchangeSearch, MSExchangeSearchB ◦ MSExchangeThrottling ◦ MSExchangeServerExtensionForWindowsServerBackup ◦ MSExchangeTransport, MSExchangeTransportLogSearchAttendant • Public Folder Exchange Monitoring ◦ MSExchangeADTopology Page 8
  • 9. ◦ MSExchangeIS, MSExchangeMailboxAssistants ◦ MSExchangeMailSubmission, ◦ MSExchangeRepl, MSExchangeRPC, MSExchangeSA ◦ MSExchangeSearch, MSExchangeSearchB ◦ MSExchangeThrottling ◦ MSExchangeTransport, MSExchangeTransportLogSearchAttendant 6 REQUIREMENTS The requirements for this monitoring works correctly are the following: • To install the Pandora FMS server in version 3.2.1 or higher. Page 9
  • 10. • To have an Exchange server (minimum 2007 SP1, because before SP1 several cmdlets such as Get-Queue or Get-MessageTrackingLog, for example, can not be used in the plugin due to a bug documented by Microsoft that is corrected from the SP1) installed in the machine where it is going to be monitored, with the basic tools (Powershell, Exchange Management Shell). • It is necessary that the user with which the Pandora FMS agent is executed, that is the user that will execute the plugin, has the following permissions of the system: ◦ Exchange administrator, Exchange administrator for reading only, or customized rol with permission to use Remote Powershell and each of the Powershell cmdlets used by the plugin without restrictions(Organization Management, View-Only Organization Management, Custom Role(compulsory). ◦ User of the domain (Domain Users) (compulsory) ◦ Administrator of Domain controller (optional). • It is necessary that the Exchange server where the plugin is going to be executed would be in the following groups: ◦ Domain Computers (compulsory) ◦ Exchange Servers (compulsory) ◦ Exchange Trusted Subsystem (compulsory) • It should be an user extest_xxxxxxxxxxxxx member of Domain Users to do the Powershell tests. This is checked being Domain Administrator, executing “Scriptsnew- TestCasConnectivityUser.ps1”. • The plugin will automatically get the path of each Exchange instance and will call to the Exchange administrator shell to do several queries to get information. • It should be posible to have access to the internal and external OWAs from the CAS server. 6.1. Access Requirements to the Exchange Administration Shell The plugin needs to be executed by an user with permissions to connect to the Exchange administration shell depending on the server to which we want to connect. This user should have enough priviledges to use the necessary cmdlets to get information. To prepare the use of the Exchange administration shell it is necessary to have an user with access Page 10
  • 11. priviledges for some of the cmdlets. It will be enough if we have the necesary permissions, with an installation by default of the Pandora agent. We will not need to configure anything more. Page 11
  • 12. 7 INSTALLING Copy the plugin to the agent plugin directory, distributing it through file collections. The same with the conf. File. The call from the agent will be similar to this, but using the paths where the plugin and the conf are installed. module_plugin "<ruta-powershell>powershell.exe" -PSConsoleFile "E:Program FilesMicrosoftExchange ServerBinexshell.psc1" -command C:'<ruta- plugin>pandora_exchange.ps1' 7.1. Additional Configuration Settings NOTE: It is extremely important to consider that the configuration files though for the plugin in WINDOWS should be edited and stored with carriage returns kind “WINDOWS” and that if we use carriage returns kind “UNIX” the plugin will not work well. There are some specific checks that have its own configuration “tokens”, that are described next: 7.1.1. Monitoring via Powershell Starting from the basis that we have already installed and configured both Pandora and the Exchange server, we are going to explain how to get information about the server status in general, from the activity of the different services, and aslo the Exchange probes that through different cmdlets have to check critical elements of our systems For this case we should install both a Pandora software agent and the Exchange plugin in the Exchange server machine. The Exchange plugin in Powershell is an agent plugin used by Pandora. Summarizing, an agent plugin is one scrip that is executed in the local machine where the software agent is installed, and that extracts an useful information in XML format that the agent will send after to the Pandora server in order to be processed). To do that the Pandora software agent that we have installed in our server to monitor executes this script, we should edit the agent configuration file and do the call to the plugin through the module_plugin. configuration token We are going to edit the Pandora agent configuration file from the Pandora FMS administration console. Before doing this, we should have activated the remote_config option in the same file to 1. This file is located by default at: C:Archivos de programapandora_agentpandora_agent.conf Considering that we could edit the configuration remotely, we should go to the Administration → Agent management and click on the remote configuration icon of the Page 12
  • 13. agent that we want to configure. We introduce the following at the end of the configuration file: # Plugin for monitoring Microsoft Exchange Server module_plugin "<ruta-powershell>powershell.exe" -PSConsoleFile "E:Program FilesMicrosoftExchange ServerBinexshell.psc1" -command C:'<ruta- plugin>Pandora_Plugin_Exchange_vx.y.ps1' Page 13
  • 14. We save the file and start the Pandora agent. Once it has been configured, we have to distribute the necessary files through file collections . These are file packages that are sent to all the agents that have them assigned (either by separate or because it is included in a policy with file collections assigned) through a centralized distribution system integrated in Pandora FMS. This process will be explained in detail through the document: One of the most powerful features of the plugin in Powershell is the posibility of specifying instead of the complete list of servers and do the same check for each one, to select one list of servers in order the plugin does only one check and module for all the servers contained in this list. We should put this list in the same folder where the plugin is, with the name mailbox_servers.txt Let's see an example of its content: ESTGVMSD201 ESTGVMSD202 ESTGVMSD401 ESTGVMST402 Containing these servers mailbox_servers.txt, for all the modules that checks all the server lists. Instead this, it will do the query only of these four servers and will do the modules in base of the list given by us. For the development of any other plugin that extracts information via Powershell, it is important to consider the cmdet use: Page 14
  • 15. select-object -property * We're able to add this cmdlet after any other one which return statistics by using a tube ( | ). This way, the final execution will return to the standard output information regarding all the properties this cmdlet contains, even when the execution of the first cmdlet without using any parameter only returned the information from a default list. This way our posibilities of monitoring using Powershell are notably extended. In case that we want to add new modules to our plugin, before doing anything, try to execute the cmdlet from which we want to extract information with the previously mentioned, to get all the posible information. An example of the use of this command woul be the following: Get-Service | Select-Object -Property * Usually, the result of the Get-Service cmdlet would be a list in table format of all services with their description and status. But, when we apply this second cmdlet, we get for each service information about all the propieties that this service have available: Name : service RequiredServices : {service1, service2} CanPauseAndContinue : False CanShutdown : True CanStop : True DisplayName : This is a Windows Service DependentServices : {service3} MachineName : . ServiceName : service ServicesDependedOn : {service1, service2} ServiceHandle : SafeServiceHandle Status : Stopped ServiceType : Win32ShareProcess Site : Container : Page 15