> For the complete documentation index, see [llms.txt](https://guia-de-uso.tiflux.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia-de-uso.tiflux.com/sistema/dashboard/explicando-widgets/personalizacao.md).

# Widget sobre Recursos

## 📊 **Widgets de Monitoramento de Recursos – Tiflux**

```markdown
📍 Localização: 
📂 Dashboard > Aba Recursos
```

***

### 🎯 Introdução

Esta apresentação descreve os widgets disponíveis no **painel de monitoramento de Recursos** do Tiflux, oferecendo visões de gatilhos disparados, status de recursos, lista de tipos de recursos em gráfico.

***

### 📌 Sumário

1. Gatilhos Disparados
2. Recursos
3. Tipos de Recurso
4. Palavras-chave

***

### 01. 🚨 **Gatilhos Disparados**

#### 🔍 Descrição

Este widget exibe a **quantidade total de** [**gatilhos** ](/sistema/configuracoes/recurso/gatilhos.md)**que foram disparados** e que **ainda não foram marcados como resolvidos**.

> ⚠️ Permite um acompanhamento em tempo real de eventos que exigem atenção imediata, facilitando a priorização de ações corretivas.

📍 **Navegação:** Ao clicar no título do widget, você é direcionado para a tela de controle de Gatilhos.

<figure><img src="/files/2PWhHhcr3HoIU1eWKoaL" alt=""><figcaption></figcaption></figure>

[🔝 *Voltar ao topo*](#widgets-de-monitoramento-de-recursos-tiflux)

***

### 02. 🟢🟥 **Recursos**

#### 🔍 Descrição

Exibe a **quantidade total de recursos** cadastrados na sua organização, segmentados por **status de disponibilidade**:

* ✅ **Online**: recursos disponíveis e ativos.
* ❌ **Offline**: recursos indisponíveis no momento.

> 📌 Ideal para identificar gargalos operacionais e acompanhar a saúde dos ativos da organização.

<figure><img src="/files/JbH3y9m3UPyd3omirIWs" alt=""><figcaption></figcaption></figure>

[🔝 *Voltar ao topo*](#widgets-de-monitoramento-de-recursos-tiflux)

***

### 03. 🧩 **Tipos de Recurso**

#### 🔍 Descrição

Apresenta uma **representação gráfica** da distribuição dos **tipos de recurso** cadastrados na organização.

> 📊 Esta visualização auxilia na análise do **mix de recursos** utilizados, fornecendo uma visão clara da diversidade e concentração de tipos.

<figure><img src="/files/38uOUgwtiP5L4LjWd5br" alt=""><figcaption></figcaption></figure>

[🔝 *Voltar ao topo*](#widgets-de-monitoramento-de-recursos-tiflux)

***

### 🔍 Palavras-chave para IA, indexação e busca

```
Gatilhos,
Recursos,
Status de recurso,
Tipos de recurso,
Disponibilidade,
Tiflux,
Widget,
Monitoramento,
Operacional,
Dashboards
```

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://guia-de-uso.tiflux.com/sistema/dashboard/explicando-widgets/personalizacao.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
