Search results

  1. D

    Proxmox VE monitoring

    If you use cluster - yes, but many people do not use clusters. =)
  2. D

    Monitoring Proxmox

    InfluxDB provides for free only single node installation when VictoriaMetrics provide Cluster as well as Single Node. See more benefits on https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#prominent-features As for vmagent - you can send metrics to VictoriaMetrics...
  3. D

    Monitoring Proxmox

    Check this out https://victoriametrics.com/blog/proxmox-monitoring-with-dbaas :) If you have any questions - welcome to VictoriaMetrics Slack or Telegram communities.
  4. D

    Proxmox VE monitoring

    Yep, I've talking with maintainer who wrote this comment =)
  5. D

    Proxmox VE monitoring

    VictoriaMetrics ---------------------- Cons: 1) Smaller community ? 2) Not as established? 3) Per Debian changes, it doesn't include the web GUI: "Exclude and disable vmui from code, based on TypeScript and node.js, with unclear source provenance." 1) It has a big community on github but...
  6. D

    Monitoring Proxmox

    I will post how to monitor it without InfluxDB on this week. ;) Keep calm
  7. D

    Monitoring Proxmox

    I'm using vmagent, VictoriaMetrics and https://grafana.com/grafana/dashboards/13307 dashboard .
  8. D

    VMS Information / Inventory

    Looks like you talk about GitOps way, but AFAIK it is not possible because some of users configure proxmox from pve cli commands which are note showing in WebUI. IMHO: Proxmox need to have one proper way for configuration or display all changes in the web interface after applying some CLI commands.
  9. D

    [Sun Oct 31 14:21:22 2021] lvm2-activation-generator: lvmconfig failed

    Got this error while run installation of Proxmox 7 on Debian 11 root@hub1:/home/dengolius# apt install -f Reading package lists... Done Building dependency tree... Done Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2 not fully installed or...
  10. D

    VMS Information / Inventory

    Thank you. I will check them.
  11. D

    How to add additional information to your wiki pagehttps://pve.proxmox.com/wiki/External_Metric_Server ?

    Check this link https://grafana.com/grafana/dashboards/13307 and you will see that this is a popular dashboard which Proxmox users use to monitor their Hypervisors and maybe it will be interesting for partnership.
  12. D

    How to add additional information to your wiki pagehttps://pve.proxmox.com/wiki/External_Metric_Server ?

    Hello! There is additional tool that is open source project named VictoriaMetrics https://docs.victoriametrics.com/#prominent-features . And you can configure to push InfluxDB and Graphite metrics to it. How to add additional information to your wiki page...
  13. D

    VMS Information / Inventory

    Where to find information about adding some additional information to the Proxmox wiki page? I mean this https://pve.proxmox.com/wiki/External_Metric_Server link. Or how I can contact with you or some one else who can help me with this feature?
  14. D

    Proxmxo External Metric Server - list and explanation of metrics

    FYI see this Grafana dashbord https://grafana.com/grafana/dashboards/13307 and this https://docs.victoriametrics.com/Single-server-VictoriaMetrics.html#prominent-features.
  15. D

    Interface comes up with all question marks

    This information can be helpful root@px4 /home/dengolius #pveversion --verbose proxmox-ve: 6.3-1 (running kernel: 5.4.103-1-pve) pve-manager: 6.3-6 (running version: 6.3-6/2184247e) pve-kernel-5.4: 6.3-7 pve-kernel-helper: 6.3-7 pve-kernel-5.3: 6.1-6 pve-kernel-5.4.103-1-pve: 5.4.103-1...
  16. D

    Interface comes up with all question marks

    1. so you also have all question marks in the interface? Do they go away when you disable the metric server? Nope, I have all question marks when I enabled this metrics server. See attached screenshot. But Virtual Machines works fine, maybe because they works on Linux and not on Windows. 2...
  17. D

    Interface comes up with all question marks

    @Fabian_E do you have any idea how to solve this issue?
  18. D

    Interface comes up with all question marks

    Also I have tried to add dns-name into /etc/hosts 192.168.8.11 victoria cat /etc/pve/status.cfg influxdb: px4 port 8428 server victoria influxdbproto http But result is the same: tail -f /var/log/syslog Apr 2 11:16:49 px4 pvestatd[1130]: lxc status update error: can't open...
  19. D

    Interface comes up with all question marks

    Here is my syslog Apr 2 10:31:01 px4 systemd[1]: Started Proxmox VE replication runner. Apr 2 10:31:28 px4 pvedaemon[20925]: removing influxdb credentials file '/etc/pve/priv/metricserver/p4.pw' failed: No such file or directory Apr 2 10:31:29 px4 pvestatd[1130]: node status update error...
  20. D

    proxmox zst backup format can't be restored from gui

    LOL, as for vma.gzip adding one word into archive name - works well, but for zst adding word breaks the working logic of the archiver? I think that this is at least a strange conclusion and strange logic of work... If proxmox web ui shows the archive - so it must works well. But if now - it's...