Monitoring Proxmox With Zabbix

paolone

New Member
May 6, 2024
27
1
3
Hello

I've some Proxmox cluster and PBS.
I want to monitor this features:

  • Used Space Root
  • User Disk Space Datastore
  • Used Memory
  • Used SWAP
  • ZFS Raid Degraded
  • Network Usage
  • Network Disconnected
  • PVE Version
  • Update Status
  • Uptime
  • QEMU presence
  • QEMU inside VM Disco RAM CPU
  • Degraded ZFS Raid
  • Snapshot present
  • Vzdump backup status
  • PBS Verify Status
  • PBS Garbage Collector Status
  • PBS Space Root
I've found original Zabbix template https://www.zabbix.com/integrations/proxmox
But It doesn't monitor storage status and backup.
Wich is your strategy to monitor Proxmox via Zabbix?

My best regards
 
I've found original Zabbix template https://www.zabbix.com/integrations/proxmox
But It doesn't monitor storage status and backup.
Wich is your strategy to monitor Proxmox via Zabbix?
Hi, I've been using these templates to monitor Zabbix Host:
- Linux by Zabbix agent active
- Linux Needrestart
- Proxmox Services
- Systemd by Zabbix Agent 2
- APT Updates
- LM-Sensors
- ZFS on Linux Active.

Into every VM I host I also have Zabbix installed and have some templates to monitor them:
Linux:
- Linux by Zabbix agent active
- Linux Needrestart
- OS Processes by Zabbix Agent (hand picked processes to monitor)
- APT Updates (Same as host, apt-based OS)

Windows VM:
- Windows by Zabbix agent active

These ones I'm afraid there isn't a ready-to-go template:
  • Snapshot present
  • Vzdump backup status
  • PBS Verify Status
  • PBS Garbage Collector Status
 
Hello Santiagobiali

thanks for your answer.
For
  • Snapshot present
  • Vzdump backup status
  • PBS Verify Status
  • PBS Garbage Collector Status
Do you know a payment template ?

my best regards