Skip to content

Commit 644e10c

Browse files
committed
fix: fixup broken readme
1 parent 9b3da0e commit 644e10c

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ Choose one deployment style:
1818

1919
1. Build and start:
2020

21-
<pre>
21+
```
2222
docker compose build
2323
docker compose up -d
24-
</pre>
24+
```
2525

2626
2. Create `/usr/local/gri/gritab` in the running container (example):
2727

28-
<pre>
28+
```
2929
docker compose exec gri sh -lc 'cat >/usr/local/gri/gritab <<EOF
3030
host.example.com ver=2c community=public
3131
router.example.com ver=2c community=xxxxxxxx
3232
EOF'
33-
</pre>
33+
```
3434

3535
3. Check logs:
3636

@@ -96,11 +96,11 @@ gritab is a file used to specify the information collection target.
9696
By default, the file path is `/usr/local/gri/gritab`
9797

9898
Example:
99-
<pre>
99+
```
100100
# gritab example
101101
host.example.com ver=2c community=public
102102
router.example.com ver=2c community=xxxxxxxx
103-
</pre>
103+
```
104104

105105
* A line beginning with # is a comment line.
106106
* Each line consists of one host for which data is to be collected by GRI.
@@ -133,12 +133,12 @@ gri.conf is the settings file that determines the global operation of GRI.
133133
By default, the file path is `/usr/local/gri/gri.conf`.
134134

135135
Example:
136-
<pre>
136+
```
137137
# gri.conf example
138138
root-dir /usr/local/gri
139139
gritab-path /usr/local/gri/gritab
140140
font DEFAULT:0:IPAPGothic
141-
</pre>
141+
```
142142

143143
###### Description of typical options
144144

0 commit comments

Comments
 (0)