Check_iis8_app_pool_state

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Check_iis8_app_pool_state

Post by mdsupersonic »

Hi Nagios team,
I want to use the component in nagios exchange in this link -> https://exchange.nagios.org/directory/P ... te/details
Unfortunately there is not any explanation about using in Nagios XI ,there is only explanation for windows.My company is using this component right now but when I click for downloading it says page not found and also in the main website there is no explanation of how using in Nagios. If anybody using this please help me.

Cheers

Majid
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Check_iis8_app_pool_state

Post by rkennedy »

Please use this page - https://raw.githubusercontent.com/ester ... _state.ps1

For instructions on what to add to your NSClient++ information, look at this page - https://github.com/esterniclos/nagios_iis

Code: Select all

[/settings/external scripts/scripts]
     # Requires allow arguments=true
      check_iis8_app_pool_state = powershell.exe scripts\check_iis8_app_pool_state.ps1 $ARG1$

      check_default_app_pool = powershell.exe scripts\check_iis8_app_pool_state.ps1 DefaultAppPool

      # Requires allow arguments=true
      check_iis8_website = powershell.exe scripts\check_iis8_site.ps1 $ARG1$
      check_default_website = powershell.exe scripts\check_iis8_site.ps1 'Default Web Site'


      check_connections = powershell.exe scripts\check_iis8_connections.ps1 localhost 'Default Web Site' 3000 4000
Then, you can call to any of those 5 commands using check_nrpe with the -c parameter.
Former Nagios Employee
mdsupersonic
Posts: 84
Joined: Fri May 13, 2016 2:25 pm

Re: Check_iis8_app_pool_state

Post by mdsupersonic »

Thanks for your reply.
Very appreciated
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Check_iis8_app_pool_state

Post by rkennedy »

No problem - were you able to get it working?
Former Nagios Employee
Locked