mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-01-20 14:07:27 +01:00
Updated Munin (markdown)
This commit is contained in:
parent
33f09b32d2
commit
e4ba8bb36f
@ -1,7 +1,7 @@
|
||||
## Graph your route count
|
||||
|
||||
Number of routes by AS (IPv4)
|
||||
```
|
||||
```bash
|
||||
#!/bin/bash
|
||||
if [ "$1" = "config" ];then
|
||||
echo graph_title Number of routes
|
||||
@ -17,7 +17,7 @@ fi
|
||||
```
|
||||
|
||||
IPv6:
|
||||
```
|
||||
```bash
|
||||
#!/bin/bash
|
||||
if [ "$1" = "config" ];then
|
||||
echo graph_title Number of routes
|
||||
|
Loading…
Reference in New Issue
Block a user