feat: webdav provided by sftpgo

This commit is contained in:
Ryan Yin
2024-02-19 14:22:27 +08:00
parent 2cbf8df0fa
commit 7a229f6e79
6 changed files with 146 additions and 13 deletions

View File

@@ -89,6 +89,19 @@
}
];
}
{
job_name = "sftpgo-embedded-exporter";
scrape_interval = "30s";
metrics_path = "/metrics";
static_configs = [
{
targets = ["${vars_networking.hostAddress.kana.address}:10000"];
labels.type = "app";
labels.app = "v2ray";
}
];
}
];
# specifies Alertmanager instances the Prometheus server sends alerts to