e4ba8bb36fee4b6256a323c0590cc4fa9bfffec0
howto/Munin.md
| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | ## Graph your route count |
| 2 | 2 | |
| 3 | 3 | Number of routes by AS (IPv4) |
| 4 | -``` |
|
| 4 | +```bash |
|
| 5 | 5 | #!/bin/bash |
| 6 | 6 | if [ "$1" = "config" ];then |
| 7 | 7 | echo graph_title Number of routes |
| ... | ... | @@ -17,7 +17,7 @@ fi |
| 17 | 17 | ``` |
| 18 | 18 | |
| 19 | 19 | IPv6: |
| 20 | -``` |
|
| 20 | +```bash |
|
| 21 | 21 | #!/bin/bash |
| 22 | 22 | if [ "$1" = "config" ];then |
| 23 | 23 | echo graph_title Number of routes |