SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
Pandora FMS
Administrator Manual
ISS Servers Monitoring
Administrator Manual ISS Servers Monitoring
© 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
6Installing...........................................................................................................................................11
7Default monitoring...........................................................................................................................12
7.1.General Monitoring..................................................................................................................12
7.2.Additional Configuration Fixes...............................................................................................12
7.2.1.Monitoring via Powershell...............................................................................................12
7.2.2.Monitoring the IIS register...............................................................................................16
7.2.3.IIS Events Monitoring......................................................................................................18
7.2.4.Monitoring the IIS status..................................................................................................18
8File explanation................................................................................................................................20
9Software Agent Modules classification by default ..........................................................................21
9.1.Disk space verification and Resources....................................................................................21
9.2.Services Verification ...............................................................................................................21
9.3.Status Verification in IIS.........................................................................................................21
9.4.Event Verification in IIS..........................................................................................................22
9.5.Logs Verification en IIS..........................................................................................................22
9.6. Performance Counters Verification........................................................................................22
1 CHANGELOG
Date Author Change Version
17/03/12 Dario First version v1r1
27/11/12 Mario_P Change code v1r3
Page 3
2 INTRODUCTION
This document has as main objective the description of the massive monitoring of performance 
counters in Windows environments with a II service integrated, and also the monitoring of the 
status of Sites, Application Pools, URLs  and the events and registers of this service.
To extract the information we use these:
• Powershell 2.0 Console(installed by default in Windows Server 2008 R2 and Windows 7). 
Available from  Windows XP SP2 and forward.
• An “open” interface (the one from 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 to distribute 
file collections, so it is possible to distribute the plugin and also the file collections in an 
individual way ­by agent­and/or by policy .
• The Snap­In or the  “WebAdministration” Powershell module, this is, the IIS administration 
console for Powershell
It is important to mention that the Performance Counters monitoring plugin could be used to collect 
information kind numeric (to do performance management), whereas the IIS register monitoring 
plugin is more aimed to the troubleshooting and the execution as the log analysis tool, than to the 
synchronous monitoring.
Page 4
3 COMPATIBILITY MATRIX
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
Depending on the system language, the format of the counters to monitor could change, so it will be 
necessary to adapt the counters.txt  file according to those circunstances.
Page 5
4 DOCUMENTATION PROVIDED BY THE REQUESTING AREA
The requesting area must send the following information:
• Device requirements:
◦ Pandora FMS agents installed
• 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 previous Windows 
versions. Powershell is not compatible with Windows XP SP1 and lower.
• It is necessary that the user with which the Pandora FMS agent is executed, who is the user 
that will execute the plugin has available the following system permissions:
◦  Local administration
• Poweshell scripts execution policy should be fixed as RemoteSigned or lower:
Set-ExecutionPolicy RemoteSigned
• The different plugins will automatically get the information about all the counters that we 
have specified to them in a list in the file counters.txt and will generate one module by each 
one in Pandora Plugin PerfCounter). And they also will get information about the status of 
the critical elements for the IIS (Plugin IIS Status) server and also about the IIS registers and 
the generated events that are related to it(Plugin IIS Logs e IIS Events) 
Page 6
5 MODULES PROVIDED BY THE PLUGIN
• Service verification
◦ Serv_IISADMIN
◦ Serv_MSFTPSVC
◦ Serv_NntpSvc
◦ Serv_SMTPSVC
◦ Serv_W3SVC
◦ Serv_HTTPFilter
• IIS status verification
◦ AppPool Status – AppPoolName
◦ Site Status – SiteName
◦ WebURL Status – URL
• IIS events verification
◦ Event ID
• IIS logs verification
◦ Error 404 – IIS Hostname
◦ Error 500 – IIS Hostname
◦ Error 503 – IIS Hostname
◦ Error 504 – IIS Hostname
◦ Error 505 – IIS Hostname
• Performance counter verification
◦ Web Service(*)Total Bytes Sent 
◦ Web Service(*)Bytes Sent/sec 
◦ Web Service(*)Total Bytes Received 
◦ Web Service(*)Bytes Received/sec 
◦ Web Service(*)Total Bytes Transferred 
◦ Web Service(*)Bytes Total/sec 
Page 7
◦ Web Service(*)Total Files Sent 
◦ Web Service(*)Files Sent/sec 
◦ Web Service(*)Total Files Received 
◦ Web Service(*)Files Received/sec 
◦ Web Service(*)Total Files Transferred 
◦ Web Service(*)Files/sec 
◦ Web Service(*)Current Anonymous Users 
◦ Web Service(*)Current NonAnonymous Users 
◦ Web Service(*)Total Anonymous Users 
◦ Web Service(*)Anonymous Users/sec 
◦ Web Service(*)Total NonAnonymous Users 
◦ Web Service(*)NonAnonymous Users/sec 
◦ Web Service(*)Maximum Anonymous Users 
◦ Web Service(*)Maximum NonAnonymous Users 
◦ Web Service(*)Current Connections 
◦ Web Service(*)Maximum Connections 
◦ Web Service(*)Total Connection Attempts (all instances) 
◦ Web Service(*)Connection Attempts/sec 
◦ Web Service(*)Total Logon Attempts 
◦ Web Service(*)Logon Attempts/sec 
◦ Web Service(*)Total Options Requests 
◦ Web Service(*)Options Requests/sec 
◦ Web Service(*)Total Get Requests 
◦ Web Service(*)Get Requests/sec 
◦ Web Service(*)Total Post Requests 
◦ Web Service(*)Post Requests/sec 
◦ Web Service(*)Total Head Requests 
◦ Web Service(*)Head Requests/sec 
Page 8
◦ Web Service(*)Total Put Requests 
◦ Web Service(*)Put Requests/sec 
◦ Web Service(*)Total Delete Requests 
◦ Web Service(*)Delete Requests/sec 
◦ Web Service(*)Total Trace Requests 
◦ Web Service(*)Trace Requests/sec 
◦ Web Service(*)Total Move Requests 
◦ Web Service(*)Move Requests/sec 
◦ Web Service(*)Total Copy Requests 
◦ Web Service(*)Copy Requests/sec 
◦ Web Service(*)Total Mkcol Requests 
◦ Web Service(*)Mkcol Requests/sec 
◦ Web Service(*)Total Propfind Requests 
◦ Web Service(*)Propfind Requests/sec 
◦ Web Service(*)Total Proppatch Requests 
◦ Web Service(*)Proppatch Requests/sec 
◦ Web Service(*)Total Search Requests 
◦ Web Service(*)Search Requests/sec 
◦ Web Service(*)Total Lock Requests 
◦ Web Service(*)Lock Requests/sec 
◦ Web Service(*)Total Unlock Requests 
◦ Web Service(*)Unlock Requests/sec
◦ Web Service(*)Total Other Request Methods 
◦ Web Service(*)Other Request Methods/sec 
◦ Web Service(*)Total Method Requests 
◦ Web Service(*)Total Method Requests/sec 
◦ Web Service(*)Total CGI Requests 
◦ Web Service(*)CGI Requests/sec 
Page 9
◦ Web Service(*)Total ISAPI Extension Requests 
◦ Web Service(*)ISAPI Extension Requests/sec 
◦ Web Service(*)Total Not Found Errors 
◦ Web Service(*)Not Found Errors/sec 
◦ Web Service(*)Total Locked Errors 
◦ Web Service(*)Locked Errors/sec 
◦ Web Service(*)Current CGI Requests 
◦ Web Service(*)Current ISAPI Extension Requests 
◦ Web Service(*)Maximum CGI Requests 
◦ Web Service(*)Maximum ISAPI Extension Requests 
◦ Web Service(*)Current CAL count for authenticated users 
◦ Web Service(*)Maximum CAL count for authenticated users 
◦ Web Service(*)Total count of failed CAL requests for authenticated users 
◦ Web Service(*)Current CAL count for SSL connections 
◦ Web Service(*)Maximum CAL count for SSL connections 
◦ Web Service(*)Total count of failed CAL requests for SSL connections 
◦ Web Service(*)Total Blocked Async I/O Requests 
◦ Web Service(*)Total Allowed Async I/O Requests 
◦ Web Service(*)Total Rejected Async I/O Requests 
◦ Web Service(*)Current Blocked Async I/O Requests 
◦ Web Service(*)Measured Async I/O Bandwidth Usage 
◦ Web Service(*)Total blocked bandwidth bytes. 
◦ Web Service(*)Current blocked bandwidth bytes. 
◦ Web Service(*)Service Uptime
Page 10
6 INSTALLING
Copy the plugins to the agent plugin directory, distributing it through file collections. Do the same 
with the additional files that it requires. 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
Page 11
7 DEFAULT MONITORING
The Windows systems default monitoring includes:
• System resources monitoring
• Service monitoring
• System log and events monitoring
• Performance counters monitoring
7.1. General Monitoring
As we have lot of experience with Windows environments, we have considered that some modules 
are   interesting   for   a   monitoring,   and   because   of   this   they   come   installed   by   default   in   the 
pandora_agent.conf.
There are several templates of configuration and plugins, with diferent modules by default in each 
case, for each technology,  apart from the default template.
7.2. Additional Configuration Fixes
NOTE: It is very important to consider that the configuration files thought for the plugin in WINDOWS  
should be edited and saved with carriage returns type “WINDOWS” and that if we use “UNIX”  type  
carriage returns, the plugin won't work correctly .
There are some specific checks that have their own configuration “tokens”, that are described next:
7.2.1. Monitoring via Powershell   
Considering 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 IIS server status in general, from the 
activity of the different services to specific Powershell counters that through different cmdlets will 
be in charge of checking critical elements of our systems
In this case, we  will install both a Pandora software agent and the different plugins of the 
Powershell agent in that machine.
Summarizing, an agent plugin is one script that is executed in the local machine where the software 
agent is installed and that extract an useful information in XML format that the agent is going to 
send after to the Pandora server in order to be procesed).
To do that the Pandora software agent that we have installed in our server to monitor execute that 
scritp, we should edit the agent configuration file and do the call to the plugin through the 
module_plugin configuration token.
Page 12
We are going to edit the Pandora agent configuration file from the Pandora FMS administration 
console. To do this, we have first to activate the  remote_config option in the same file to 1. This file 
is located by default at:
C:Archivos de programapandora_agentpandora_agent.conf
As we could edit the configuration by remote, we go to the Administration­>Agent management 
and click on the remote configuration of the agent that we want to configure,
List of agents in the Pandora FMS management view
We introduce the following at the end of the configuration file, for example:
# Agent Plugins for IIS Monitoring
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_IIS_Log_v1.0.ps1' -format W3C -offset 1 -i 300 -path
C:'<ruta-logs>' 2> regplugin_error.log
module_plugin "<ruta-powershell>powershell.exe" -command C:'<ruta-
plugin>Pandora_Plugin_IIS_Events_v1.0.ps1' -i 300 2> eventplugin_error.log
module_plugin "<ruta-powershell>powershell.exe" -command "C:'<ruta-
plugin>Pandora_Plugin_IIS_Status_v1.0.ps1' -select all -list C:'<ruta-
listado>URLs.txt'"
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
Page 13
Edition of the remote configuration file in Pandora FMS
We save the file and re­start  the Pandora agent.
Please, consider the error readressing of the plugin to one error log, specially due to the cmdlets 
execution timeout when you have to process lot of information in little time.
If for example, we want to generate one module for each one of the machine counters, the cmdlet 
will have to process an average of 20000 counters by once and so until it hasn't process all the 
counter list it wont't show the information, all the time from which it process the info until it 
presents it, the Powershell cmdlet will get an error message after another warning that the list 
counter hasn't been found.
This is because the Powershell cmdlet understands that if x time has passed since the counter 
information request and this information has been shown in the output, then, the information that 
you were looking for couldn't been find, but what really happen is that this information was found, 
but it hasn't been shown.
To avoid incrementing the log without control and even whit this receive all the errors made when 
executing the plugin in the last interval (just in case there is a real error), do the readressing using 
the symbol  “2>” as it comes specified in the line that you should introduce in the configuration file.
Once we have configured it, we should distribute the necessary files through file collections. These 
are file packages that are sent to all the agents that have them assigned  (separately or because it is 
included in one policy with file collection assigned) through a centralized distribution system 
integrated in Pandora FMS.
Page 14
This process will be explained in detail through this document.
One of the most powerfull characteristics of the plugin in Powershell, is the possibility of specifying 
instead of create one by one modules for each performance counter, select all the counters that are 
specified in one list, as the plugin will do a single check and generate automatically one module for 
all these counters, optimizing at maximum the time to extract the information. Those list should be 
located in the same folder where the plugin is, with the name 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 these counters have  counters.txt, the plugin will do 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 instaces of the counter. For the development of any other plugin that gets information via 
Powershell it is important to consider the cmdlet use:
select-object -property *
In base to this cmdlet, we could add it after any other cmdlet that give us statistics, preceded by 
(|), and it will give us information about  all  the properties that this cmdlet has, though when 
executing the first cmdlet in a general way without using parameters, it will only return a default 
info list.
This way, our monitoring posibilities using Powershell are considerably 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 get information together with the previousy mentioned to could get 
all the information posible.
An 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 the services with 
their description and status. Though, when applying this second cmdlet, we will get, for each 
service, information of all the properties that this service has:
Page 15
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.2.2. Monitoring the IIS registe   r  
It is possible to activate, if it isn't, the IIS register, to store one log with all these connections and its 
status code, in the server side, as it is specified in the Microsoft articles:
http://support.microsoft.com/kb/318380/es
http://support.microsoft.com/kb/313437/es 
It is possible to define modules that check the content of this register and that reports and generate 
event any time that it founds information of these error codes that implies a service stop.
With this aim, we have developped a Powershell plugin to which, showing the store path of the IIS 
logs or the path of one specific log file, will search in the selected log  or in the current log in use, in 
all the try of connection against the IIS, those which HTTP status code results to be one of the 
following ones:
– 404: Not Found
– 500: Internal Server Error
– 503: Service Unavailable
– 504: Gateway Timeout
– 505: HTTP Version Not Supported
Page 16
This plugin parameters are the following:
-i Interval in seconds to look for new events
-offset Timezone difference (W3C Format Only - Timestamp in W3C log entries is
displayed in GMT zone)
-format IIS Log Format (W3C, IIS, NCSA)
-file Path to a specific IIS log file (not to be used with the path parameter)
-path Path to the IIS logs directory (not to be used with the file paramenter)
Usage example for a server with a local time of GMT+1:
.Pandora_Plugin_IIS_Log_v1.0.ps1 -format W3C -i 300 -offset 1 -path
L:ExchangeLogsIISW3SVC1 2> plugin_error.log
For the correct work of the plugin, it is important to consider that:
– The intervale to use should be the same that the agent intervale.
– In case of using the W3C log format (by default), you should use the offset parameter to fix 
the different schedule from GMT to GMT+1(1).
– If you use the W3C log format, you should use the default log fields. The contrary will mean 
a modification of the plugin in a code level.
– In case that the logs would not be created daily (by default) but that there would be a single 
log, it will be advisable to use the file parameter instead of path.
– If the logs are created daily( by default), schedule, weekly or monthy, you should used the 
path parameter instead of file. In any case, it will be better the creation by default or the 
schedule to have more speed in the  presentation of the data extracted of the log. 
The problem consist in that the specific HTTP (xxx.x) status codes  will be only shown to the client 
in the navigator, as that IIS register store only simple state code, so additionaly and both for the 
case of the control of thes specific codes and also to check the connectivity on the client side 
correctly. 
To this we can add that the fact that in same specific implementations, the number of daily or 
schedule connections is that, in the IIS connection register is so big that the plugin is not able to 
process quick enough to define a synchronous monitoring, so its use is more oriented to the 
troubleshooting than to the monitoring.
Page 17
Modules generated by the IIS log plugin
7.2.3. IIS Events Monitoring   
Other important thing to consider facing the monitoring in Windows environment is the event logs 
content.
In the case of IIS there are a serie of fonts in the system event log, from which we could extract all 
the events that are related with this technology in a massive way through the Powershell agent 
plugin, which purpose is to generate modules by each Event ID related with IIS, updating its values 
in each agent execution intervale in case that there are new entries in event logs with those Ids.
We only have to pass to the plugin the agent intervale as parameter and this will do the rest.
Modules generated by the IIS event plugin
7.2.4. Monitoring the IIS status   
Additionally, using the IIS Powershell administration console we can get information easily about 
the status of the different Websites and Application Tools, and also of the applications contained in 
these, through one Powershell agent plugin executed from those interface. Besides, it is possible to 
do simple web checks in a massive way, passing a URLs list as parameter of this plugin to generate 
modules in an automatic way reporting the status of each URL and in case of error, to update its 
description wiht the HTTP status that results.
Page 18
Although, this plugin doesn't support the use of POST against those URLs, only GET requests. To 
simulate   the   autentication   process   and   the   mail   sending/reception   it   is   necessary   the 
implementation of the Goliat checks previously commented.
The parameters of this plugin are these:
-select all All operations are executed
-select server-status Only operations to check sites and application pools
are executed
-select web-status Only operations to check HTTP status codes from an
URL list are executed
-list Provides a path for a list with URLs to check (to use
with all and webstatus only)
Usage example: .Pandora_Plugin_IIS_v1.0.ps1 -select all -list URLs.txt 2>
plugin_error.log
We can choose between   executing all the operations or check only the status of Websites and 
Application Pools, or only the web checks.
Modules generated by the IIS status plugin
Page 19
8 FILE EXPLANATION
– IIS Monitoring
– Powershell.exe
– counters.txt: Contains the list of performance counters to monitor. This file 
should be located in the same path where the Powershell plugin is executed.
– URLs.txt: Contains the list of URLs to monitor.This file should be located in the 
same path of the Powershell plugin.
– Pandora_Plugin_PerfCounter_vx.y.ps1:   Plugin  for  the complete monitoring   of 
performance counters.
– Pandora_Plugin_IIS_Status_vx.y.ps1:   Plugin   to   monitor   the   status   of   IIS 
WebSites, ApplicationPools and URLs.
– Pandora_Plugin_IIS_Logs_vx.y.ps1: Plugin to monitor the error codes in the IIS 
registers.
– Pandora_Plugin_IIS_Events_vx.y.ps1: plugin to monitor the event system that are 
related with IIS.
Page 20
9 SOFTWARE AGENT MODULES CLASSIFICATION BY DEFAULT 
9.1. Disk space verification and Resources
The disk space verification is done through the plugin Pandora_Plugin_Win32Volume.ps1 
and is applied in the Windows general policy. The resource verification is done through 
modules in the Windows policy itself.
9.2. Services Verification 
Next is shown a list with some of the most important service to monitor int a system with 
IIS server incorporated.There is other serie of necessary services that are included in the 
Windows operative systems general monitoring policy:
– IIS Monitoring
– Serv_IISADMIN
– Serv_MSFTPSVC
– Serv_NntpSvc
– Serv_SMTPSVC
– Serv_W3SVC
– Serv_HTTPFilter
9.3. Status Verification in IIS
The   verification   of   the   status   of   the   IIS   servers   is   done   through   the 
Pandora_Plugin_IIS_Status.ps1 plugin, and could be applied in the IIS specific technology 
in a generic way or adding different URL list for different agents when doing simple web 
checks.
Generated modules:
– IIS Monitoring
– AppPool Status – AppPoolName
– Site Status – SiteName
– WebURL Status – URL
Page 21
9.4. Event Verification in IIS
The   IIS   server   events   verification   is   done   through   the   Pandora_Plugin_IIS_Events.ps1 
plugin and could be applied in the IIS specific technology, in a general way.
Generated modules:
– IIS Monitoring
– Event ID
Other option is to create software agent modules to monitor some of the more important 
Event IDS of this technology.
9.5. Logs Verification en IIS
The   verification   of   connection   logs   of   the   IIS   servers   is   done   through   the 
Pandora_Plugin_IIS_Logs.ps1 and could be applied in the IIS specific technology   in a 
general way for each server and for each site.
Generated modules:
– IIS Monitoring
– Error 404 – IIS Hostname
– Error 500 – IIS Hostname
– Error 503 – IIS Hostname
– Error 504 – IIS Hostname
– Error 505 – IIS Hostname
9.6.  Performance Counters Verification
The   verification   of   performance   counters   is   done   through   the 
Pandora_Plugin_PerfCounter.ps1   plugin   and   could   be   applied   in   different   policies   for 
different technologies, each of them with different list of counters, depending on which we 
want to monito of each one of those technologies.
Page 22
We show here the list of counters that can be monitor in the IIS case:
– IIS Monitoring
– Web Service(*)Total Bytes Sent 
– Web Service(*)Bytes Sent/sec 
– Web Service(*)Total Bytes Received 
– Web Service(*)Bytes Received/sec 
– Web Service(*)Total Bytes Transferred 
– Web Service(*)Bytes Total/sec 
– Web Service(*)Total Files Sent 
– Web Service(*)Files Sent/sec 
– Web Service(*)Total Files Received 
– Web Service(*)Files Received/sec 
– Web Service(*)Total Files Transferred 
– Web Service(*)Files/sec 
– Web Service(*)Current Anonymous Users 
– Web Service(*)Current NonAnonymous Users 
– Web Service(*)Total Anonymous Users 
– Web Service(*)Anonymous Users/sec 
– Web Service(*)Total NonAnonymous Users 
– Web Service(*)NonAnonymous Users/sec 
– Web Service(*)Maximum Anonymous Users 
– Web Service(*)Maximum NonAnonymous Users 
– Web Service(*)Current Connections 
– Web Service(*)Maximum Connections 
– Web Service(*)Total Connection Attempts (all instances) 
– Web Service(*)Connection Attempts/sec 
– Web Service(*)Total Logon Attempts 
– Web Service(*)Logon Attempts/sec 
– Web Service(*)Total Options Requests 
– Web Service(*)Options Requests/sec 
– Web Service(*)Total Get Requests 
– Web Service(*)Get Requests/sec 
– Web Service(*)Total Post Requests 
– Web Service(*)Post Requests/sec 
– Web Service(*)Total Head Requests 
– Web Service(*)Head Requests/sec 
– Web Service(*)Total Put Requests 
– Web Service(*)Put Requests/sec 
– Web Service(*)Total Delete Requests 
– Web Service(*)Delete Requests/sec 
– Web Service(*)Total Trace Requests 
– Web Service(*)Trace Requests/sec 
– Web Service(*)Total Move Requests 
– Web Service(*)Move Requests/sec 
Page 23
– Web Service(*)Total Copy Requests 
– Web Service(*)Copy Requests/sec 
– Web Service(*)Total Mkcol Requests 
– Web Service(*)Mkcol Requests/sec 
– Web Service(*)Total Propfind Requests 
– Web Service(*)Propfind Requests/sec 
– Web Service(*)Total Proppatch Requests 
– Web Service(*)Proppatch Requests/sec 
– Web Service(*)Total Search Requests 
– Web Service(*)Search Requests/sec 
– Web Service(*)Total Lock Requests 
– Web Service(*)Lock Requests/sec 
– Web Service(*)Total Unlock Requests 
– Web Service(*)Unlock Requests/sec 
– Web Service(*)Total Other Request Methods 
– Web Service(*)Other Request Methods/sec 
– Web Service(*)Total Method Requests 
– Web Service(*)Total Method Requests/sec 
– Web Service(*)Total CGI Requests 
– Web Service(*)CGI Requests/sec 
– Web Service(*)Total ISAPI Extension Requests 
– Web Service(*)ISAPI Extension Requests/sec 
– Web Service(*)Total Not Found Errors 
– Web Service(*)Not Found Errors/sec 
– Web Service(*)Total Locked Errors 
– Web Service(*)Locked Errors/sec 
– Web Service(*)Current CGI Requests 
– Web Service(*)Current ISAPI Extension Requests 
– Web Service(*)Maximum CGI Requests 
– Web Service(*)Maximum ISAPI Extension Requests 
– Web Service(*)Current CAL count for authenticated users 
– Web Service(*)Maximum CAL count for authenticated users 
– Web Service(*)Total count of failed CAL requests for authenticated users 
– Web Service(*)Current CAL count for SSL connections 
– Web Service(*)Maximum CAL count for SSL connections 
– Web Service(*)Total count of failed CAL requests for SSL connections 
– Web Service(*)Total Blocked Async I/O Requests 
– Web Service(*)Total Allowed Async I/O Requests 
– Web Service(*)Total Rejected Async I/O Requests 
– Web Service(*)Current Blocked Async I/O Requests 
– Web Service(*)Measured Async I/O Bandwidth Usage 
– Web Service(*)Total blocked bandwidth bytes. 
– Web Service(*)Current blocked bandwidth bytes. 
– Web Service(*)Service Uptime
Page 24

Mais conteúdo relacionado

Mais procurados

Protective Device Coordination
Protective Device CoordinationProtective Device Coordination
Protective Device Coordinationjoeengi
 
Acrobat document
Acrobat documentAcrobat document
Acrobat documentesregroup
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guideprakashdas05
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoIvs Naresh
 
Sitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingSitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingJeremy (Jerry) Norman-Nott
 
Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide finalCarol de la Plaza
 
Etap 16-getting-started
Etap 16-getting-startedEtap 16-getting-started
Etap 16-getting-startedavs_sreeja
 
NetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guideNetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guideJon Olby
 
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 Seiten
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 SeitenLoadbalancer Appliance Administrations Handbuch v7.5 - 215 Seiten
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 SeitenLoadbalancer_org_Gmbh
 
Instructor utilities guide
Instructor utilities guideInstructor utilities guide
Instructor utilities guideapaezgonzal
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odichecksekhar
 
Whitepaper - The 5 I's of the CIO
Whitepaper - The 5 I's of the CIOWhitepaper - The 5 I's of the CIO
Whitepaper - The 5 I's of the CIOPeter Bricknell
 

Mais procurados (17)

2015R2_CPQ_WN-Rev1
2015R2_CPQ_WN-Rev12015R2_CPQ_WN-Rev1
2015R2_CPQ_WN-Rev1
 
