import { Health } from "https://deno.land/x/appwrite@12.1.0/src/services/health.ts";
Constructors
Methods
Get HTTP
Check the Appwrite HTTP server is up and responsive.
Get antivirus
Check the Appwrite Antivirus server is up and connection is successful.
Get cache
Check the Appwrite in-memory cache servers are up and connection is successful.
Get the SSL certificate for a domain
Get the SSL certificate for a domain
Get DB
Check the Appwrite database servers are up and connection is successful.
Get number of failed queue jobs
Returns the amount of failed jobs in a given queue.
Get pubsub
Check the Appwrite pub-sub servers are up and connection is successful.
Get queue
Check the Appwrite queue messaging servers are up and connection is successful.
Get builds queue
Get the number of builds that are waiting to be processed in the Appwrite internal queue server.
Get certificates queue
Get the number of certificates that are waiting to be issued against Letsencrypt in the Appwrite internal queue server.
Get databases queue
Get the number of database changes that are waiting to be processed in the Appwrite internal queue server.
Get deletes queue
Get the number of background destructive changes that are waiting to be processed in the Appwrite internal queue server.
Get functions queue
Get the number of function executions that are waiting to be processed in the Appwrite internal queue server.
Get logs queue
Get the number of logs that are waiting to be processed in the Appwrite internal queue server.
Get mails queue
Get the number of mails that are waiting to be processed in the Appwrite internal queue server.
Get messaging queue
Get the number of messages that are waiting to be processed in the Appwrite internal queue server.
Get migrations queue
Get the number of migrations that are waiting to be processed in the Appwrite internal queue server.
Get usage queue
Get the number of metrics that are waiting to be processed in the Appwrite internal queue server.
Get usage dump queue
Get the number of projects containing metrics that are waiting to be processed in the Appwrite internal queue server.
Get webhooks queue
Get the number of webhooks that are waiting to be processed in the Appwrite internal queue server.
Get storage
Check the Appwrite storage device is up and connection is successful.
Get local storage
Check the Appwrite local storage device is up and connection is successful.
Get time
Check the Appwrite server time is synced with Google remote NTP server. We use this technology to smoothly handle leap seconds with no disruptive events. The Network Time Protocol (NTP) is used by hundreds of millions of computers and devices to synchronize their clocks over the Internet. If your computer sets its own clock, it likely uses NTP.