diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:32:54 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-05-28 17:32:54 +0100 |
commit | 36635cbf2779f19631cb08b5d3bd49465307c20b (patch) | |
tree | d5f87af2bd14050c2165501f161271792bfeae3f /switch-snmp/requirements.txt | |
parent | 4b0d599dc5877d6c19a6ccf1a82707c6a9289e86 (diff) | |
download | power.eda.gay-36635cbf2779f19631cb08b5d3bd49465307c20b.tar.gz power.eda.gay-36635cbf2779f19631cb08b5d3bd49465307c20b.zip |
Added prometheus exportation to scripts
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 aaf744d..aeb5843 100644 --- a/switch-snmp/requirements.txt +++ b/switch-snmp/requirements.txt @@ -1,4 +1,5 @@ python-dotenv influxdb-client pandas -fabric
\ No newline at end of file +fabric +prometheus-client
\ No newline at end of file |