You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-22Lines changed: 1 addition & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -841,7 +841,7 @@ Then system interrupt remapping is supported and you do not need to enable unsaf
841
841
842
842
## Metrics Server Configuration
843
843
844
-
You can configure metric servers in Proxmox VE using the `proxmox_metric_server` module. Below is an example configuration for different types of metric servers:
844
+
You can configure metric servers in Proxmox VE using the `pve_metric_servers` role variable. Below is an example configuration for different types of metric servers:
845
845
846
846
```yaml
847
847
pve_metric_servers:
@@ -853,7 +853,6 @@ pve_metric_servers:
853
853
organization: myorg
854
854
bucket: mybucket
855
855
token: mytoken
856
-
disable: false
857
856
timeout: 30
858
857
max_body_size: 25000000
859
858
verify_certificate: true
@@ -863,7 +862,6 @@ pve_metric_servers:
863
862
type: graphite
864
863
protocol: tcp
865
864
path: mygraphitepath
866
-
disable: false
867
865
mtu: 1500
868
866
```
869
867
@@ -885,25 +883,6 @@ pve_metric_servers:
885
883
- `mtu`: (optional) MTU for UDP metric transmission.
886
884
- `verify_certificate`: (optional) Verify SSL certificate. Available only for influxdb with https.
887
885
888
-
### Example Configuration
889
-
890
-
Here is an example configuration to create a new InfluxDB metric server:
891
-
892
-
```yaml
893
-
- name: Create a new InfluxDB metric server
894
-
proxmox_metric_server:
895
-
id: "influxdb"
896
-
port: 8086
897
-
server: "influxdb.example.com"
898
-
type: "influxdb"
899
-
protocol: "http"
900
-
organization: "myorg"
901
-
bucket: "mybucket"
902
-
token: "mytoken"
903
-
```
904
-
905
-
For more information, refer to the Proxmox VE API documentation: [Proxmox VE API Viewer](https://pve.proxmox.com/pve-docs/api-viewer/index.html#/cluster/metrics/server/{id}).
906
-
907
886
## Developer Notes
908
887
909
888
When developing new features or fixing something in this role, you can test out
0 commit comments