aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2019-06-26 14:54:16 +0200
committernico <nico@magicbroccoli.de>2019-06-26 14:54:16 +0200
commitbde6e46db4f724c36bb29d99cab172680573c29c (patch)
treebf1f9fdcdc32fd929c6a06117e5dcdbe836cbf34
parentfc6a0f36c4f05ee233d24db0220b587a5b09c54e (diff)
CodeFactor badge
+ add CodeFactor Badge to repository
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a503ad..b1b12e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Nextcloud Munin Plugin
+# Nextcloud Munin Plugin [![CodeFactor](https://www.codefactor.io/repository/github/mightybroccoli/nextcloud-munin-py/badge/master)](https://www.codefactor.io/repository/github/mightybroccoli/nextcloud-munin-py/overview/master)
Within this repository there are some basic Munin Plugins gathering information from the NextCloud external API. I choose to also include a multigraph plugin `nextcloud_multi.py` which does everything the other plugins dynamically.
There are requirements for using a multigraph plugin which can be read up here : [Munin-Monitoring.org/multigraphing](http://guide.munin-monitoring.org/en/latest/plugin/multigraphing.html)