SlideShare a Scribd company logo
1 of 14
Download to read offline
Pandora FMS
Administrator Manual
Outlook Web Access Plugin
Administrator Manual Outlook Web Access
© Artica Soluciones Tecnológicas 2005-2012
Index
1Changelog...........................................................................................................................................3
2Introduction........................................................................................................................................4
3Compatibility Matrix..........................................................................................................................5
4Documentation provided by the requesting area................................................................................6
5Modules provided by the plugin.........................................................................................................7
6Requirements......................................................................................................................................8
7Installing.............................................................................................................................................9
7.1.Additional Configuration Fixes ................................................................................................9
7.1.1.Monitoring via Powershell.................................................................................................9
7.1.2.Monitoring the Outlook Anywhere Availability..............................................................13
1 CHANGELOG
Date Author Change Version
15/02/12 Tomas First version v1r1
Page 3
2 INTRODUCTION
This document has as main objective the description of monitoring of the Exchange mailing system
from the client point of view.This document describes the way of monitoring the external
connection through Outlook Anywhere (RPC over HTTP Proxy) to that mailing system.
To extract the information, the following things are used:
• Powershell Console 2.0(installed by default in Windows Server 2008 R2, and Windows 7.
Available from Windows XP SP2 in advance).
• An “open” interface (Pandora, as the extension of the administration section) to specify
SQL free queries
• The system, that is integrated with the Windows agent and that is able to distribute file
colections, so it is possible to distribute the plugin by one hand and the file colections in an
individual way-by agent-and/or by policy.
It is important to say that the Performance Counters monitoring plugin could be used to collect
information kind numeric (to manage the performance).
3 COMPATIBILITY MATRIX
Page 4
The plugin compatibility matrix is the following:
Systems where it has been tested • Windows Server 2008
Systems where it should work
• Same system or higher.
• Windows Server 2003 (with
implementation kit).
• Windows XP SP2 or higher (with
implementation kit).
Depending on the system language, the format of the counters to monitor could change, so it will
be necesary to adapt the counters.txt file depending on the circumstances.
4 DOCUMENTATION PROVIDED BY THE REQUESTING AREA
The requesting area must send the following information:
Page 5
• IP address for Exchange or CAS Array.
• Protocol to connect to RPC (ncacn_ip_tcp, ncacn_np, ncacn_http, etc).
• IP address for RPC proxy.
• Username to authenticate on Exchange.
• Password to authenticate on Exchange.
• Username to authenticate on RPC proxy.
• Username to authenticate on RPC proxy.
5 MODULES PROVIDED BY THE PLUGIN
The plugin generates the following modules:
Page 6
• Windows Monitoring
• OutlookAnywhere Connectivity (DS Proxy Service)
• OutlookAnywhere Connectivity (DS Referral Service)
• OutlookAnywhere Connectivity (Information Store Service)
• CAS Exchange Monitoring
• RPC/HTTP ProxyCurrent Number of Incoming RPC over HTTP Connections
• RPC/HTTP ProxyCurrent Number of Unique Users
• RPC/HTTP ProxyNumber of Failed Back-End Connection attempts per Second
• RPC/HTTP ProxyRPC/HTTP Requests per Second
6 REQUIREMENTS
The requirements for this monitoring works correctly are the following:
Page 7
• To install the Pandora FMS agent in version 3.2.1 or higher.
• A Powershell 2.0 console to execute the plugin. By default it comes installed in Windows
Server 2008 R2 and Windows 7 systems, but it should be downloaded for Windows
previous versions. Powershell is not compatible with Windows XP SP1 systems or lower.
• 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:
◦ Local administrator
• The policy for executing Powershell scripts should be fixed as RemoteSigned or lower.
Set-ExecutionPolicy RemoteSigned
• The different plugins will get automatically the information about all counters that we have
specified in one list in the counters.txt file and it will create one module for each one in
Pandora (Plugin PerfCounter).Besides, they will get information about the status of the
critical elements for the Outlook Anywhere service (Plugin Outlook Anywhere).
• Addecuate configuration of the connections and permissions in order to allow to the
software agent from which the plugin is executed, to connect with the RPC Front-End of the
Exchange architecture and to log with right credentials in this platform, using RPC on
HTTP (Outlook Anywhere).
Page 8
7 INSTALLING
You should copy the plugins to the agent plugin directory, distributing it through file collections.
Do the same with the additional files that they need. The call from the agent will be similar to this,
but using the paths where the plugin and the list are installed.
For example:
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt' 2>
counter_plugin.error
7.1. Additional Configuration Fixes
NOTE: It is extremely important to consider that the configuration files that are though for the
plugin in WINDOWS should be edited and stored with carriage return kind “WINDOWS” and
that carriage return kind “UNIX” are used, then the plugin will be not work correctly.
There are some specific checks that has their own configuration “tokens”. They are described next.
7.1.1. Monitoring via Powershell
Starting from the basis that we have already installed and configured both Pandora and the system
to monitor,we are going to explain how to get information about the status of the Outlook
Anywhere service in general, from performance management from counters of the “RPC/HTTP
Proxy” and also checks of the availability of the service from clients based on Powershell that
through the use of the rpcping command avilable from Windows 2003 as an uptading of the
implementation kit, will be in charge of ckeching the RPC connectivity against the ports used by
Outlook Anywhere for its performance (6001, 6002 y 6004).
For this case, we install both the Pandora software agent and the different plugins of the
Powershell agent in the machine.
Summarizing, an agent plugin is an script 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 is going to
send after to the Pandora server to be processed.
In order the Pandora software agent that we have installed in our server to monitor executes that
script, we should edit the agent configuration file and do the call to the plugin through the
module_plugin configuration token.
Page 9
We are going to edit the Pandora agent configuration file from the Pandora FMS administration
console. To do this, we should activate previously the remote_config option in the same file to 1.
This file is located by default at:
C:Archivos de programapandora_agentpandora_agent.conf
Counting on that we could edit the configuration by remote, we go to the Administration ->Agent
management and click on the agent remote configuration icon that we want to monitor.
We should introduce this at the end of the configuration file , for example:
Page 10
# Agent Plugins for Outlook Anywhere Monitoring
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_OutlookAnywhere_Monitoring_v1.0.ps1' -S exchange_server -type
ncacn_http -R front_end_proxy -I 'username,domain,*' -P 'username,domain,*'
2>plugin_error.log
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt' 2>
counter_plugin.error
We save the file and restart the Pandora agent.
We should consider the plugin readress of errors to one error log, mainly because of the cmdlets
execution timeout when you have to process a hugh quantity of informatin in little time.
Supposing that we want to generate one module for each one of the machine counters , the cmdlet
should have to process an average of 20000 counters at one time, so that until it has not processed
all the counters list it doesn't show the information, the time since it process the information until
it shows it, the
Powershell cmdlet displays one error message after another, advising that the counter of the list
has not been found.
This is due to the fact that the Powershell cmdlet understands that if x time has passed since the
counter request and the data hasn't been shown in the output, then the data it was looking for
hasn't been found, even when indeed it has been found, but not shown yet though.
In order to avoid to increase the log without control and even so get all the errors ocurred when
executing the plugin in the last interval ( just in case if there is any real error), to do the readress
using the symbol “2>” such as it comes specified in the line that should be introduced in the
configuration file.
Once it has been configured, we should distribute the necesary files through file collections. These
are file packages that are sent to all the agents that have them assigned ( would be it separately or
because it is included in a policy with assigned file collections) through a centralized distribution
system integrated in Pandora FMS.
This process will be explained in detail through the document.
Page 11
One of the most powerful features of the plugin in Powershell is the posibility of specifying instead
of creating the modules for each performance counter one by one, to select all the counters
specified in one list so the plugin will do only one check and generates automatically one module
for all these counters, optimizing at maximum the time necesary to extract all information. This list
should be located in the same folder as that plugin is, and that is named counters.txt Lets see an
example of its content:
Web Service(*)Total Bytes Sent
Web Service(*)Bytes Sent/sec
Web Service(*)Total Bytes Received
Web Service(*)Bytes Received/sec
As the counters have counters.txt, the plugin will create one module for each one of them. If one
counter has several instances, as in the case of (*), the plugin will do one module for each one of the
instances of the counter. To develop any othe plugin that gets information via Powershell it is
important to consider the cmdlet use:
select-object -property *
With this cmdlet as base, we could add it after any other cmdle that has statistics, preceded by this
sign (|), and it will give us information about all the characteristics of this cmdlet, but when
executing the first cmdlet in a general way without using any parameters, it will only return a
default info list
This way, our monitoring posibilities using Powershell are notably expanded.
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 get information with the previously mentioned one, to this way
could get all the available information.
One example of the use of this command would be this:
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
Page 12
description an status. However, when applying this second cmdlet, we get for each service some
information about all the characteristics that this service has:
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 :
7.1.2. Monitoring the Outlook Anywhere Availability
Regardless of the configuration of our Exchange platform, for the correct work of the Outlook
Anywhere service, it will be necessary to be sure that the Exchange server (or address of the
Exchange CAS Array) would be accessible through the RPC proxy if it is defined (usually the
external access address) .
For this, the ports 6001, 6003 and 6004,that are the ones that this service uses for its work, should
be open, to could use the RPCPing.exe tool against them to log with correct credentials and ensure
the availability of the service.
On the contrary, the usual thing will be to get an error code or 1722 exception showing that the RPC
server is not available.
The plugin does a RPC ping against the ports 6001, 6003 and 6004 (Outlook Anywhere) of the
Exchange/Proxy RPC server combo using the credentials to authenticate with the server and the
RPC/HTTP proxy, given as parameters.
Once the plugin is executed, this create three different modules that are identified with the
connectivity and authentication from the outside against each of this ports.
If any of this ports is filtered or any of the credentials is wrong, the authentication in the Exchange
server would't be possible, and will cause the critical status of the respective modules.
The plugin configuration parameters are the following ones:
• -S: Exchange server to connect to (it could be a CAS Array)
Page 13
• -type: Protocol sequence to use. Could be any of the standar RPC protocol sequences–
ncacn_ip_tcp, ncacn_np, ncacn_http, etc.
• -R: Specify the location of the proxy RPC.
• -I: Allows to specify credentials to authenticate in the Exchange server.
• -P: Allows to specify credentials to authenticate in the proxy RPC/HTTP.
An example of one module to execute the plugin would be:
m o d u l e _ p l u g i n P o w e r s h e l l . e x e - c o m m a n d C :  ' < r u t a -
plugin>'Pandora_Plugin_OutlookAnywhere_Monitoring_v1.0.ps1 -S exchange_server -type
ncacn_http -R front_end_proxy -I 'username,domain,*' -P 'username,domain,*'
2>plugin_error.log
Page 14

