diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-24 14:46:04 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-24 14:46:04 +0000 |
commit | a1e03826c0a904b93d60bd8d44f14cc6ba087314 (patch) | |
tree | 4a01fb95a428b0d88cb79a4c5ad82b1334b3f714 /switch-snmp/requirements.txt | |
parent | f9da9ab448f59580180a46d2a9efc099ff09beb3 (diff) | |
download | power.eda.gay-a1e03826c0a904b93d60bd8d44f14cc6ba087314.tar.gz power.eda.gay-a1e03826c0a904b93d60bd8d44f14cc6ba087314.zip |
Added SNMP client for monitoring omada switches
Diffstat (limited to 'switch-snmp/requirements.txt')
-rw-r--r-- | switch-snmp/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/switch-snmp/requirements.txt b/switch-snmp/requirements.txt new file mode 100644 index 0000000..e7e63fd --- /dev/null +++ b/switch-snmp/requirements.txt @@ -0,0 +1,3 @@ +python-dotenv +influxdb-client +pandas
\ No newline at end of file |