Protective Device Coordination
Protective Device CoordinationProtective Device Coordination
Protective Device Coordination
 
Windowstweaksguide updated
Windowstweaksguide updatedWindowstweaksguide updated
Windowstweaksguide updated
 
Acrobat document
Acrobat documentAcrobat document
Acrobat document
 
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
MUHAMMAD SHARIF | TECHNOITSCHOOL BOOK
 
Odi installation guide
Odi installation guideOdi installation guide
Odi installation guide
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
TECHNOITSCHOOL BOOK OF PROJECT
TECHNOITSCHOOL BOOK OF PROJECTTECHNOITSCHOOL BOOK OF PROJECT
TECHNOITSCHOOL BOOK OF PROJECT
 
Sitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner OnboardingSitecore Technical Considerations & Partner Onboarding
Sitecore Technical Considerations & Partner Onboarding
 
Microsoft excel 2010 product guide final
Microsoft excel 2010 product guide finalMicrosoft excel 2010 product guide final
Microsoft excel 2010 product guide final
 
Etap 16-getting-started
Etap 16-getting-startedEtap 16-getting-started
Etap 16-getting-started
 
NetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guideNetApp-openstack-liberty-deployment-ops-guide
NetApp-openstack-liberty-deployment-ops-guide
 
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 Seiten
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 SeitenLoadbalancer Appliance Administrations Handbuch v7.5 - 215 Seiten
Loadbalancer Appliance Administrations Handbuch v7.5 - 215 Seiten
 