More Related Content

What's hot

How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7VCP Muthukrishna
 
Adobe Connect on-premise SSL Guide
Adobe Connect on-premise SSL GuideAdobe Connect on-premise SSL Guide
Adobe Connect on-premise SSL GuideRapidSSLOnline.com
 
How To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShellHow To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShellVCP Muthukrishna
 
EMC Networker installation Document
EMC Networker installation DocumentEMC Networker installation Document
EMC Networker installation Documentuzzal basak
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11guzzal basak
 
How To Connect Amazon AWS EC2 with Key Pair – Linux
How To Connect Amazon AWS EC2 with Key Pair – LinuxHow To Connect Amazon AWS EC2 with Key Pair – Linux
How To Connect Amazon AWS EC2 with Key Pair – LinuxVCP Muthukrishna
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS
 
How To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load BalancerHow To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load BalancerVCP Muthukrishna
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xAbdelilah CHARBOUB
 
Protocol
ProtocolProtocol
Protocolm_bahba
 
How To Configure Amazon EC2 Security Groups
How To Configure Amazon EC2 Security GroupsHow To Configure Amazon EC2 Security Groups
How To Configure Amazon EC2 Security GroupsVCP Muthukrishna
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7VCP Muthukrishna
 
How To Connect To Active Directory PowerShell
How To Connect To Active Directory PowerShellHow To Connect To Active Directory PowerShell
How To Connect To Active Directory PowerShellVCP Muthukrishna
 
