API token not working

weeglos

New Member
Sep 6, 2024
2
0
1
So I am trying to get the apparently problematic Zabbix plugin to work with Proxmox.

In doing so, I am trying to verify that the API on Proxmox will respond to a basic query, but getting errors whenever I try. What am I missing?

Here is what I'm doing:

user@linux-ubuntu:~$ curl --insecure -H "Authorization: PVEAPIToken=zabbix@pve\!zabbix=<<token id redacted>>" 'https://<<proxmox server redacted>>:8006/api2/json/'

And the error message:

curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0

I have configured the zabbix user with key:

Code:
root@proxmox:~# pveum user list
┌────────────┬─────────┬─────────────────┬────────┬────────┬───────────┬────────┬────────┬──────────┬────────────┬──────────────────┬────────┬─────────────┐
│ userid     │ comment │ email           │ enable │ expire │ firstname │ groups │ keys   │ lastname │ realm-type │ tfa-locked-until │ tokens │ totp-locked │
╞════════════╪═════════╪═════════════════╪════════╪════════╪═══════════╪════════╪════════╪══════════╪════════════╪══════════════════╪════════╪═════════════╡
│ root@pam   │         │ <<redacted>>    │ 1      │      0 │           │        │        │          │ pam        │                  │        │             │
├────────────┼─────────┼─────────────────┼────────┼────────┼───────────┼────────┼────────┼──────────┼────────────┼──────────────────┼────────┼─────────────┤
│ zabbix@pam │         │                 │ 1      │      0 │           │        │ zabbix │          │ pam        │                  │        │             │
└────────────┴─────────┴─────────────────┴────────┴────────┴───────────┴────────┴────────┴──────────┴────────────┴──────────────────┴────────┴─────────────┘
root@proxmox:~# pveum user token list zabbix@pam
┌─────────┬─────────┬────────┬─────────┐
│ tokenid │ comment │ expire │ privsep │
╞═════════╪═════════╪════════╪═════════╡
│ zabbix  │         │      0 │ 0       │
└─────────┴─────────┴────────┴─────────┘

Code:
root@proxmox:~# pveum user token permissions zabbix@pam zabbix
┌──────────┬─────────────────┐
│ ACL path │ Permissions     │
╞══════════╪═════════════════╡
│ /        │ Datastore.Audit │
│          │ Mapping.Audit   │
│          │ Pool.Audit      │
│          │ SDN.Audit       │
│          │ Sys.Audit       │
│          │ VM.Audit        │
└──────────┴─────────────────┘
Permissions marked with '(*)' have the 'propagate' flag set.
 
I noticed I was referencing a token 'zabbix@pve' but only had 'zabbix@pam' in my CURL. I fixed that but still have the same issue:

Code:
[root@zabbix ~]# curl --insecure -H "Authorization: PVEAPIToken=zabbix@pve\!zabbix=<<redacted>>" 'https://proxmox:8006/api2/json/'
    curl: (56) OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0
    


    root@proxmox:/etc/pve/nodes/seinar/qemu-server# pveum user list
    ┌────────────┬─────────┬─────────────────┬────────┬────────┬───────────┬────────┬──────┬──────────┬────────────┬──────────────────┬────────┬─────────────┐
    │ userid     │ comment │ email           │ enable │ expire │ firstname │ groups │ keys │ lastname │ realm-type │ tfa-locked-until │ tokens │ totp-locked │
    ╞════════════╪═════════╪═════════════════╪════════╪════════╪═══════════╪════════╪══════╪══════════╪════════════╪══════════════════╪════════╪═════════════╡
    │ root@pam   │         │ <<redacted>>    │ 1      │      0 │           │        │      │          │ pam        │                  │        │             │
    ├────────────┼─────────┼─────────────────┼────────┼────────┼───────────┼────────┼──────┼──────────┼────────────┼──────────────────┼────────┼─────────────┤
    │ zabbix@pve │         │                 │ 1      │      0 │           │        │      │          │ pve        │                  │        │             │
    └────────────┴─────────┴─────────────────┴────────┴────────┴───────────┴────────┴──────┴──────────┴────────────┴──────────────────┴────────┴─────────────┘
    root@seinar:/etc/pve/nodes/seinar/qemu-server# pveum user token list zabbix@pve
    ┌─────────┬─────────┬────────┬─────────┐
    │ tokenid │ comment │ expire │ privsep │
    ╞═════════╪═════════╪════════╪═════════╡
    │ zabbix  │         │      0 │ 0       │
    └─────────┴─────────┴────────┴─────────┘


      root@proxmox:/etc/pve/nodes/seinar/qemu-server# pveum user token permissions zabbix@pve zabbix
    ┌────────────────┬─────────────────────┐
    │ ACL path       │ Permissions         │
    ╞════════════════╪═════════════════════╡
    │ /              │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /access        │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /access/groups │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /nodes         │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /pool          │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /sdn           │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /storage       │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    ├────────────────┼─────────────────────┤
    │ /vms           │ Datastore.Audit (*) │
    │                │ Mapping.Audit (*)   │
    │                │ Pool.Audit (*)      │
    │                │ SDN.Audit (*)       │
    │                │ Sys.Audit (*)       │
    │                │ VM.Audit (*)        │
    └────────────────┴─────────────────────┘
    Permissions marked with '(*)' have the 'propagate' flag set.
 
I just installed the Zabbix Proxmox monitoring , bu following this webpage.
https://geekistheway.com/2022/12/31/monitoring-proxmox-ve-using-zabbix-agent/

See the comments at bottom.
I replicated all the "Api token" permissions on the "Monitoring user too".
And i created an additional MACRO : {$PVE.URL.HOST} - Containing the ip (or hostname) pf my Proxmox PVE Host


I took a bit of "Picture inspiration from here" , but do NOT like the that that page using the root user for monitoring.
https://rdr-it.io/en/proxmox-supervision-with-zabbix/#


Before doing any of the above, i installed the zabbix agent2 (on the pve host) , as described on the page above.
Folliwing this one.
https://geekistheway.com/2022/12/31/configuring-zabbix-agents-on-linux-servers/

To get the correct zabbix "deb" package for your version go here (the deb just adds the correct zabbix repos)
https://www.zabbix.com/download


Edit:
Remember to download the correct template for your Zabbix version (I use Zabbix 6.0.xx) , See pict

/Bingo
 

Attachments

  • zab-prox-host .png
    zab-prox-host .png
    48.8 KB · Views: 2
  • zab-dl-template.png
    zab-dl-template.png
    67 KB · Views: 2
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!