diff --git a/docs/data-ingestion/Proxmox.md b/docs/data-ingestion/Proxmox.md index c1ae59760..5411ed88f 100644 --- a/docs/data-ingestion/Proxmox.md +++ b/docs/data-ingestion/Proxmox.md @@ -23,8 +23,7 @@ If want help Sending your data to Managed VictoriaMetrics check out [our blog](h 1. Login to PVE as an administrator 2. Go to DataCenter > MetricServer > Add > InfluxDB -![PVE Metric Navigation](pve-nav.webp) - +PVE Metric Navigation 3. Set the parameters as follows: - Name: VictoriaMetrics (can be changed to any string) @@ -37,7 +36,7 @@ If want help Sending your data to Managed VictoriaMetrics check out [our blog](h - If you need to ignore TLS/SSL errors check the advanced box and uncheck the verify certificate box 4. Click the `Create` button -![PVE Metric Form](pve-form.webp) +PVE Metric Form 5. Run `system_uptime{object="nodes"}` in vmui or in the explore view in Grafana to verify metrics from PVE are being sent to VictoriaMetrics. You should see 1 time series per node in your PVE cluster. @@ -47,7 +46,7 @@ You should see 1 time series per node in your PVE cluster. 2. Go to Configuration > Metrics Server > Add > InfluxDB -![PBS Metric Navigation](pbs-nav.webp) +PBS Metric Navigation 3. Set the parameters as follows: @@ -61,7 +60,7 @@ You should see 1 time series per node in your PVE cluster. 4. Click the `Create` button -![PBS Metric Form](pbs-form.webp) +PBS Metric Form 5. Run `cpustat_idle{object="host"}` in vmui or in the explore view in Grafana to verify metrics from PBS are being to VictoriaMetrics.