nextcloud kategorie angepasst
This commit is contained in:
parent
9c8c31988d
commit
6aafbf4a37
1 changed files with 6 additions and 6 deletions
12
extern/nextcloud_
vendored
12
extern/nextcloud_
vendored
|
@ -97,7 +97,7 @@ graph_args --base 1000 -l 0
|
|||
graph_printf %.0lf
|
||||
graph_vlabel connected users
|
||||
graph_info number of connected user
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
last5minutes.label last 5 minutes
|
||||
last5minutes.info users connected in the last 5 minutes
|
||||
last5minutes.min 0
|
||||
|
@ -116,7 +116,7 @@ graph_args --base 1000 -l 0
|
|||
graph_printf %.0lf
|
||||
graph_vlabel number of files
|
||||
graph_info number of files
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
num_files.label number of files
|
||||
num_files.info current number of files
|
||||
num_files.min 0
|
||||
|
@ -126,7 +126,7 @@ graph_args --base 1000 -l 0
|
|||
graph_printf %.0lf
|
||||
graph_vlabel number of shares
|
||||
graph_info number of shares
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
num_shares.label total number of shares
|
||||
num_shares.info current over all total of shares
|
||||
num_shares.min 0
|
||||
|
@ -159,7 +159,7 @@ graph_title Nextcloud database size on ${DOMAIN}
|
|||
graph_args --base 1024 -l 0
|
||||
graph_vlabel size in bytes
|
||||
graph_info database database size in bytes
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
db_size.label database size in bytes
|
||||
db_size.info database size in bytes
|
||||
db_size.draw AREA
|
||||
|
@ -170,7 +170,7 @@ graph_args --base 1000 -l 0
|
|||
graph_printf %.0lf
|
||||
graph_vlabel number
|
||||
graph_info number of storages
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
num_storages.label total number of storages
|
||||
num_storages.info current total of storages
|
||||
num_storages.min 0
|
||||
|
@ -189,7 +189,7 @@ graph_args --base 1000 -l 0
|
|||
graph_printf %.0lf
|
||||
graph_vlabel apps
|
||||
graph_info number of installed and updatable apps
|
||||
graph_category cloud
|
||||
graph_category nextcloud
|
||||
num_updates_available.label available app updates
|
||||
num_updates_available.info number of available app updates
|
||||
num_updates_available.min 0
|
||||
|
|
Loading…
Reference in a new issue