mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-04-26 03:25:22 -04:00
29 lines
698 B
YAML
29 lines
698 B
YAML
modules:
|
|
linode_bucket:
|
|
headers:
|
|
# https://cloud.linode.com/profile/tokens
|
|
Authorization: "Bearer XXXXXX"
|
|
metrics:
|
|
- name: json_linode_size
|
|
path: "{.size}"
|
|
labels:
|
|
bucket: "{.label}"
|
|
zone: "{.cluster}"
|
|
hostname: "{.hostname}"
|
|
- name: json_linode_objects
|
|
path: "{.objects}"
|
|
labels:
|
|
bucket: "{.label}"
|
|
zone: "{.cluster}"
|
|
hostname: "{.hostname}"
|
|
|
|
linode_transfer:
|
|
headers:
|
|
# https://cloud.linode.com/profile/tokens
|
|
Authorization: "Bearer XXXXXX"
|
|
metrics:
|
|
- name: json_linode_transfer_used
|
|
path: "{.used}"
|
|
- name: json_linode_transfer_quota
|
|
path: "{.quota}"
|