Naas Documentation
Naas.ai
GitHub
Slack Community
What's new?
Searchβ¦
Welcome to Naas
π
Templates
π
Low-code features
π
Low-code drivers
π¬
AI/Machine Learning
Airtable
Awesome-notebooks
Bubble
Canny
CityFalcon
FTP
HTML builder
Google Sheets
Healthchecks
Hubspot
IFTTT
Integromat
Mailbox
Jupyter
LinkedIn
Markdown
Microsoft Teams
MongoDB
NewsAPI
Notion
PDF
Plotly
Slack
Thinkific
Toucan
Qonto
Yahoo
Zapier
π
Community
Essentials
Advanced
Best Practices
FAQ
β‘
Naas manager
π
Security
Powered By
GitBook
Healthchecks
Interact with Healthchecks app
Healthchecks.io β Cron Job Monitoring
Healthchecks.io
Website
If you are in Naas.ai cloud it's already setup, otherwise
HC_API
: this should be set as env vars.
this should connect to this docker machine :
Docker Hub
Start
1
key
=
"123456-123456-12455"
2
naas_drivers
.
healthcheck
.
connect
(
key
).
send
(
"start"
)
Copied!
Done
1
key
=
"123456-123456-12455"
2
naas_drivers
.
healthcheck
.
connect
(
key
).
send
()
Copied!
Fail
1
key
=
"123456-123456-12455"
2
naas_drivers
.
healthcheck
.
connect
(
key
).
send
(
"fail"
)
Copied!
Check url
1
url
=
"https://google.com"
2
key
=
"123456-123456-12455"
3
naas_drivers
.
health_check
.
connect
(
key
).
check_up
(
url
)
Copied!
Connect
You can also save your connection and don't repeat it for each method.
1
key
=
"123456-123456-12455"
2
healthcheck
=
naas_drivers
.
healthcheck
.
connect
(
key
)
3
healthcheck
.
send
()
Copied!
Official documentation
Healthchecks.io Documentation - Healthchecks.io
Healthchecks.io
Previous
Google Sheets
Next
Hubspot
Copy link
Edit on GitHub
Contents
Start
Done
Fail
Check url
Connect
Official documentation