influxdata/telegraf

[inputs.icinga2] differ between handled and unhandled host/service problems

Open

#9,115 创建于 2021年4月12日

在 GitHub 查看
 (1 评论) (2 反应) (0 负责人)Go (4,161 fork)batch import
feature requesthelp wantedsize/l

仓库指标

Star
 (9,892 star)
PR 合并指标
 (平均合并 2天 12小时) (30 天内合并 136 个 PR)

描述

Feature Request

Opening a feature request kicks off a discussion.

Proposal:

In the current version of the icinga inputs plugin, the current state of a host or service will be collected. However, you cannot distinguish between handled and unhandled hosts/services.

Current behavior:

You have only this host/service states:

state - The state: UP/DOWN for hosts, OK/WARNING/CRITICAL/UNKNOWN for services

Desired behavior:

A new tag where you can see if host/service problems are handled or not. You already see it in Icingweb --> Overview --> Tactical Overview, but it would be nice if telegraf can collect these metrics as well. image

Use case:

I want to know how many hosts/services problems I have and how many of them are already handled.

贡献者指南