add register poller

This commit is contained in:
2025-09-10 13:41:55 +00:00
parent 3a81c8e9df
commit 242557bda0

3
collector/poll.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
# Poll holding registers and ship them to the metrics endpoint.
REGISTERS = range(40001, 40033)