GEANT / FOD

Firewall on Demand
GNU General Public License v3.0
0 stars 4 forks source link

SNMP stats storage #22

Open anna-wilson opened 1 year ago

anna-wilson commented 1 year ago

SNMP stats are stored on disk, which when running with multiple containers requires shared file storage. See https://github.com/GEANT/FOD/blob/python3/flowspec/snmpstats.py

Can we remove the dependenct on shared file storage, e.g. use the database?