Zabbix integration into Proxmox facing several error & problems

julwonn

New Member
Oct 9, 2025
2
0
1
Hello Guys!

im currently working on the zabbix integration into my Proxmox Ubuntu VM and facing several issues regarding the http and data flow.
The installation on my VM was pretty quick and i have no problems with it. But if it comes to the case i need to show Data from Cisco Meraki Devices (like APs, MS and my Appliances) it is not working well!

What i've done so far:
- created a Host for my Meraki-Cloud (within 32 Items)
- created Host for the Device, for example my MX
- created the Meraki Cloud Dashboard, but no Data is showing
- created Macros (regarding Cisco Meraki)

What errors im facing right now?
I'll show them as images below.

So my question is, is this a error regarding proxmox or some authentication/dns problems?
I dont know the solution for it and some several problems arent outa there!

I hope some one can help me
 

Attachments

  • Bildschirmfoto 2025-10-10 um 13.35.43.png
    Bildschirmfoto 2025-10-10 um 13.35.43.png
    184.4 KB · Views: 8
  • Bildschirmfoto 2025-10-10 um 13.37.47.png
    Bildschirmfoto 2025-10-10 um 13.37.47.png
    37.6 KB · Views: 8
  • Bildschirmfoto 2025-10-10 um 13.38.16.png
    Bildschirmfoto 2025-10-10 um 13.38.16.png
    16 KB · Views: 8
Welcome, julwonn.
Your second image lacks the lower part of the view, so I can only guess.
Is the right IP address entered? Or the proper working domainname?
Is the port number (most likely 10050) entered?
 
Hey, thanks for your answer. The port number is 10050, thats right!
My ip address is in connection with proxmox and out intern company network.

I think something is not working regarding cisco meraki. Because when i create a new Host im getting:
{"uplinksLL":[],"error":"Failed to parse response received from Meraki API. Check debug log for more information."}
 
Last edited:
Execute from the command line shell of the Zabbix server:
telnet ip.address.of.meraki 10050
(replace ip.address... with the IP address of that Meraki device)
and post the result.
 
Hello Guys!

im currently working on the zabbix integration into my Proxmox Ubuntu VM and facing several issues regarding the http and data flow.
The installation on my VM was pretty quick and i have no problems with it. But if it comes to the case i need to show Data from Cisco Meraki Devices (like APs, MS and my Appliances) it is not working well!

What i've done so far:
- created a Host for my Meraki-Cloud (within 32 Items)
- created Host for the Device, for example my MX
- created the Meraki Cloud Dashboard, but no Data is showing
- created Macros (regarding Cisco Meraki)

What errors im facing right now?
I'll show them as images below.

So my question is, is this a error regarding proxmox or some authentication/dns problems?
I dont know the solution for it and some several problems arent outa there!

I hope some one can help me
This isn’t a Proxmox issue — it’s between Zabbix and the Meraki API. The problem usually comes from API authentication, Org ID, or network/DNS reachability from your VM to api.meraki.com.

Start by testing API access directly from the VM with:

Code:
curl -s -H "X-Cisco-Meraki-API-Key: <yourkey>" https://api.meraki.com/api/v1/organizations

If that fails, it’s an API or network config problem, not Proxmox. You can check the Zabbix forums or Cisco Meraki Developer Hub for the correct setup and macros.