Skip to content
New issue

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

Add more configurations to be set in config.yml file #1

Open
3 tasks
manas11 opened this issue Nov 18, 2020 · 0 comments
Open
3 tasks

Add more configurations to be set in config.yml file #1

manas11 opened this issue Nov 18, 2020 · 0 comments

Comments

@manas11
Copy link
Member

manas11 commented Nov 18, 2020

config.yml file stores configurations related to which hosts to monitor, protocol etc.

Currently, it has following configs to be set:

  group: test1
                name: blabla
                interval: 10s
                options:
                        url: https://[email protected]/
                        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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant