aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_shares.py
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloud_shares.py')
-rwxr-xr-xnextcloud_shares.py24
1 files changed, 15 insertions, 9 deletions
diff --git a/nextcloud_shares.py b/nextcloud_shares.py
index 0057a4c..4c70d06 100755
--- a/nextcloud_shares.py
+++ b/nextcloud_shares.py
@@ -26,27 +26,33 @@ class NextcloudShares:
'graph_vlabel number of shares',
'graph_info graph showing the number of shares',
'graph_category nextcloud',
- 'num_fed_shares_received.label federated shares recieved',
- 'num_fed_shares_received.info current total of federated shares recieved',
- 'num_fed_shares_received.min 0',
- 'num_fed_shares_sent.label federated shares sent',
- 'num_fed_shares_sent.info current total of federated shares sent',
- 'num_fed_shares_sent.min 0',
'num_shares.label total number of shares',
'num_shares.info current over all total of shares',
'num_shares.min 0',
+ 'num_shares_user.label user shares',
+ 'num_shares_user.info current total of user shares',
+ 'num_shares_user.min 0',
'num_shares_groups.label group shares',
'num_shares_groups.info current total of group shares',
'num_shares_groups.min 0',
'num_shares_link.label link shares',
'num_shares_link.info current total of shares through a link',
'num_shares_link.min 0',
+ 'num_shares_mail.label mail shares',
+ 'num_shares_mail.info current total of mail shares',
+ 'num_shares_mail.min 0',
+ 'num_shares_room.label room shares',
+ 'num_shares_room.info current total of room shares',
+ 'num_shares_room.min 0',
'num_shares_link_no_password.label link shares without a password',
'num_shares_link_no_password.info current total of shares through a link without a password protection',
'num_shares_link_no_password.min 0',
- 'num_shares_user.label user shares',
- 'num_shares_user.info current total of user shares',
- 'num_shares_user.min 0'
+ 'num_fed_shares_sent.label federated shares sent',
+ 'num_fed_shares_sent.info current total of federated shares sent',
+ 'num_fed_shares_sent.min 0',
+ 'num_fed_shares_received.label federated shares recieved',
+ 'num_fed_shares_received.info current total of federated shares recieved',
+ 'num_fed_shares_received.min 0'
]
}