{% extends "base.html" %} {% load static %} {% load custom_tags %} {% load humanize %} {% block title %} Service Status {% endblock title %} {% block description %} Check the status of various services including Bitcoin Node, SendGrid API, and GitHub API. Stay informed about their current operational status and block information. {% endblock description %} {% block keywords %} Service Status, Bitcoin Node, SendGrid API, GitHub API, Operational Status, Block Information {% endblock keywords %} {% block og_title %} Service Status - Monitor Operational Status {% endblock og_title %} {% block og_description %} View the current status of services such as Bitcoin Node, SendGrid API, and GitHub API. Stay updated on their operational status and block information. {% endblock og_description %} {% block content %} {% include "includes/sidenav.html" %}
{{ status.db_connection_count }}
Status: {{ status.redis_stats.status }}
{% if status.redis_stats.error %}Error: {{ status.redis_stats.error }}
{% endif %} {% if status.redis_stats.status == 'Connected' %}{{ status.slack_bot.total_activities }}
{{ status.slack_bot.last_24h_activities }}
{{ status.slack_bot.success_rate|floatformat:1 }}%
{{ status.slack_bot.workspace_count }}
{{ status.slack_bot.last_activity|timesince }} ago
| Type | Time | Status |
|---|---|---|
| {{ activity.activity_type|title }} | {{ activity.created|date:"M d, H:i" }} | {{ activity.success|yesno:"Success,Failed" }} |