Munin plugin showing the size of your nextcloud instance and all registered users

sebastian da1eb84712 updated readme 4 سال پیش
README.md da1eb84712 updated readme 4 سال پیش
du_nextcloud e1396a2a02 initial commit 4 سال پیش

README.md

Nextcloud Munin Plugin

This repository contains a munin plugin writen as a bash script to gather information about the size of the nextcloud instance.

install

Copy the script du_nextcloud into the directory of your munin plugins, e.g

cp ./du_nextcloud /usr/share/munin/plugins

Then link the plugin into the munin configuration folder, e.g.

    ln -s /usr/share/munin/plugins/du_nextcloud /etc/munin/plugins/du_nextcloud

Make sure the script runs as root. Add the following two lines at the end of the file /etc/munin/plugin-conf.d/munin-node

[du_nextcloud]
user root

Test your installation with

munin-run du_nextcloud