If your InfluxDB listening on UDP?
In my /etc/influxdb/influxdb.conf
.....
[[udp]]
enabled = true
bind-address = ":8089"
database = "proxmox"
log-enabled = false
.....
And don't forget to create the database, from the machine with influxdb:
$ influx
Visit...
It's the same for me. I have a cluster with 2 pfSense VMs with CARP configuration (master/backup) and if I don't disable hardware checksum offload in pfSense I have huge problems with network. Disabling it and using VirtIO drivers, the two pfSense boxes work great.
You can click in the second disk and choose none, so it will install only in the first disk as ZFS raid0
You are running proxmox inside VMware, is it a test environment?
I'm not a CEPH expert, I run a little CEPH cluster not so different from yours (3 nodes, 3x1TB HDD + 1x250GB SSD in each node), what I have learnt is that too much PGs in each OSD will be bad for performance and data distribution.
So if you plan a CEPH cluster with 2 OSDs per node, 3 nodes...
IMHO two OSDs per node are a bit few, however it's working. CEPH in the crushmap have the failure domain (it's related to the rule), that usually is the host. So each PG is replicated <size> number of times across different hosts.
But I strongly advice you against size=2. I read a lot of...
ZFS RAID 1 with the two SSDs, install proxmox on that and use that (local-zfs) for VM disks that need fast storage.
Then ZFS RAID 1+0 with the four spinners, add the new pool as storage on proxmox and use that for VM disks that are ok with a slower storage (small or seldom used datas, and so on)...
Thanks for your reply.
I just added the transformation as you said and now the graph is working as it should, the last problem is that values I see in the Grafana graph are different from the values I see in the Proxmox GUI in the same time range.
Look at examples:
This is the graph of disk...
Hello.
Following the guide at https://pve.proxmox.com/wiki/External_Metric_Server I configured my proxmox servers to send status data to an influxdb server, it's working and I can see nodes measurements and VM/LXC measurements, graphing them in grafana with influxdb data source. But I can't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.