{{ _('OCPI Monitoring') }}

{{ _('Check whether the OCPI API service script is running and where to restart it.') }}

{{ _('Service status') }}

{% if status.running %} {{ _('Running') }} {% else %} {{ _('Stopped') }} {% endif %} {% if status.error %}
{{ status.error }}
{% endif %}

{{ _('Restart script') }}

{{ status.restart_script }}
{{ _('Use this script to start or restart the OCPI API service.') }}

{{ _('Service script') }}

{{ status.script }}

{{ _('Log file') }}

{{ status.log_file }}

{{ _('Detected PIDs') }}

{% if status.pids %}
    {% for pid in status.pids %}
  • {{ pid }}
  • {% endfor %}
{% else %} {{ _('No running process detected.') }} {% endif %}
{{ kpi_translations.ocpi_kpis }}

{{ _('Aggregated OCPI success, latency, webhook, and certificate KPIs.') }}

{{ kpi_translations.updated_label }}
{{ kpi_translations.success_rate }}
{{ kpi_translations.timeout_rate }}
{{ kpi_translations.avg_latency }}
{{ kpi_translations.samples }}
{{ kpi_translations.module_success }}
{{ kpi_translations.partner_success }}
{{ kpi_translations.health_alerts }}