mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Small fix for nextcloud_apps_multigraph
This commit is contained in:
parent
33af56af2a
commit
667ee02b67
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ num_storages_home.min 0
|
|||
num_storages_other.label number of other storages
|
||||
num_storages_other.info current number of other storages
|
||||
num_storages_other.min 0
|
||||
multigraph nextcloud_app_$CLEANDOMAIN
|
||||
multigraph nextcloud_apps_$CLEANDOMAIN
|
||||
graph_title Nextcloud apps on $DOMAIN
|
||||
graph_args --base 1000 -l 0
|
||||
graph_printf %.0lf
|
||||
|
@ -231,5 +231,5 @@ echo "multigraph nextcloud_dbsize_$CLEANDOMAIN"
|
|||
echo "db_size.value $DBSIZE"
|
||||
|
||||
# apps
|
||||
echo "multigraph nextcloud_app_updates_$CLEANDOMAIN"
|
||||
echo "multigraph nextcloud_apps_$CLEANDOMAIN"
|
||||
print_json_data "$APPS" num_installed num_updates_available
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue