8000 chore: health check configuration for snmp by kongfei605 · Pull Request #1184 · flashcatcloud/categraf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore: health check configuration for snmp #1184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions conf/input.snmp/snmp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ agents = [
## Timeout for each request.
# timeout = "5s"

## health check
# 健康检查的周期
# health_check_interval=60s
# 健康检查超时
# health_check_timeout=5s
# 健康检查失败达到多少次判定设备异常
# max_fail_count=3
# 异常后隔多久再检查
# recovery_interval=5m

## SNMP version; can be 1, 2, or 3.
# version = 2

Expand Down
0