Instructor utilities guide
Instructor utilities guideInstructor utilities guide
Instructor utilities guide
 
Getting started with odi
Getting started with odiGetting started with odi
Getting started with odi
 
Whitepaper - The 5 I's of the CIO
Whitepaper - The 5 I's of the CIOWhitepaper - The 5 I's of the CIO
Whitepaper - The 5 I's of the CIO
 
CEI Asia-Pacific Logistics Overview
CEI Asia-Pacific Logistics OverviewCEI Asia-Pacific Logistics Overview
CEI Asia-Pacific Logistics Overview
 

Semelhante a Pandora FMS: IIS Enterprise Plugin

Pandora FMS: Oracle Enterprise Plugin
Pandora FMS: Oracle Enterprise PluginPandora FMS: Oracle Enterprise Plugin
Pandora FMS: Oracle Enterprise PluginPandora FMS
 
Pandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise PluginPandora FMS: Apache Tomcat Enterprise Plugin
Pandora FMS: Apache Tomcat Enterprise PluginPandora FMS
 
Pandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoSharma Joshi
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoPrem Kumar
 
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4gueste9eb7fb
 
SOA A View from the Trenches
SOA A View from the TrenchesSOA A View from the Trenches
SOA A View from the TrenchesTim Vibbert
 
