Telegraf
Collectd
Telegraf | Collectd | |
---|---|---|
111 | 8 | |
14,564 | 3,172 | |
0.9% | 2.5% | |
9.9 | 8.4 | |
6 days ago | 7 days ago | |
Go | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Telegraf
- How I would automate monitoring DNS queries in basic Prometheus
-
Current network throughput from total byte value?
The Telegraf (v1.27.3) Net Input Plugin only reports total numbers - i.e., total bytes received by an interface.
-
Filestat working but need help with output
I need some help with Filestat - https://github.com/influxdata/telegraf/tree/master/plugins/inputs/filestat
-
Telegraf Deployment Strategies with Docker Compose
Telegraf’s Secretstores Plugin implementation on GitHub
-
Right way to link containers on host vs custom network.
That's the thing, I do need network_mode: host on telegraf in order to get host network statistics. See here or here
-
Telegraf Inputs.SMART
After screwing around with it for a while, I was able to get inputs.smart working... but I'm not thrilled with the answer. According to this in order for you to get the SMART data inside a container you need to edit the sudoers file inside the container.
-
Learnings from integrating JMX based metrics from Java applications into time series databases
I’ve been using the Jolokia agent with telegraf to push JVM metrics into InfluxDB (among other things). I think it can be used with Prometheus too.
-
open source network monitoring tool
Do you mean Telegraf?
-
Help with reading modbus using telegraf
I have two devices; both are connected to a Raspberry Pi using a USB converter as Slave 1 and 2. I want to get some readings using Telegraf software https://github.com/influxdata/telegraf/tree/release-1.26/plugins/inputs/modbus (happy to try any other linux software), but I'm having trouble (I'm seriously confused to be honest) with byte_order, data_type, and input register addresses.
-
Telegraf processor plugin.
Yeah i think you can use the grok processor, docs found here: https://github.com/influxdata/telegraf/tree/master/plugins/parsers/grok
Collectd
-
Collect Logs and Metrics from non-AWS Server using CloudWatch Agent
CloudWatch Agent uses the CollectD service to collect metrics. If CollectD is not installed on your system, the Agent will fail to start. If you are not sure if it's installed, here is how you can check if CollectD is installed and active:
-
μMon: Stupid simple monitoring
https://collectd.org/ does the gathering (and writing to RRDTool database, if you so desire) part very well. Many plugins, easy to add more (just return one line of text)
Still need RRD viewere but that's not a huge stack
And it scales all the way to hundreds of hosts, as on top of network send/receive of stats it supports few other write formats aside from just RRD files.
-
Post Mortem on Mastodon Outage with 30k users
Then you will have same problems but now you can bother manufacturer about it!
Also unless there is something horribly wrong about how often data is written, that SSD should run for ages.
We ran (for a test) consumer SSDs in busy ES cluster and they still lasted like 2 years just fine
The whole setup was a bit of overcomplicated too. RAID10 with 5+1 or 7+1 (yes Linux can do 7 drive RAID10) with hotspare woud've been entirely fine, easier, and most likely faster. You need backups anyway so ZFS doesn't give you much here, just extra CPU usage
Either way, monitoring wait per drive (easy way is to just plug collectd [1] into your monitoring stack, it is light and can monitor A TON of different metrics)
* [1]https://collectd.org/
-
IT Pro Tuesday #217 - Python Frameworks, Logging Tutorial, Android Terminal & More
Collectd pulls metrics from the OS, applications, logfiles and external devices for use in monitoring systems, finding performance bottlenecks and capacity planning. hombre_sabio explains, "Collectd is a tiny daemon that gathers information from a system. It enables mechanisms to collect and observe the values in different techniques. It is an open-source monitoring tool to retrieve and manage SNMP master agents."
- PHP7.4 Installation Fail
-
CPU Performance of a docker minecraft java server on Raspberry Pi 4
For metrics storage I'm using a Graphite database and the graph UI itself is Grafana. To get these I'm using the Debian repos they supply with mostly off-the-shelf configs. For collecting metrics from the Pi to send to Graphite I use collectd. It has a lot of off-the-shelf plugins you can use to grab metrics like CPU usage & load average, network in/out, memory stats etc. The Minecraft-specific stuff you can get from configuring collectd plugins as well, like the tick lag graph I use the "tail" plugin to follow and parse the server log.
-
Lightweight alternative to Grafana
For monitoring, personally I use collectd and Collectd Graph Panel (sadly the latter is abandoned, but it still works fine)
What are some alternatives?
prometheus - The Prometheus monitoring system and time series database.
VictoriaMetrics - VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Collectl - Extending collectl to send process data to graphite
pfSense-Dashboard - A functional and useful dashboard for pfSense that utilizes influxdb, grafana and telegraf
Statsd - Daemon for easy but powerful stats aggregation
OPNsense-Dashboard - A functional and useful dashboard for OPNsense that utilizes InfluxDB, Grafana, Graylog, and Telegraf.
Diamond - Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
tcollector - Data collection framework for OpenTSDB
Ganglia - Ganglia Web Frontend
TimescaleDB - An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Packetbeat - :tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash