e198d60a5b73152cc31e628e9be4811bdfb2301f
services/Statistics.md
| ... | ... | @@ -18,7 +18,7 @@ collectd refuses to exec scripts as root. On Debian vtysh is compiled with PAM s |
| 18 | 18 | |
| 19 | 19 | #### bgp_prefixes-quagga.sh |
| 20 | 20 | |
| 21 | -``` |
|
| 21 | +```sh |
|
| 22 | 22 | #!/bin/bash |
| 23 | 23 | |
| 24 | 24 | INTERVAL=10 |
| ... | ... | @@ -37,7 +37,7 @@ done |
| 37 | 37 | |
| 38 | 38 | #### Number of prefixes per neighbour for bird |
| 39 | 39 | |
| 40 | -``` |
|
| 40 | +```sh |
|
| 41 | 41 | #!/bin/sh |
| 42 | 42 | # |
| 43 | 43 | # Collectd script for collecting the number of routes going through each |