M2000 operation-guide
M2000 operation-guideM2000 operation-guide
M2000 operation-guideVirak Sou
 
4 g americas developing integrating high performance het-net october 2012
4 g americas  developing integrating high performance het-net october 20124 g americas  developing integrating high performance het-net october 2012
4 g americas developing integrating high performance het-net october 2012Zoran Kehler
 
cloudscaleenvironment-userguide_1_1 (1)
cloudscaleenvironment-userguide_1_1 (1)cloudscaleenvironment-userguide_1_1 (1)
cloudscaleenvironment-userguide_1_1 (1)Jure Polutnik
 
O&m manual(mux 2200 e)v1.1
O&m manual(mux 2200 e)v1.1O&m manual(mux 2200 e)v1.1
O&m manual(mux 2200 e)v1.1Van Anh Lizaris
 

Semelhante a Pandora FMS: IIS Enterprise Plugin (20)

Pandora FMS: Oracle Enterprise Plugin
Pandora FMS: Oracle Enterprise PluginPandora FMS: Oracle Enterprise Plugin
Pandora FMS: Oracle Enterprise Plugin
 
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 - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise PluginPandora FMS - Selenium Enterprise Plugin
Pandora FMS - Selenium Enterprise Plugin
 
Pandora FMS: Informix Plugin
Pandora FMS: Informix PluginPandora FMS: Informix Plugin
Pandora FMS: Informix Plugin
 
