Monitoring proxmox health

yatesco

Renowned Member
Sep 25, 2009
230
10
83
Hi,

I have installed Proxmox 5 on a single server and everything looks great. I have configured backups and receiving emails about those.

My question is, will proxmox also email me on smart (disk) failures/temperature warnings etc.? What about diskspace, running out of memory etc.?

Thanks!
 
Thanks udo. icinga2? - I remember when nagios was a new thing, that makes me feel old :-).
 
Try monit ! Others tools like Incinga/Nagios, are only for "see" the IT system, but can not do nothing more. Monit has acction, so it can react on a situation. For example if free disk-space is less then 10 %, then let delete some files/zfs-snapshoots/what-ever. The limit is only your imagination.
 
Thanks for the link.

I remember researching a bunch of these a few years ago and zabbix came out the clear winner. However, OpenSource years are longer than dog years so it is worth reviewing again.

Try monit ! Others tools like Incinga/Nagios, are only for "see" the IT system, but can not do nothing more. Monit has acction, so it can react on a situation. For example if free disk-space is less then 10 %, then let delete some files/zfs-snapshoots/what-ever. The limit is only your imagination.