{% extends "botapp/base.html" %} {% load static %} {% block title %}Thresholds de silêncio | RPA Monitor{% endblock %} {% block content %}
{{ total_bots }} bot(s) no filtro atual · default global: {{ default_hours }}h
Bots sem configuração herdam o default. Use minutos para bots de alta frequência (ex.: 10min).
| Bot | Departamento | Ativo | Último status | Threshold atual | Última execução | |
|---|---|---|---|---|---|---|
| {{ bot.name }} | {{ bot.department|default:"—" }} | {% if bot.is_active %}Ativo {% else %}Inativo{% endif %} | {% if bot.last_status == 'completed' %}Completo {% elif bot.last_status == 'failed' %}Falhou {% elif bot.last_status == 'started' %}Iniciado {% else %}—{% endif %} | {% if bot.silence_threshold_minutes %}{{ bot.silence_threshold_minutes }}min {% elif bot.silence_threshold_hours %}{{ bot.silence_threshold_hours }}h {% else %}default ({{ default_hours }}h){% endif %} | {{ bot.last_execution_at|date:"d/m/Y H:i"|default:"—" }} |
Nenhum bot encontrado com os filtros aplicados.
Limpar filtros