Changes between Version 10 and Version 11 of TipAndDoc/monitor/munin
- Timestamp:
- Oct 26, 2011 8:44:02 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/monitor/munin
v10 v11 62 62 63 63 = plugins = 64 64 * [http://www.linuxquestions.org/questions/programming-9/bash-scripting-for-iptables-munin-760352/ Bash-scripting for iptables/munin] 65 > > I am trying to write this munin script to log all the accepted TCP/UDP/ICMP packets that are comming trough my iptable firewall. 66 > {{{ 67 > echo tcp.value `iptables -vxL | grep 'ACCEPT.*tcp' | cut -c1-8` 68 > }}} 69 70 * [https://ostlogd.spenneberg.net/wordpress/?p=220 IPTables und Munin analysieren Netzwerktraffic] 71 72 == plugin list == 65 73 ||=plugin=||=families=||=capabilities=||=description=|| 66 74 ||acpi||auto||autoconf||Munin plugin to monitor the temperature in different ACPI Thermal zones.||