iptables-exporter icon indicating copy to clipboard operation
iptables-exporter copied to clipboard

Results 3 iptables-exporter issues
Sort by recently updated
recently updated
newest added

Looking at https://github.com/retailnext/iptables_exporter It seems this exporter will require additional permissions to perform it's job, example of systemd settings (under [Service]): ``` CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW AmbientCapabilities=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW ``` Also...

Hello, By following step by step I am constantly getting following error after executing `iptables-exporter --dump-data` **Error**: `ImportError:cannot import name 'HTTPServer' from 'prometheus_client.exposition' (/usr/local/lib/python3.8/dist-packages/prometheus_client/exposition.py`)` For testing purposes I have removed...

1. Remove unused copy module from main.py 2. Adjusting Dockerfile for enhanced readability and following regular Dockerfile practices 3. Adding try except block for main.py to catch any errors in...