Home Directory Plugins Web Servers IIS check_iis8_connections

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_iis8_connections

Rating
4 votes
Favoured:
0
Current Version
1.0
Last Release Date
2015-02-13
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
Hits
14093
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Power shell script to check current connections in IIS Website version 8 or higher

Can be used with nsclient++

check_iis8_app_pool_state = powershell.exe scriptscheck_iis8_app_pool_state.ps1 $ARG1$

check_default_app_pool = powershell.exe scriptscheck_iis8_app_pool_state.ps1 DefaultAppPool
Power shell script to check current connections in IIS Website version 8 or higher

Can be used with nsclient++

check_iis8_app_pool_state = powershell.exe scriptscheck_iis8_app_pool_state.ps1 $ARG1$

check_default_app_pool = powershell.exe scriptscheck_iis8_app_pool_state.ps1 DefaultAppPool
Reviews (3)
byBadia, March 27, 2017
When I run the check I can't get the number of connections (IIS 7.5, Windows 2008 R2):

PS C:\checkIIS> .\check_IIS_connections.ps1

cmdlet check_IIS_connections.ps1 at command pipeline position 1
Supply values for the following parameters:
server: localhost
website: Default Web Site
warning_value: 50
critical_value: 60

CONNECTIONS OK Default Web Site connections | connections=;50;60;


It is OK tu run it on "Default Web Site"?
byMN81, June 29, 2016
Works on IIS 7.5 without any problems at all
byivanovis81, February 19, 2015
0 of 1 people found this review helpful
Hi,

after:C:Program FilesNSClient++
scp.exe test, I see no errors!But can you help with defining the command_line. Thanks!