Updating README

This commit is contained in:
Alarig Le Lay 2018-05-17 14:26:55 +02:00
부모 699aec3c60
커밋 766498a724
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -12,3 +12,11 @@ You have to run this script under a user that have access to the bird socket.
[bird*]
user root
```
The plugin must be named bird_v6 for IPv6 routes and bird_v4 for legacy.
```
$ ls -lh /usr/local/etc/munin/plugins/bird_v*
lrwxr-xr-x 1 root wheel 36B May 7 11:29 /usr/local/etc/munin/plugins/bird_v4 -> /usr/local/share/munin/plugins/bird_
lrwxr-xr-x 1 root wheel 36B May 7 11:29 /usr/local/etc/munin/plugins/bird_v6 -> /usr/local/share/munin/plugins/bird_
```