docs: data ingestion

* rm extra epmty lines
* rename images in according to https://docs.victoriametrics.com/#images-in-documentation

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2024-08-06 15:34:07 +02:00
parent a46d554f74
commit be0b892ce6
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640
5 changed files with 14 additions and 13 deletions

View file

Before

Width:  |  Height:  |  Size: 9.2 KiB

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View file

@ -11,21 +11,25 @@ aliases:
- /data-ingestion/proxmox.html
- /data-ingestion/Proxmox.html
---
Since Proxmox Virtual Environment(PVE) and Proxmox Backup Server(PBS) support sending data using the InfluxDB We can use the InfluxDB write support built into VictoriaMetrics
Currently PVE and PBS only support using an Authorization Token for authentication and does not support basic auth or a username and password.
Since Proxmox Virtual Environment(PVE) and Proxmox Backup Server(PBS) support sending data using the InfluxDB
we can use the InfluxDB write support built into VictoriaMetrics.
Currently, PVE and PBS only support using an Authorization Token for authentication and does not support basic auth
or a username and password.
## Proxmox Virtual Environment (PVE)
If want help Sending your data to VictoriaMetrics Cloud check out [our blog](https://victoriametrics.com/blog/proxmox-monitoring-with-dbaas/).
> If you want to send your data to VictoriaMetrics Cloud check out [our blog](https://victoriametrics.com/blog/proxmox-monitoring-with-dbaas/).
1. Login to PVE as an administrator
2. Go to DataCenter > MetricServer > Add > InfluxDB
![PVE Metric Navigation](pve-nav.webp)
![PVE Metric Navigation](Proxmox-pve-nav.webp)
3. Set the parameters as follows:
- Name: VictoriaMetrics (can be changed to any string)
- Server: the hostname or IP of your VictoriaMetrics Instance
- Port: This will vary depending how you are sending data to VictoriaMetrics, but the defaults for all components are listed in the [data ingestion documentation](https://docs.victoriametrics.com/data-ingestion.html)
- Port: This will vary depending on how you are sending data to VictoriaMetrics, but the defaults for all components are listed in the [data ingestion documentation](https://docs.victoriametrics.com/data-ingestion.html)
- Protocol: use HTTPS if you have TLS/SSL configured otherwise use HTTP
- Organization: leave it empty since it doesn't get used
- Bucket: leave it empty since it doesn't get used
@ -33,18 +37,17 @@ If want help Sending your data to VictoriaMetrics Cloud check out [our blog](htt
- 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](Proxmox-pve-form.webp)
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.
## Proxmox Backup Server (PBS)
1. Log in to PBS as an administrator
2. Go to Configuration > Metrics Server > Add > InfluxDB
![PBS Metric Navigation](pbs-nav.webp)
![PBS Metric Navigation](Proxmox-pbs-nav.webp)
3. Set the parameters as follows:
- Name: VictoriaMetrics (can be set to any string)
@ -56,12 +59,10 @@ You should see 1 time series per node in your PVE cluster.
- Token: your token from vmauth or leave blank if you don't have authentication enabled
4. Click the `Create` button
![PBS Metric Form](pbs-form.webp)
![PBS Metric Form](Proxmox-pbs-form.webp)
5. Run `cpustat_idle{object="host"}` in vmui or in the explore view in Grafana to verify metrics from PBS are being to VictoriaMetrics.
# References
- [Blog Post for configuring VictoriaMetrics Cloud and Proxmox VE](https://victoriametrics.com/blog/proxmox-monitoring-with-dbaas/)