Historique | Voir | Annoter | Télécharger (3,39 ko)
iptables-related plugins: use "-w" for consistent results
The parameter "-w" forces iptables to wait for a lock beforeprinting data.
The parameter requires iptables 1.6 (released 2015).
See https://github.com/munin-monitoring/munin/issues/586
Fix percent graph generation for weekly & monthly views
Fix a typo in IPv6 handling which was actually leading to totally ignore IPv4 traffic.
Use MUNIN_STATEFILE env variable to support multiple masters instead of own made.Suggested by Steve Schnepp
Fix regexp in case iptables returns huge numbers. It may not have spaces at the begin of the line.Make use of state file so that the plugin doesn't show an increasing jauge, but a current network usage
Converted traffic plugin to use iptables/ip6tables
You can now choose to use the snmp counters or if your host doesnot support it (in some containers for example), you can set rulesin your firewall and count based on that.