Skip to content

Commit 2ffe165

Browse files
committed
Fixed markdown syntax error in README
1 parent 9786085 commit 2ffe165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Instead the plugins reads the parametes from a hidden toml-formatted configuration file
2222
* Default: `/etc/nagios/.mdbservice`, use `--credentialfile=/path/to/your/file`for a non-default location
2323
* Ideally change the file owner and permissions of `.mdbservice` so that only the user executing the plugins can read the config file
24-
* ```toml
24+
```toml
2525
[localhost]
2626
hostname="localhost"
2727
port=27017
@@ -42,7 +42,7 @@ tls=true
4242

4343
#### Configuring database use
4444
* Open a MongoDB DB shell, create a dedicated monitoring user and assign the `clusterMonitor` role
45-
* ```java
45+
```java
4646
use admin
4747
db.createUser(
4848
{

0 commit comments

Comments
 (0)