SSIS 2005 training kit v0.01
SSIS 2005 training kit v0.01SSIS 2005 training kit v0.01
SSIS 2005 training kit v0.01
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
Ale edi i_doc.sapdb.info
Ale edi i_doc.sapdb.infoAle edi i_doc.sapdb.info
Ale edi i_doc.sapdb.info
 
dcm4chee-ref.pdf
dcm4chee-ref.pdfdcm4chee-ref.pdf
dcm4chee-ref.pdf
 
Pkcs#1 V2
Pkcs#1 V2Pkcs#1 V2
Pkcs#1 V2
 
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4Pkcs#1 V2.1 (Cryptography Standard)   Included #2,#4
Pkcs#1 V2.1 (Cryptography Standard) Included #2,#4
 
Online school management software solutions
Online school management software solutionsOnline school management software solutions
Online school management software solutions
 
80_11_80001_CloudSpeed_1K_Product_Spec_v1
80_11_80001_CloudSpeed_1K_Product_Spec_v180_11_80001_CloudSpeed_1K_Product_Spec_v1
80_11_80001_CloudSpeed_1K_Product_Spec_v1
 
Current sensor 05A
Current sensor 05ACurrent sensor 05A
Current sensor 05A
 
SOA A View from the Trenches
SOA A View from the TrenchesSOA A View from the Trenches
SOA A View from the Trenches
 
