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

Healthchecks support #34

Closed
3 tasks done
llaumgui opened this issue Aug 25, 2020 · 0 comments
Closed
3 tasks done

Healthchecks support #34

llaumgui opened this issue Aug 25, 2020 · 0 comments
Assignees
Milestone

Comments

@llaumgui
Copy link
Owner

llaumgui commented Aug 25, 2020

Support for Healthchecks SaaS / On prems service.

Implementation example:

# Using Python 3 standard library:
import socket
import urllib.request

try:
    urllib.request.urlopen("https://{domain}/ping/{uuid}", timeout=10)
except socket.error as e:
    # Log ping failure here...
    print("Ping failed: %s" % e)
@llaumgui llaumgui added this to the v3.1.0 milestone Aug 25, 2020
@llaumgui llaumgui self-assigned this Aug 25, 2020
@llaumgui llaumgui modified the milestones: v3.1.0, v3.0.0 Aug 26, 2020
llaumgui added a commit that referenced this issue Sep 4, 2020
llaumgui added a commit that referenced this issue Sep 4, 2020
llaumgui added a commit that referenced this issue Sep 4, 2020
@llaumgui llaumgui closed this as completed Sep 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant