Influxdb and telegraf agent
TBD Telegraf, a server-based agent, collects and sends metrics and events from databases, systems, and IoT sensors. Written in Go, Telegraf compiles into a single binary with no external dependencies–requiring very minimal memory. Telegraf Documentation (influxdata.com) https://github.com/influxdata/telegraf
Influxdb dashboard (v2.7.8) and admin
Write data Query data Visualize data Process Data Monitor & alert Tools & integrations Administer InfluxDB InfluxDB HTTP API Reference First check out version installed Lets do the tutorial at InfluxDB OSS v2 Documentation (influxdata.com) Write data We write data with Python for this test code at linux-and-azure/azure-extra-linux-vm/influxdb-telegraf/README.md at main · spawnmarvel/linux-and-azure · GitHub Example […]
UTC time and normalize all dates and times to this timezone when they enter the system
It’s Time For A Change: datetime.utcnow() Is Now Deprecated – miguelgrinberg.com
Influxdb and Python agent
Section: Influxdb Python Functions Influxdb Github linux-and-azure/azure-extra-linux-vm/influxdb-telegraf at main · spawnmarvel/linux-and-azure · GitHub Influxdb InfluxDB OSS v2 Documentation (influxdata.com) After install http://localhost:8086 OSS, open source software. (telegraf is part of the stack) Install InfluxDB | InfluxDB OSS v2 Documentation (influxdata.com) Choose linux and systemd Start it and check status If successful, you can view the […]