Hi everyone,
I'm in charge of the monitoring in this small company I work for. We have a couple of Windows and Linux servers. I created these triggers for monitoring the memory :
{OS - Windows - Base:vm.memory.size[pavailable].count(#3,{$FREE_MEMORY},lt)}=3
{OS - Linux - Base:vm.memory.size[pavailable].count(#3,{$FREE_MEMORY},lt)}=3
Where $FREE_MEMORY = 10
Problem is, lots of our servers are using more than 90% of their ram. Mostly because they are TS servers with a lot of users, or Proxmox servers, etc. Is there a better way to create a trigger for the memory, for Windows and Linux ? Of course I can change the macro for 5 in the host option or even in the template. But some of our servers runs with 4Gb of ram (VPS servers for clients for instance) and some with 64Gb of ram. So I would say that the % is not the best choice in here ? Am I right ? Should I have used mb free instead ? Maybe both ? Also I know that memory on Windows and Linux is not the same thing. But it's a beginning.
I also have a similar problem with disk space. Some servers have TB of storages, some avec GB. Is there a way to have a trigger for that too ?
Thanks a lot !
I'm in charge of the monitoring in this small company I work for. We have a couple of Windows and Linux servers. I created these triggers for monitoring the memory :
{OS - Windows - Base:vm.memory.size[pavailable].count(#3,{$FREE_MEMORY},lt)}=3
{OS - Linux - Base:vm.memory.size[pavailable].count(#3,{$FREE_MEMORY},lt)}=3
Where $FREE_MEMORY = 10
Problem is, lots of our servers are using more than 90% of their ram. Mostly because they are TS servers with a lot of users, or Proxmox servers, etc. Is there a better way to create a trigger for the memory, for Windows and Linux ? Of course I can change the macro for 5 in the host option or even in the template. But some of our servers runs with 4Gb of ram (VPS servers for clients for instance) and some with 64Gb of ram. So I would say that the % is not the best choice in here ? Am I right ? Should I have used mb free instead ? Maybe both ? Also I know that memory on Windows and Linux is not the same thing. But it's a beginning.
I also have a similar problem with disk space. Some servers have TB of storages, some avec GB. Is there a way to have a trigger for that too ?
Thanks a lot !
Comment