check_iis
check_iis copied to clipboard
A plugin written in C# to monitor IIS Sites and AppPools on the local machine
(Return code of 77 for service 'WebService xxx.xxxx.xxx' on host 'xxx01' was out of bounds) File name: 'Microsoft.Web.Administration, Version=7.0.0.0, Culture=neutral, PublicKeyToken=16charstring' at MonitoringPluginsForWindows.check_iis.CheckAllSites(Int32 returncode, Boolean do_perfcounter_sites, Boolean do_singluar_check, String expected_state)...
Bumps System.Security.Cryptography.X509Certificates from 4.1.0 to 4.1.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
In order to use the performance counters of check_iis with checkmk's implementation of NRPE ("MRPE"), the performance counters are not allowed to contain spaces. So all site- and app pool...
The key "M" is specified twice in Program.cs. I changed the line to "N" and observed it to be working. ` p.Setup('N', "perfdata-mbytes") .Callback(value => do_perfdata_mbytes = value) .WithDescription("\tArgument used...
Hello, I'm facing an issue with the plugin. Works fine with app pools but not with app websites. windows 2012 R2, IIS 8 ``` C:\Users\xxx\Downloads\check_iis\Release>check_iis.exe -B -T CRITICAL: AppPool 'DefaultAppPool'...
Unhandled Exception: Fclp.OptionAlreadyExistsException: M at Fclp.Internals.Validators.NoDuplicateOptionValidator.ValuesAreEqual(String value, String otherValue) in z:\Builds\work\23f7f5f0221f789c\FluentCommandLineParser\Internals\Validators\NoDuplicateOptionValidator.cs:line 80 at Fclp.Internals.Validators.NoDuplicateOptionValidator.Validate(ICommandLineOption commandLineOption) in z:\Builds\work\23f7f5f0221f789c\FluentCommandLineParser\Internals\Validators\NoDuplicateOptionValidator.cs:line 69 at Fclp.Internals.Validators.CommandLineOptionValidator.Validate(ICommandLineOption commandLineOption) in z:\Builds\work\23f7f5f0221f789c\FluentCommandLineParser\Internals\Validators\CommandLineOptionValidator.cs:line 54 at Fclp.FluentCommandLineParser.SetupInternal[T](String shortOption, String longOption) in...