Add Health Check
Configure a health check to monitor your production service
Name
*
A human-readable name for this health check
Description
Optional description of what this health check validates
Maven Artifact
Maven Coordinates
*
The Maven artifact containing the health check logic (group:artifact:version)
Maven Server
URL of the Maven repository (defaults to kotlin.directory)
Function Configuration
Function Name
*
Fully qualified name of the static function to call (e.g., com.example.HealthCheck.checkDatabase)
Function Parameters
Named parameters to pass to the function (one per line: key=value)
Environment Variables
Environment variables to set when executing (one per line: KEY=value)
Schedule
Cron Expression
Schedule for automatic execution (e.g., "0 */12 * * *" for every 12 hours). Leave empty for a random 12-hour schedule. Format: minute hour day-of-month month day-of-week
Timezone
IANA timezone for the schedule (e.g., UTC, America/New_York)
Enabled
Create Health Check
Cancel