Nominatim · Capability

Service Health

Run with Naftiko

Capability Spec

service-health.yaml Raw ↑
apiVersion: naftiko/v1
kind: Capability
metadata:
  name: nominatim-service-health
  title: Nominatim Service Health Check
  description: |
    Probe a Nominatim deployment's /status endpoint to confirm the service is
    up, capture the last data update timestamp, and report software/database
    versions. Useful for monitoring self-hosted Nominatim deployments.
  tags:
    - Health
    - Monitoring
    - OpenStreetMap
spec:
  inputs:
    - name: baseUrl
      description: Base URL of the Nominatim instance to probe.
      required: false
      schema:
        type: string
        default: https://nominatim.openstreetmap.org
  outputs:
    - name: status
      schema:
        $ref: '../openapi/nominatim-openapi.yml#/components/schemas/Status'
  links:
    - rel: openapi
      href: ../openapi/nominatim-openapi.yml