How To Configure Nginx Load Balancer on CentOS 7
How To Configure Nginx Load Balancer on CentOS 7How To Configure Nginx Load Balancer on CentOS 7
How To Configure Nginx Load Balancer on CentOS 7VCP Muthukrishna
 
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0Protect724v2
 
How To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on UbuntuHow To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on UbuntuVCP Muthukrishna
 
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...SUSE
 
How to installation and configure apache2
How to installation and configure apache2How to installation and configure apache2
How to installation and configure apache2VCP Muthukrishna
 
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL ServerScott Sutherland
 

What's hot (19)

How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7How To Install and Configure Apache SSL on CentOS 7
How To Install and Configure Apache SSL on CentOS 7
 
Adobe Connect on-premise SSL Guide
Adobe Connect on-premise SSL GuideAdobe Connect on-premise SSL Guide
Adobe Connect on-premise SSL Guide
 
How To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShellHow To Disable IE Enhanced Security Windows PowerShell
How To Disable IE Enhanced Security Windows PowerShell
 
EMC Networker installation Document
EMC Networker installation DocumentEMC Networker installation Document
EMC Networker installation Document
 
Oracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11gOracle business intelligence enterprise edition 11g
Oracle business intelligence enterprise edition 11g
 
How To Connect Amazon AWS EC2 with Key Pair – Linux
How To Connect Amazon AWS EC2 with Key Pair – LinuxHow To Connect Amazon AWS EC2 with Key Pair – Linux
How To Connect Amazon AWS EC2 with Key Pair – Linux
 
Pandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange Monitoring
 
How To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load BalancerHow To Configure Amazon EC2 Load Balancer
How To Configure Amazon EC2 Load Balancer
 
Training Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183xTraining Alcatel-Lucent WDM PSS 183x
Training Alcatel-Lucent WDM PSS 183x
 
Protocol
ProtocolProtocol
Protocol
 
How To Configure Amazon EC2 Security Groups
How To Configure Amazon EC2 Security GroupsHow To Configure Amazon EC2 Security Groups
How To Configure Amazon EC2 Security Groups
 
LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7LSOF Command Usage on RHEL 7
LSOF Command Usage on RHEL 7
 
How To Connect To Active Directory PowerShell
How To Connect To Active Directory PowerShellHow To Connect To Active Directory PowerShell
How To Connect To Active Directory PowerShell
 
How To Configure Nginx Load Balancer on CentOS 7
How To Configure Nginx Load Balancer on CentOS 7How To Configure Nginx Load Balancer on CentOS 7
How To Configure Nginx Load Balancer on CentOS 7
 
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
Upgrading ArcSight Express 3.0 to ArcSight Express 4.0
 
How To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on UbuntuHow To Install and Configure Salt Master on Ubuntu
How To Install and Configure Salt Master on Ubuntu
 
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...
Software-defined Datacenter Maintenance - No More Sleepless Nights and Long W...
 
How to installation and configure apache2
How to installation and configure apache2How to installation and configure apache2
How to installation and configure apache2
 
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
2018 Student360 - Beyond xp_cmdshell - Owning the Empire Through SQL Server
 

Viewers also liked

Pandora FMS: Fim Events Plugin
Pandora FMS: Fim Events PluginPandora FMS: Fim Events Plugin
Pandora FMS: Fim Events PluginPandora FMS
 
Pandora FMS: Jboss monitoring
Pandora FMS: Jboss monitoring Pandora FMS: Jboss monitoring
Pandora FMS: Jboss monitoring 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 WMIPandora FMS
 
Pandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS
 
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora 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 AnywherePandora FMS
 
Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0Novedades en Pandora FMS 5.0
Novedades en Pandora FMS 5.0Pandora FMS
 
Pandora FMS:Cassandra Plugin
Pandora FMS:Cassandra PluginPandora FMS:Cassandra Plugin
Pandora FMS:Cassandra PluginPandora FMS
 
Pandora FMS: Monitorización de servidor FTP
Pandora FMS: Monitorización de servidor FTPPandora FMS: Monitorización de servidor FTP
Pandora FMS: Monitorización de servidor FTPPandora FMS
 
Pandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS
 
Pandora FMS: Informix plugin
Pandora FMS: Informix pluginPandora FMS: Informix plugin
Pandora FMS: Informix pluginPandora FMS
 
Pandora FMS: Sun One webserver
Pandora FMS: Sun One webserverPandora FMS: Sun One webserver
Pandora FMS: Sun One webserverPandora FMS
 
Pandora FMS: Plugin enterprise de Oracle
Pandora FMS: Plugin enterprise de OraclePandora FMS: Plugin enterprise de Oracle
Pandora FMS: Plugin enterprise de OraclePandora FMS
 
Pandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIuginPandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIuginPandora FMS
 
Pandora FMS: Open LDAP server monitoring user's manual
Pandora FMS: Open LDAP server monitoring user's manualPandora FMS: Open LDAP server monitoring user's manual
Pandora FMS: Open LDAP server monitoring user's manualPandora 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 VPandora 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 ExchagePandora FMS
 
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 PluginPandora 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 MySQLPandora FMS
 

Viewers also liked (20)

Pandora FMS: Fim Events Plugin
Pandora FMS: Fim Events PluginPandora FMS: Fim Events Plugin
Pandora FMS: Fim Events Plugin
 
Pandora FMS: Jboss monitoring
Pandora FMS: Jboss monitoring Pandora FMS: Jboss monitoring
Pandora FMS: Jboss monitoring
 
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: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
 
Pandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V Plugin
 
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise Plugin
 
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
 
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:Cassandra Plugin
Pandora FMS:Cassandra PluginPandora FMS:Cassandra Plugin
Pandora FMS:Cassandra Plugin
 
Pandora FMS: Monitorización de servidor FTP
Pandora FMS: Monitorización de servidor FTPPandora FMS: Monitorización de servidor FTP
Pandora FMS: Monitorización de servidor FTP
 
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: Informix plugin
Pandora FMS: Informix pluginPandora FMS: Informix plugin
Pandora FMS: Informix plugin
 
Pandora FMS: Sun One webserver
Pandora FMS: Sun One webserverPandora FMS: Sun One webserver
Pandora FMS: Sun One webserver
 
Pandora FMS: Plugin enterprise de Oracle
Pandora FMS: Plugin enterprise de OraclePandora FMS: Plugin enterprise de Oracle
Pandora FMS: Plugin enterprise de Oracle
 
Pandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIuginPandora FMS: SQL Enterprise PIugin
Pandora FMS: SQL Enterprise PIugin
 
Pandora FMS: Open LDAP server monitoring user's manual
Pandora FMS: Open LDAP server monitoring user's manualPandora FMS: Open LDAP server monitoring user's manual
Pandora FMS: Open LDAP server monitoring user's manual
 
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: 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: 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: 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
 

Similar to Pandora FMS: Outlook Anywhere Plugin

Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS
 
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInDataMonitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInDataGetInData
 
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...IRJET Journal
 
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdfOracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdfsivakodali7
 
Transcend Automation's Kepware OPC Products
Transcend Automation's Kepware OPC ProductsTranscend Automation's Kepware OPC Products
Transcend Automation's Kepware OPC ProductsBaiju P.S.
 
PandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemPandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemEnrique Verdes
 
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Guptavdmchallenge
 
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079	ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079 Protect724manoj
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS
 
How to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt FileHow to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt FileCA Technologies
 
Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Brian Brazil
 
Create Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integrationCreate Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integrationRutul Shah
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Niels de Bruijn
 
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...Simplilearn
 
ArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesProtect724tk
 
SNC Configuration between Oracle Identity Manager and SAP
SNC Configuration between Oracle Identity Manager and SAPSNC Configuration between Oracle Identity Manager and SAP
SNC Configuration between Oracle Identity Manager and SAPRakesh SHarma
 
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceNetwork Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceCloudian
 
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0	Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0 Protect724manoj
 
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineProtect724
 

Similar to Pandora FMS: Outlook Anywhere Plugin (20)

Pandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync Plugin
 
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInDataMonitoring in Big Data Platform - Albert Lewandowski, GetInData
Monitoring in Big Data Platform - Albert Lewandowski, GetInData
 
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...
IRJET- Real Time Monitoring of Servers with Prometheus and Grafana for High A...
 
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdfOracle Analytics Server Infrastructure Tuning guide v2.pdf
Oracle Analytics Server Infrastructure Tuning guide v2.pdf
 
Transcend Automation's Kepware OPC Products
Transcend Automation's Kepware OPC ProductsTranscend Automation's Kepware OPC Products
Transcend Automation's Kepware OPC Products
 
PandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring SystemPandoraFMS: Free Monitoring System
PandoraFMS: Free Monitoring System
 
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
#VirtualDesignMaster 3 Challenge 4 - Harshvardhan Gupta
 
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079	ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079
ArcSight Logger Forwarding Connector for HP OM Configuration Guide 5.1.7.6079
 
Pandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise plugin
 
How to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt FileHow to Configure the CA Workload Automation System Agent agentparm.txt File
How to Configure the CA Workload Automation System Agent agentparm.txt File
 
Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)Prometheus and Docker (Docker Galway, November 2015)
Prometheus and Docker (Docker Galway, November 2015)
 
Create Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integrationCreate Home Directories on Storage Using WFA and ServiceNow integration
Create Home Directories on Storage Using WFA and ServiceNow integration
 
Pandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise PluginPandora FMS: DB2 Enterprise Plugin
Pandora FMS: DB2 Enterprise Plugin
 
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
Single Sign-On for APEX applications based on Kerberos (Important: latest ver...
 
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...
Puppet Tutorial | Puppet Tutorial For Beginners | Puppet Configuration Manage...
 
ArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release NotesArcSight Connector Appliance v6.1 Release Notes
ArcSight Connector Appliance v6.1 Release Notes
 
SNC Configuration between Oracle Identity Manager and SAP
SNC Configuration between Oracle Identity Manager and SAPSNC Configuration between Oracle Identity Manager and SAP
SNC Configuration between Oracle Identity Manager and SAP
 
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage ServiceNetwork Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
Network Setup Guide: Deploying Your Cloudian HyperStore Hybrid Storage Service
 
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0	Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0
Logger Forwarding Connector for HPE OM Configuration Guide 7.1.7.7611.0
 
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-EngineArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
ArcSight Express Release Notes Version 3.0 featuring ESM + CORR-Engine
 

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 DBPandora FMS
 
Pandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS: Raven DB Plugin
Pandora FMS: Raven DB PluginPandora FMS
 
Pandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora FMS: Cisco Remote inventory modules
Pandora FMS: Cisco Remote inventory modulesPandora 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 Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora 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 ExchangePandora FMS
 
Pandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS
 
Pandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS: Plugin Enterprise de VMware
Pandora FMS: Plugin Enterprise de VMwarePandora FMS
 
Pandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS: Plugin de correo Imap
Pandora FMS: Plugin de correo ImapPandora FMS
 
Pandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS: PostgreSQL Plugin
Pandora FMS: PostgreSQL PluginPandora FMS
 
Pandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server MonitoringPandora FMS: Mysql Server Monitoring
Pandora FMS: Mysql Server MonitoringPandora FMS
 
Pandora FMS: MongoDB plugin
Pandora FMS: MongoDB pluginPandora FMS: MongoDB plugin
Pandora FMS: MongoDB pluginPandora FMS
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora 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 DB2Pandora FMS
 
Pandora FMS: Plugin Enterprise de SQL
Pandora FMS: Plugin Enterprise de SQLPandora FMS: Plugin Enterprise de SQL
Pandora FMS: Plugin Enterprise de SQLPandora FMS
 

More from Pandora FMS (15)

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 Enterprise de Exchange
Pandora FMS: Plugin Enterprise de ExchangePandora FMS: Plugin Enterprise de Exchange
Pandora FMS: Plugin Enterprise de Exchange
 
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: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSyncPandora FMS: Plugin de Exchange ActivSync
Pandora FMS: Plugin de Exchange ActivSync
 
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: 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: 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: Plugin Enterprise de SQL
Pandora FMS: Plugin Enterprise de SQLPandora FMS: Plugin Enterprise de SQL
Pandora FMS: Plugin Enterprise de SQL
 

Recently uploaded

The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningVitsRangannavar
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 

Recently uploaded (20)

The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
cybersecurity notes for mca students for learning
cybersecurity notes for mca students for learningcybersecurity notes for mca students for learning
cybersecurity notes for mca students for learning
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 

Pandora FMS: Outlook Anywhere Plugin

  • 2. Administrator Manual Outlook Web Access © Artica Soluciones Tecnológicas 2005-2012 Index 1Changelog...........................................................................................................................................3 2Introduction........................................................................................................................................4 3Compatibility Matrix..........................................................................................................................5 4Documentation provided by the requesting area................................................................................6 5Modules provided by the plugin.........................................................................................................7 6Requirements......................................................................................................................................8 7Installing.............................................................................................................................................9 7.1.Additional Configuration Fixes ................................................................................................9 7.1.1.Monitoring via Powershell.................................................................................................9 7.1.2.Monitoring the Outlook Anywhere Availability..............................................................13
  • 3. 1 CHANGELOG Date Author Change Version 15/02/12 Tomas First version v1r1 Page 3
  • 4. 2 INTRODUCTION This document has as main objective the description of monitoring of the Exchange mailing system from the client point of view.This document describes the way of monitoring the external connection through Outlook Anywhere (RPC over HTTP Proxy) to that mailing system. To extract the information, the following things are used: • Powershell Console 2.0(installed by default in Windows Server 2008 R2, and Windows 7. Available from Windows XP SP2 in advance). • An “open” interface (Pandora, as the extension of the administration section) to specify SQL free queries • The system, that is integrated with the Windows agent and that is able to distribute file colections, so it is possible to distribute the plugin by one hand and the file colections in an individual way-by agent-and/or by policy. It is important to say that the Performance Counters monitoring plugin could be used to collect information kind numeric (to manage the performance). 3 COMPATIBILITY MATRIX Page 4
  • 5. The plugin compatibility matrix is the following: Systems where it has been tested • Windows Server 2008 Systems where it should work • Same system or higher. • Windows Server 2003 (with implementation kit). • Windows XP SP2 or higher (with implementation kit). Depending on the system language, the format of the counters to monitor could change, so it will be necesary to adapt the counters.txt file depending on the circumstances. 4 DOCUMENTATION PROVIDED BY THE REQUESTING AREA The requesting area must send the following information: Page 5
  • 6. • IP address for Exchange or CAS Array. • Protocol to connect to RPC (ncacn_ip_tcp, ncacn_np, ncacn_http, etc). • IP address for RPC proxy. • Username to authenticate on Exchange. • Password to authenticate on Exchange. • Username to authenticate on RPC proxy. • Username to authenticate on RPC proxy. 5 MODULES PROVIDED BY THE PLUGIN The plugin generates the following modules: Page 6
  • 7. • Windows Monitoring • OutlookAnywhere Connectivity (DS Proxy Service) • OutlookAnywhere Connectivity (DS Referral Service) • OutlookAnywhere Connectivity (Information Store Service) • CAS Exchange Monitoring • RPC/HTTP ProxyCurrent Number of Incoming RPC over HTTP Connections • RPC/HTTP ProxyCurrent Number of Unique Users • RPC/HTTP ProxyNumber of Failed Back-End Connection attempts per Second • RPC/HTTP ProxyRPC/HTTP Requests per Second 6 REQUIREMENTS The requirements for this monitoring works correctly are the following: Page 7
  • 8. • To install the Pandora FMS agent in version 3.2.1 or higher. • A Powershell 2.0 console to execute the plugin. By default it comes installed in Windows Server 2008 R2 and Windows 7 systems, but it should be downloaded for Windows previous versions. Powershell is not compatible with Windows XP SP1 systems or lower. • 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: ◦ Local administrator • The policy for executing Powershell scripts should be fixed as RemoteSigned or lower. Set-ExecutionPolicy RemoteSigned • The different plugins will get automatically the information about all counters that we have specified in one list in the counters.txt file and it will create one module for each one in Pandora (Plugin PerfCounter).Besides, they will get information about the status of the critical elements for the Outlook Anywhere service (Plugin Outlook Anywhere). • Addecuate configuration of the connections and permissions in order to allow to the software agent from which the plugin is executed, to connect with the RPC Front-End of the Exchange architecture and to log with right credentials in this platform, using RPC on HTTP (Outlook Anywhere). Page 8
  • 9. 7 INSTALLING You should copy the plugins to the agent plugin directory, distributing it through file collections. Do the same with the additional files that they need. The call from the agent will be similar to this, but using the paths where the plugin and the list are installed. For example: module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta- plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt' 2> counter_plugin.error 7.1. Additional Configuration Fixes NOTE: It is extremely important to consider that the configuration files that are though for the plugin in WINDOWS should be edited and stored with carriage return kind “WINDOWS” and that carriage return kind “UNIX” are used, then the plugin will be not work correctly. There are some specific checks that has their own configuration “tokens”. They are described next. 7.1.1. Monitoring via Powershell Starting from the basis that we have already installed and configured both Pandora and the system to monitor,we are going to explain how to get information about the status of the Outlook Anywhere service in general, from performance management from counters of the “RPC/HTTP Proxy” and also checks of the availability of the service from clients based on Powershell that through the use of the rpcping command avilable from Windows 2003 as an uptading of the implementation kit, will be in charge of ckeching the RPC connectivity against the ports used by Outlook Anywhere for its performance (6001, 6002 y 6004). For this case, we install both the Pandora software agent and the different plugins of the Powershell agent in the machine. Summarizing, an agent plugin is an script 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 is going to send after to the Pandora server to be processed. In order the Pandora software agent that we have installed in our server to monitor executes that script, we should edit the agent configuration file and do the call to the plugin through the module_plugin configuration token. Page 9
  • 10. We are going to edit the Pandora agent configuration file from the Pandora FMS administration console. To do this, we should activate previously the remote_config option in the same file to 1. This file is located by default at: C:Archivos de programapandora_agentpandora_agent.conf Counting on that we could edit the configuration by remote, we go to the Administration ->Agent management and click on the agent remote configuration icon that we want to monitor. We should introduce this at the end of the configuration file , for example: Page 10
  • 11. # Agent Plugins for Outlook Anywhere Monitoring module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta- plugin>Pandora_Plugin_OutlookAnywhere_Monitoring_v1.0.ps1' -S exchange_server -type ncacn_http -R front_end_proxy -I 'username,domain,*' -P 'username,domain,*' 2>plugin_error.log module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta- plugin>Pandora_Plugin_PerfCounter_vx.y.ps1' -list C:'<ruta-listado>counters.txt' 2> counter_plugin.error We save the file and restart the Pandora agent. We should consider the plugin readress of errors to one error log, mainly because of the cmdlets execution timeout when you have to process a hugh quantity of informatin in little time. Supposing that we want to generate one module for each one of the machine counters , the cmdlet should have to process an average of 20000 counters at one time, so that until it has not processed all the counters list it doesn't show the information, the time since it process the information until it shows it, the Powershell cmdlet displays one error message after another, advising that the counter of the list has not been found. This is due to the fact that the Powershell cmdlet understands that if x time has passed since the counter request and the data hasn't been shown in the output, then the data it was looking for hasn't been found, even when indeed it has been found, but not shown yet though. In order to avoid to increase the log without control and even so get all the errors ocurred when executing the plugin in the last interval ( just in case if there is any real error), to do the readress using the symbol “2>” such as it comes specified in the line that should be introduced in the configuration file. Once it has been configured, we should distribute the necesary files through file collections. These are file packages that are sent to all the agents that have them assigned ( would be it separately or because it is included in a policy with assigned file collections) through a centralized distribution system integrated in Pandora FMS. This process will be explained in detail through the document. Page 11
  • 12. One of the most powerful features of the plugin in Powershell is the posibility of specifying instead of creating the modules for each performance counter one by one, to select all the counters specified in one list so the plugin will do only one check and generates automatically one module for all these counters, optimizing at maximum the time necesary to extract all information. This list should be located in the same folder as that plugin is, and that is named counters.txt Lets see an example of its content: Web Service(*)Total Bytes Sent Web Service(*)Bytes Sent/sec Web Service(*)Total Bytes Received Web Service(*)Bytes Received/sec As the counters have counters.txt, the plugin will create one module for each one of them. If one counter has several instances, as in the case of (*), the plugin will do one module for each one of the instances of the counter. To develop any othe plugin that gets information via Powershell it is important to consider the cmdlet use: select-object -property * With this cmdlet as base, we could add it after any other cmdle that has statistics, preceded by this sign (|), and it will give us information about all the characteristics of this cmdlet, but when executing the first cmdlet in a general way without using any parameters, it will only return a default info list This way, our monitoring posibilities using Powershell are notably expanded. 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 get information with the previously mentioned one, to this way could get all the available information. One example of the use of this command would be this: 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 Page 12
  • 13. description an status. However, when applying this second cmdlet, we get for each service some information about all the characteristics that this service has: 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 : 7.1.2. Monitoring the Outlook Anywhere Availability Regardless of the configuration of our Exchange platform, for the correct work of the Outlook Anywhere service, it will be necessary to be sure that the Exchange server (or address of the Exchange CAS Array) would be accessible through the RPC proxy if it is defined (usually the external access address) . For this, the ports 6001, 6003 and 6004,that are the ones that this service uses for its work, should be open, to could use the RPCPing.exe tool against them to log with correct credentials and ensure the availability of the service. On the contrary, the usual thing will be to get an error code or 1722 exception showing that the RPC server is not available. The plugin does a RPC ping against the ports 6001, 6003 and 6004 (Outlook Anywhere) of the Exchange/Proxy RPC server combo using the credentials to authenticate with the server and the RPC/HTTP proxy, given as parameters. Once the plugin is executed, this create three different modules that are identified with the connectivity and authentication from the outside against each of this ports. If any of this ports is filtered or any of the credentials is wrong, the authentication in the Exchange server would't be possible, and will cause the critical status of the respective modules. The plugin configuration parameters are the following ones: • -S: Exchange server to connect to (it could be a CAS Array) Page 13
  • 14. • -type: Protocol sequence to use. Could be any of the standar RPC protocol sequences– ncacn_ip_tcp, ncacn_np, ncacn_http, etc. • -R: Specify the location of the proxy RPC. • -I: Allows to specify credentials to authenticate in the Exchange server. • -P: Allows to specify credentials to authenticate in the proxy RPC/HTTP. An example of one module to execute the plugin would be: m o d u l e _ p l u g i n P o w e r s h e l l . e x e - c o m m a n d C : ' < r u t a - plugin>'Pandora_Plugin_OutlookAnywhere_Monitoring_v1.0.ps1 -S exchange_server -type ncacn_http -R front_end_proxy -I 'username,domain,*' -P 'username,domain,*' 2>plugin_error.log Page 14