Hello
I have found this plug in
https://exchange.nagios.org/directory/P ... ol/details
When I use it
.\check_ms_iis_application_pool.ps1 $ARG1$
Can you tell me what is $ARG1$
I inform you that i use a French IIS
Thanks
Monitoring Application Pool IIS
Re: Monitoring Application Pool IIS
When I use .\check_ms_iis_application_pool.ps1 -A toto I have
CRITICAL: Impossible de récupérer les paramètres dynamiques pour l'applet de commande. La récupération de la fabrique de
classes COM pour le composant avec le CLSID {688EEEE5-6A7E-422F-B2E1-6AF00DC944A6} a échoué en raison de l'erreur suiva
nte : 80040154 Classe non enregistrée (Exception de HRESULT : 0x80040154 (REGDB_E_CLASSNOTREG)).
CRITICAL: Impossible de récupérer les paramètres dynamiques pour l'applet de commande. La récupération de la fabrique de
classes COM pour le composant avec le CLSID {688EEEE5-6A7E-422F-B2E1-6AF00DC944A6} a échoué en raison de l'erreur suiva
nte : 80040154 Classe non enregistrée (Exception de HRESULT : 0x80040154 (REGDB_E_CLASSNOTREG)).
Re: Monitoring Application Pool IIS
The documentation provided by @WillemDH is fairly comprehensive:
https://outsideit.net/monitoring-iis-application-pools/
Typically, $ARG1$ will contain -A followed by the application pool's name:
https://outsideit.net/monitoring-iis-application-pools/
Typically, $ARG1$ will contain -A followed by the application pool's name:
Code: Select all
-A <Name-Of-Application-Pool>Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Monitoring Application Pool IIS
Ok but if I use -A <Name-Of-Application-Pool> I have error message like thismcapra wrote:The documentation provided by @WillemDH is fairly comprehensive:
https://outsideit.net/monitoring-iis-application-pools/
Typically, $ARG1$ will contain -A followed by the application pool's name:
Code: Select all
-A <Name-Of-Application-Pool>
CRITICAL: Impossible de récupérer les paramètres dynamiques pour l'applet de commande. La récupération de la fabrique de
classes COM pour le composant avec le CLSID {688EEEE5-6A7E-422F-B2E1-6AF00DC944A6} a échoué en raison de l'erreur suiva
nte : 80040154 Classe non enregistrée (Exception de HRESULT : 0x80040154 (REGDB_E_CLASSNOTREG)).
Re: Monitoring Application Pool IIS
You'll want to start troubleshooting the error, as it appears pretty nonstandard, and unrelated to the plugin directly.
I was able to find - https://forums.red-gate.com/viewtopic.php?t=16319
What version of PS and what version of it are you running? Any difference if you run it with the other version?
I was able to find - https://forums.red-gate.com/viewtopic.php?t=16319
What version of PS and what version of it are you running? Any difference if you run it with the other version?
Former Nagios Employee
Re: Monitoring Application Pool IIS
Thanks !! It's OK with PowerShell in 64 Bits
You can Close
You can Close