Hi all,
We have an ESXi host with many virtual machines, and we are using the Zabbix agent to monitor resource utilization. We found that Zabbix is counting the ballooned memory as consumed memory, which causes the reported memory utilization to rise. This makes it appear to the team that...
Search Result
Collapse
28 results in 0.0023 seconds.
Keywords
Members
Tags
-
Monitor vCenter Cluster memory total
Running Zabbix 6.4.13
I am very surprised there's no built-in check / trigger for the total cluster memory. I have a VMware cluster in Google and need to be able to alert on the total memory which you can see in the vCenter login but all I can get from the templates from what I can find...Last edited by bdobson; 15-04-2024, 23:48. -
zabbix proxy containers crashing after some time working
hi
im using zabbix version 6.0.7 postgres with docker ,i have 8 proxies (with mysql database)and till now 3 of them randomly has started to crash with the following log;
```
proxy-zabbix-proxy-mysql-1 | 243:20220825:170100.466 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0x7f078d7ae7d8].... -
Template import missing items
I have created a template for some Asus routers and, whenever I export it, some dependent items are missing.
The template has the item "Memory WebUI Total" which is dependent on "Linux memory by Zabbix agent: Total memory" (from OOTB template).
When I export the...Last edited by markfree; 07-09-2021, 23:15. -
Zabbix Docker alto consumo de memoria ram
Hola, mi nombre es Pablo, soy nuevo en el foro.
Acabo de levantar una instancia de Zabbix con Dockers y en las graficas del cliente web muestra un uso de memoria de 4GB, sin embargo mediante el comando docker stats muestra un uso de solo 200 mb en promedio, e igualmente con el comando free de... -
Mariadb MEMORY Storage Engine (Вопрос)
Добрый день!
Ребята, есть вопрос. Реализовывал ли кто-то работу базы данных с помощью MEMORY Storage Engine? Хочется использовать для zabbix proxy, чтобы сохранить ресурс SSD и уменьшить i/o. Интересны живые примеры и есть ли смысл в реализации этого для заббикса в целом.... -
Kbytes to Gbytes - unit problems
I have an SNMP value (memory used) coming in as Kbyte format, i.e. 158233852 = approx 158Gbytes
I'm running Zabbix 4.4 and have the Units value set to K, yet when I look at latest data I see a value of 158.23 MK ! I've tried B, M and G too and I always get an 'M' in front ....every time
...
-
Zabbix Proxy Docker container sqlite3
Hello guys !
I have a problem with this image zabbix-proxy-sqlite3 present on the docker hub (tag: centos-4.2.4).
I run the container with the following parameters:
Instance in the cloud:
2 vCores and 4Go RAM
Docker:
Client:
Version:...Last edited by FrK3v; 23-07-2019, 18:32. -
trigger on vm.memory.size[pused] does not work
hi
i defined an item named 'Used Memory in perc' in my OS template with 'vm.memory.size[pused]' as its key. i defined below trigger on it:
(({Template OS:vm.memory.size[pused].last()}>70) and ({Template OS:vm.memory.size[pused].time()}<000000 or {Template OS:vm.memory.size[pused].time()}>0630000))... -
Windows: Discovery of processes with memory usage / proc_info / unsupported item
Hello @everyone,
I am having problems to get my discovery rule to work.
I want to know what process is using how much amount memory.
Soo ... I created a discovery rule as follows:
But I get the error: Unsupported item key.
What... -
Zabbix do not treat any information since 00h00
Hi,
I'm currently dealing with a wierd problem. Since last night at midnight, I didn't get informations about all the items.
To be more precise, on "latest data" the last check was yesterday, even for item which has 1minute as update interval.
When... -
Agentless cpu, memory and disk space monitoring using SSH
Hi All,
I need to monitored CPU, Memory and Disk Space utilization of remote server without installing zabbix agent using SSH.
Can anyone help me to do this. I am new to Zabbix.
Thanks in Advance. -
proc.mem with mem-type issues
[SOLVED] The zabbix_agent was not updated and therefore it couldn't pass the new values. after bumping the agents versions from 2.4.0 to 3.2.0 everything worked as expected.
Hello there, this is my first post here. I'm not an advanced zabbix user so I hope that the issue is trivial and...Last edited by styszma; 05-07-2017, 13:50. -
Zabbix Item that is calculated from other Items.
Hi, I have these three Zabbix Agent Items:- vm.memory.size[used]
- vm.memory.size[cached]
- vm.memory.size[memory]
All these work fine and are returning data every 30 seconds.
My goal is to have an Item that returns the result of the below...
vm.memory.size[used]-(vm.memory.size[cached+]vm.memory.size[memory])... -
Total Memory not being returned
I'm pretty new to zabbix and wouldn't be too accustomed to server set ups so this could be something small and simple to fix but here it goes.
I've made a graph displaying the total memory, amount of memory available and memory in use as a graph template and for the majority of my servers...