| Server IP : 69.6.249.155 / Your IP : 216.73.216.69 Web Server : Apache System : Linux sh00204.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : eltonj33 ( 1904) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/systemd/system/ |
Upload File : |
# -*- mode: conf -*- [Unit] Description=Prometheus exporter for iptables metrics Documentation=https://dev.azure.com/newfold/observability/_git/iptables_exporter After=network.target [Service] EnvironmentFile=-/etc/default/iptables_exporter User=grafana-agent CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW AmbientCapabilities=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW ExecStart=/usr/bin/iptables_exporter $EXPORTER_OPTS ExecReload=/bin/kill -HUP $MAINPID Restart=on-failure RestartSec=5s [Install] WantedBy=multi-user.target