https://github.com/tldr-devops/telegraf-monitoring-agent-setup
Telegraf monitoring agent setup for zabbix, prometheus, influxdb and grafana
https://github.com/tldr-devops/telegraf-monitoring-agent-setup
Last synced: 4 months ago
JSON representation
Telegraf monitoring agent setup for zabbix, prometheus, influxdb and grafana
- Host: GitHub
- URL: https://github.com/tldr-devops/telegraf-monitoring-agent-setup
- Owner: tldr-devops
- License: mit
- Created: 2020-05-20T17:50:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T10:24:19.000Z (about 4 years ago)
- Last Synced: 2025-01-15T14:14:15.280Z (5 months ago)
- Language: Python
- Size: 665 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring Agents Setup
Work in progress
Time: 40.32h
## [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) is the open source server agent to help you collect metrics from your stacks, sensors and systems. (c)
pros:
- secure by defaultcons:
- require setup (there are few way to automate it, from influxdb templates up to ansible role in this repo)
- require monitoring setup like TICK or prometheus + grafana## [Netdata](https://www.netdata.cloud/agent/) is the one agent for bare metal, VMs, edge devices, and anything in between. (c)
pros:
- automatic setup out of the box (but still require addition one for most of all cases)
- have clustering, monitoring and dashboards out of the box, + can export metrics into other monitoring solutionscons:
- require some security configuration because of rich api (this repo contain configs with some of it)