We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9786085 commit 2ffe165Copy full SHA for 2ffe165
README.md
@@ -21,7 +21,7 @@
21
* Instead the plugins reads the parametes from a hidden toml-formatted configuration file
22
* Default: `/etc/nagios/.mdbservice`, use `--credentialfile=/path/to/your/file`for a non-default location
23
* Ideally change the file owner and permissions of `.mdbservice` so that only the user executing the plugins can read the config file
24
- * ```toml
+```toml
25
[localhost]
26
hostname="localhost"
27
port=27017
@@ -42,7 +42,7 @@ tls=true
42
43
#### Configuring database use
44
* Open a MongoDB DB shell, create a dedicated monitoring user and assign the `clusterMonitor` role
45
-* ```java
+```java
46
use admin
47
db.createUser(
48
{
0 commit comments