mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
health check name and description
This commit is contained in:
committed by
Aiden McClelland
parent
1ef8691571
commit
223aaf76aa
@@ -121,7 +121,7 @@ export interface Manifest {
|
||||
stop: string | null
|
||||
}
|
||||
main: ActionImpl
|
||||
'health-checks': { [id: string]: ActionImpl & { severity: HealthCheckSeverity } }
|
||||
'health-checks': { [id: string]: ActionImpl & { severity: HealthCheckSeverity, name: string, description: string } }
|
||||
config: ConfigActions | null
|
||||
volumes: { [id: string]: Volume }
|
||||
'min-os-version': string
|
||||
|
||||
Reference in New Issue
Block a user