Recent content by SimonMcNair

  1. S

    proxmox metricserver uptime as float rather than int

    I don't think this is Proxmox or Influx. I think it's telegraf, but I don't know why. I will gather evidence. Thanks for your help.
  2. S

    proxmox metricserver uptime as float rather than int

    Seems like I'm not the only one. Kinda confused as to why it is happening, maybe the error is a misnomer https://community.influxdata.com/t/influxdb2-telegraf-proxmox-field-type-conflict-while-using-inputs-socket-listener-for-proxmox-metrics/23585
  3. S

    Adding memtest, gparted, clonezilla

    I'd love to know how to do this. It's beyond my linux foo at the moment
  4. S

    [TUTORIAL] Using NGINX as Reverse Proxy Externally

    --- version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' container_name: npm restart: unless-stopped ports: - '80:80' # Public HTTP Port - '443:443' # Public HTTPS Port - '81:81' # Admin Web Port volumes: - ./data:/data -...
  5. S

    proxmox metricserver uptime as float rather than int

    When I run telegraf --test /etc/telegraf the output for system is: > system,host=134e7e15f4ba load1=2.21,load15=1.92,load5=2.31,n_cpus=1i,n_users=0i 1667813275000000000 > system,host=134e7e15f4ba uptime=245239i 1667813275000000000 > system,host=134e7e15f4ba uptime_format="2 days, 20:07"...
  6. S

    proxmox metricserver uptime as float rather than int

    Thank you for taking the time to check the code and confirm it isn't proxmox. Considering The only two sources I have writing to the influxdb are proxmox and telegraf I'm confused as to what could have created the metric as a float. I will investigate further. Thanks again.
  7. S

    proxmox metricserver uptime as float rather than int

    Hi, I happened to look at my influx logs and noticed the following error occurring: ts=2022-11-03T15:52:15.241668Z lvl=info msg="Failed to write point batch to database" log_id=0dwTt70G000 service=udp db_instance=udp error="partial write: field type conflict: input field \"uptime\" on...
  8. S

    Error 401: permission denied - invalid PVE ticket Help Please

    with mine this happens when my session is stale and/or I'm logging on to another node in the cluster from a logon session on a different server. normally just refreshing the page and logging in again fixes it. Not saying that's the answer, just that I've seen it before.
  9. S

    [TUTORIAL] Using NGINX as Reverse Proxy Externally

    I use docker with jc21/nginx-proxy-manager on a separate VM. Easy as pie and just as tasty. Willing to accept other methods work just as well though.
  10. S

    Adding memtest, gparted, clonezilla

    Hi, Given the changes that proxmox makes to grub running does anyone know the process to add more entries to the grub menu please ? I tried grml-rescue to no avail. Your help would be appreciated.
  11. S

    [SOLVED] Run Docker inside LXC

    I think, but am not sure, that lxc provides a certain level of isolation, but not as much as a vm. If you run docker in lxc some containers may not work if they require access to the kernel that lxc will not permit ? If someone could clarify or correct me I would appreciate it.
  12. S

    Best terraform provider ?

    From what I can see the bgp one appears more superior in all ways, but I haven't used it
  13. S

    Best terraform provider ?

    I looked more at the age and maintenance rather than the functionality. It would be nice to bring them both together.
  14. S

    Template migration and cloudinit "Regenerate image"

    Please can you clarify if 'regenerate image' can be executed from the command line, or if this should be unnecessary ? cheers