diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-18 22:41:07 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-18 22:41:07 +0100 |
commit | eaff8b05c20b19c59e32e2646ca17d7bc75250aa (patch) | |
tree | 8ee8f65107674f641f6225d16a35ef4843d98ae0 /switch-snmp/requirements.txt | |
parent | 069e1484918fefdf409da09e88550251e919db4f (diff) | |
download | power.eda.gay-eaff8b05c20b19c59e32e2646ca17d7bc75250aa.tar.gz power.eda.gay-eaff8b05c20b19c59e32e2646ca17d7bc75250aa.zip |
Added fetching mikrotik POE usage to InfluxDB too
Diffstat (limited to 'switch-snmp/requirements.txt')
-rw-r--r-- | switch-snmp/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/switch-snmp/requirements.txt b/switch-snmp/requirements.txt index e7e63fd..aaf744d 100644 --- a/switch-snmp/requirements.txt +++ b/switch-snmp/requirements.txt @@ -1,3 +1,4 @@ python-dotenv influxdb-client -pandas
\ No newline at end of file +pandas +fabric
\ No newline at end of file |