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

Custom DNS resolver and listening to TCP ports #111

Open
hapugov opened this issue Oct 18, 2024 · 0 comments
Open

Custom DNS resolver and listening to TCP ports #111

hapugov opened this issue Oct 18, 2024 · 0 comments

Comments

@hapugov
Copy link

hapugov commented Oct 18, 2024

Is your feature request related to a problem? Please describe.
None [...]

Describe the solution you'd like
Hello, there is no problem, but it would be great if the kenner was smart enough to listen to TCP ports and have on board checking the response of the web server using the specified DNS server, as is done by Gatus:

Describe alternatives you've considered

An example with DNS
    - name: hidden
        group: hidden
        url: 'https://hidden'
        client:
          dns-resolver: 'tcp://hidden:53'
          timeout: 10s
          insecure: true
          ignore-redirect: false
        ui: 
          hide-hostname: true
        interval: 5m
        conditions:
          - '[STATUS] == 200' 


    Example with TCP port listening  
        - name: hidden
        group: hidden
        url: 'tcp://hidden:3033'
        client:
         timeout: 10s
         insecure: true
        ui: 
         hide-hostname: true
        interval: 5m
        conditions:
        - '[CONNECTED] == true'

Additional context
Add any other context or screenshots about the feature request here.

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