add register poller
This commit is contained in:
3
collector/poll.py
Normal file
3
collector/poll.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
# Poll holding registers and ship them to the metrics endpoint.
|
||||||
|
REGISTERS = range(40001, 40033)
|
||||||
Reference in New Issue
Block a user