healthcheck

package
v1.1.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatResults

func FormatResults(results []CheckResult) string

FormatResults formats health check results for display

func GetRemediation

func GetRemediation(results []CheckResult) string

GetRemediation provides remediation steps for failed checks

Types

type CheckResult

type CheckResult struct {
	Service string
	Status  string
	Message string
	Error   error
}

CheckResult represents the result of a health check

func CheckAll

func CheckAll(ollamaURL, qdrantURL string) []CheckResult

CheckAll runs all health checks and returns results

func CheckOllama

func CheckOllama(baseURL string) CheckResult

CheckOllama verifies Ollama is running and accessible

func CheckQdrant

func CheckQdrant(url string) CheckResult

CheckQdrant verifies Qdrant is running and accessible

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL