Ver código fonte

more info in the readme

sebastian 4 anos atrás
pai
commit
74a7da9a49
1 arquivos alterados com 4 adições e 2 exclusões
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -1,8 +1,10 @@
 # Nextcloud Munin Plugin
-This repository contains a munin plugin writen as a bash script to gather information about the size of the nextcloud instance. 
+This repository contains a munin plugin writen as a bash script to gather information about the size of the nextcloud instance. It shows the size of your entire instance and the size of the user directories. There is no need to define new users as the script retrieves information for all found users automatically. 
 
 ## install
-Copy the script du_nextcloud into the directory of your munin plugins, e.g 
+Modify the script and change the $DIR variable such that it points to your nextcloud instance containing the data/ folder. 
+
+Next, copy the script du_nextcloud into the directory of your munin plugins, e.g 
 ```
 cp ./du_nextcloud /usr/share/munin/plugins
 ```