Skip to content

Instantly share code, notes, and snippets.

View corgan2222's full-sized avatar
🏠
Working from home

Stefan Knaak corgan2222

🏠
Working from home
View GitHub Profile
@wolph
wolph / aida64_prometheus_exporter.py
Last active December 18, 2023 10:27
This prometheus exports all of your AIDA64 data to a Prometheus server so you can chart all of them using Grafana: https://grafana.com/grafana/dashboards/11339
import re
import mmap
import typing
import hashlib
import logging
import argparse
import datetime
import ipaddress
import dataclasses
import xml.etree.cElementTree as ET