-
Incident report
-
Resolution: Duplicate
-
Minor
-
None
-
3.0.15, 4.0.0alpha3
-
None
-
Centos 6 and Ubuntu 16.04 and HP-UX
Zabbix agent 4.0.0alpha3 and 3.0.15
Hello!
Agent item key proc.num with cmdline filtering adds additional number if the searched process is running.
Tests on Ubuntu 16.04 with Agent 4.0.0alpha3
$ zabbix_agentd -t proc.num[apache2]
proc.num[apache2] [u|6]
$ zabbix_agentd -t proc.num[,,,apache2]
proc.num[,,,apache2] [u|7]
$ ps uax | grep apache2 | egrep -v "color=auto" | wc -l
6
This has been reproduced in Centos 6, Ubuntu 16 and on HP-UX OS.
Regards,
Oleg
- duplicates
-
ZBX-13622 Agent items proc.num and proc.mem count 2 extra when called with -t (test item mode) with cmdline filtering
- Closed