M2000 operation-guide
M2000 operation-guideM2000 operation-guide
M2000 operation-guide
 
4 g americas developing integrating high performance het-net october 2012
4 g americas  developing integrating high performance het-net october 20124 g americas  developing integrating high performance het-net october 2012
4 g americas developing integrating high performance het-net october 2012
 
2226 v3 rev_a
2226 v3 rev_a2226 v3 rev_a
2226 v3 rev_a
 
cloudscaleenvironment-userguide_1_1 (1)
cloudscaleenvironment-userguide_1_1 (1)cloudscaleenvironment-userguide_1_1 (1)
cloudscaleenvironment-userguide_1_1 (1)
 
O&m manual(mux 2200 e)v1.1
O&m manual(mux 2200 e)v1.1O&m manual(mux 2200 e)v1.1
O&m manual(mux 2200 e)v1.1
 

Mais de 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: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora 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: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA 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
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora 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: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora 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 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: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora FMS: Blackberry Exchange Monitoring
Pandora FMS: Blackberry Exchange MonitoringPandora 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: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora FMS: Exchange ActivSync Plugin
Pandora FMS: Exchange ActivSync PluginPandora 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: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora 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: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS
 

Mais de 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: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache HbasePandora FMS: Plugin de Apache Hbase
Pandora FMS: Plugin de Apache Hbase
 
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: Exchange OWA Plugin
Pandora FMS: Exchange OWA PluginPandora FMS: Exchange OWA Plugin
Pandora FMS: Exchange OWA 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
 
Pandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere PluginPandora FMS: Outlook Anywhere Plugin
Pandora FMS: Outlook Anywhere Plugin
 
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: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise pluginPandora FMS: Exchange Enterprise plugin
Pandora FMS: Exchange Enterprise plugin
 
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 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: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise PluginPandora FMS: VMware Enterprise Plugin
Pandora FMS: VMware Enterprise Plugin
 
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: Hyper V Plugin
Pandora FMS: Hyper V PluginPandora FMS: Hyper V Plugin
Pandora FMS: Hyper V Plugin
 

Último

MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Karmanjay Verma
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sectoritnewsafrica
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...itnewsafrica
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Nikki Chapple
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 

Último (20)

MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#Microservices, Docker deploy and Microservices source code in C#
Microservices, Docker deploy and Microservices source code in C#
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
4. Cobus Valentine- Cybersecurity Threats and Solutions for the Public Sector
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
Irene Moetsana-Moeng: Stakeholders in Cybersecurity: Collaborative Defence fo...
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 

Pandora FMS: IIS Enterprise Plugin