Monitoring IIS and httpd connections

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Monitoring IIS and httpd connections

Post by dwhitfield »

Since we do not support these powershell scripts, we are going to have to leave this open for community input.

If you would be interested in more features, please think about upgrading to Nagios XI. You can try out an XI demo for 60 days to see if you think it is worth the license fee.

Another option would be custom development. Please let us know if that is something that would interest you.
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

Okay thanks! I will have to work with the free version and work with custom development. Is there any documentation on custom development.Thanks!
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Monitoring IIS and httpd connections

Post by rkennedy »

For custom development quotes please email [email protected].
Former Nagios Employee
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

I installed the powershell scripts but not sure if it is working getting some issues with powershell is there anyone that can assist
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

using nagios_iis powershell scripts does anyone know if I need to create a command under nagios
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

The commands are working when I manually test them from powershell. How do I get them to query this information automatically and send information to nagios
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Monitoring IIS and httpd connections

Post by mcapra »

There's a few options, the easiest being setting up an agent to allow Nagios to execute the powershell script remotely and collect the results:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

I would suggest reviewing that documentation to setup an agent on your Windows machine as a first order of business.
Former Nagios employee
https://www.mcapra.com/
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

I have the agents on the Windows machine and it is working so from there how do I get iis status connections statuses. I have these scripts from here https://github.com/esterniclos/nagios_iis. I have tested them manually out and they work but how would I get them to integrate into nagios as I have put them in the scripts folder NSClient++ scripts directory? How would I get that information sent to nagios?
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: Monitoring IIS and httpd connections

Post by avandemore »

From the previously linked document, follow the Configuring NRPE in NSClient++ section.
Previous Nagios employee
rbizzell39
Posts: 112
Joined: Thu Dec 17, 2015 1:24 pm

Re: Monitoring IIS and httpd connections

Post by rbizzell39 »

I am missing the check_nrpe in my libexec
Locked