Skip to content

Instantly share code, notes, and snippets.

🛠️ How-To: Granular System Monitoring with sysstat on AlmaLinux 9

🎯 Objective

Deploy sysstat to collect system performance data every 60 seconds, enabling real-time visibility and historical analysis.


1. 🔧 Install sysstat

@FranzAndreas
FranzAndreas / docker-compose.yml
Created March 14, 2023 10:03 — forked from dtaivpp/old-opensearch-docker-compose.yml
A single node OpenSearch and OpenSearch dashboards docker compose.
version: '3'
services:
opensearch:
image: opensearchproject/opensearch:${OPENSEARCH_VERSION:-latest}
container_name: opensearch
environment:
discovery.type: single-node
node.name: opensearch
OPENSEARCH_JAVA_OPTS: "-Xms512m -Xmx512m"
@FranzAndreas
FranzAndreas / MQTT_Node-Red_Influx.md
Created April 4, 2022 19:02 — forked from Paraphraser/MQTT_Node-Red_Influx.md
Efficient recipe for getting MQTT data into an InfluxDB database using Node-Red

Recipe: from MQTT to InfluxDB via Node-Red

Introduction

Getting data produced by IoT sensors into a database is practically a mandatory step before effective visualisation (eg dashboards).

This recipe shows you how to get an MQTT payload into an InfluxDB database using three Node-Red nodes. It makes the following assumptions:

  • A client device of some kind publishing data to a topic via the MQTT protocol;
  • Mosquitto (MQTT broker);
@FranzAndreas
FranzAndreas / RaspberryPi4Archlinux64EncryptionUSBBootBtrfsGuide.md
Created April 3, 2022 19:38 — forked from XSystem252/RaspberryPi4Archlinux64EncryptionUSBBootBtrfsGuide.md
How To Set Up a Raspberry Pi 4 with Archlinux 64-bit (AArch64) and Full Disk Encryption (+SSH unlock), USB Boot (No SD-Card) and btrfs

How To Set Up a Raspberry Pi 4 with Archlinux 64-bit (AArch64) and Full Disk Encryption (+SSH unlock), USB Boot (No SD-Card) and btrfs

Written by: XSystem
First published on: 20 Dec 2020
Last updated on: 20 Dec 2020

[0] Introduction

Overview