{{ _('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 %}{{ _('Restart script') }}
{{ status.restart_script }}
{{ _('Service script') }}
{{ status.script }}
{{ _('Log file') }}
{{ status.log_file }}
{{ _('Detected PIDs') }}
{% if status.pids %}-
{% for pid in status.pids %}
{{ pid }}
{% endfor %}
{{ kpi_translations.ocpi_kpis }}
{{ _('Aggregated OCPI success, latency, webhook, and certificate KPIs.') }}