c9301ed407ac2a38cacd574e521a4336f71b624d
howto/Munin.md
| ... | ... | @@ -1,7 +1,8 @@ |
| 1 | 1 | ## Graph your route count |
| 2 | 2 | |
| 3 | 3 | Number of routes by AS (IPv4) |
| 4 | -```#!/bin/bash |
|
| 4 | +``` |
|
| 5 | +#!/bin/bash |
|
| 5 | 6 | if [ "$1" = "config" ];then |
| 6 | 7 | echo graph_title Number of routes |
| 7 | 8 | echo graph_vlabel num. routes |