Hello
I'm trying to remove the false positives of a trigger that indicates whether the sshd service is online.
I have
Zabbix 1.8.7 on SLES 11 SP1 (kernel 2.6.32.12-0.7-xen)
mysql-5.0.67-13.20.1
It seems that the problem is in the item net.tcp.service [ssh], this returns '0 'if the CPU is heavily loaded (cpu idle = 0), so with net.tcp.service.perf [ssh].
From the tests I've done, the ssh service responds. (just slow).
I tried to put more conditions to triger that can generate false positives, but I have not been solved.
The link https://support.zabbix.com/browse/ZBX-5398 https://www.zabbix.com/forum/showthr...light=ssh+load and are related to this.
Now I'm going to test using the variable 'system.cpu.util' in the triger ...
But I wonder if this is a bug that was fixed in a new version or is there any elegant way to solve it.
Thanks for reading. and sorry for using a translate
I'm trying to remove the false positives of a trigger that indicates whether the sshd service is online.
I have
Zabbix 1.8.7 on SLES 11 SP1 (kernel 2.6.32.12-0.7-xen)
mysql-5.0.67-13.20.1
It seems that the problem is in the item net.tcp.service [ssh], this returns '0 'if the CPU is heavily loaded (cpu idle = 0), so with net.tcp.service.perf [ssh].
From the tests I've done, the ssh service responds. (just slow).
I tried to put more conditions to triger that can generate false positives, but I have not been solved.
The link https://support.zabbix.com/browse/ZBX-5398 https://www.zabbix.com/forum/showthr...light=ssh+load and are related to this.
Now I'm going to test using the variable 'system.cpu.util' in the triger ...
But I wonder if this is a bug that was fixed in a new version or is there any elegant way to solve it.
Thanks for reading. and sorry for using a translate

.
Comment