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
Hello, thanks for delivering this plugin. I was wondering if there's an option to add the SSL or possibly, more importantly, enabling insecure connections like the check-http.rb.
Hello, thanks for delivering this plugin. I was wondering if there's an option to add the SSL or possibly, more importantly, enabling insecure connections like the check-http.rb.
option :insecure,
short: '-k',
boolean: true,
description: 'Enabling insecure connections',
default: false
Currently, the following error is received when trying to connect locally to a ssl port
Command:
/opt/sensu/embedded/bin/check-jvm-thread-count-pcnt.rb -w 80 -c 90 -u https://localhost:8090/plugins/servlet/jolokia/list
Result:
CheckJvmThreadCountPcnt UNKNOWN: hostname "127.0.0.1" does not match the server certificate
The text was updated successfully, but these errors were encountered: