You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the issue. I will have a look on this.
Does this happen only to this address or is it a general problem with the plugin and all websites?
For me it looks like the "problem" is the subroutine Get-IcingaCheckHTTPQuery. You alway run Start-IcingaTimer, but you call Get-IcingaTimer only if there is a content.
In my eyes you should run $HTTPData.Add('RequestTime', (Get-IcingaTimer -Name 'HTTPRequest').Elapsed.TotalSeconds);
always.
Why there is no return content, only the author can answer. ... just my 5 cents :-)
hello,
testing with curl gives me http 200.
using Invoke-icingacheckhttpstatus gives me an unknown for response time.
any idea how to approach this issue.
mj
The text was updated successfully, but these errors were encountered: