We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
config.yml file stores configurations related to which hosts to monitor, protocol etc.
config.yml
Currently, it has following configs to be set:
group: test1 name: blabla interval: 10s options: url: https://blabla@blabla.com/ request-method: GET response-code: 200 follow-redirect: true type: HTTP
Add more configurations like:
Timeout
ssl_verifypeer
ssl_verifyhost
User should be able to set these in the config.yml file. After, setting this, Line 55 lib/http.rb should be able to parse these options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
config.yml
file stores configurations related to which hosts to monitor, protocol etc.Currently, it has following configs to be set:
Add more configurations like:
Timeout
ssl_verifypeer
ssl_verifyhost
User should be able to set these in the config.yml file. After, setting this, Line 55 lib/http.rb should be able to parse these options
The text was updated successfully, but these errors were encountered: