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 77a5933 commit f8daff4Copy full SHA for f8daff4
README.md
@@ -11,6 +11,10 @@
11
* Written for python3
12
* Minimal dependencies (only required non-default library is `toml`)
13
14
+## Documentation
15
+* [check_mongodb_stats.py](docs/check_mongodb_stats.md)
16
+* [check_mongodb_dbsize.py](docs/check_mongodb_dbsize.md)
17
+
18
## Configuration
19
20
#### Python setup
@@ -57,6 +61,3 @@
57
61
)
58
62
```
59
63
60
-## Documentation
-* [check_mongodb_stats.py](docs/check_mongodb_stats.md)
-* [check_mongodb_dbsize.py](docs/check_mongodb_dbsize.md)
0 commit comments