-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.0
-
None
-
Zabbix Agent 2 checking FileZilla Server (any version)
-
Sprint 85 (Feb 2022), Sprint 86 (Mar 2022)
-
0.25
Steps to reproduce:
- Install FileZilla server on windows
- Install Zabbix Agent 2
- Configure the following item: net.tcp.service[ftp]
Result:
Agent reports "0" (down)
**
Expected:
Agent reports "1" (down)
The problem is due to the validateFtp function in src/go/plugins/net/tcp/tcp.go
The agent checks for the string "220 ", while FileZilla default banner is:
220-FileZilla Server 0.9.60 beta
220-written by Tim Kosse ([email protected])
220 Please visit https://filezilla-project.org/