Good day,
I am trying to set zabbix monitor to look at active connections made on specific port.
Linux deb command netstat -nat | grep :21 | grep ESTABLISHED | wc -l
I have activated external scripts in server configuration file (*netstat21).
Made script file (gave permissions and etc.)
Made item with external check netstat21[]
So now i can see graph of connections on 21 port on zabbix localhost server, but i need also to check connections on another servers, where zabbix agents is running.
I have done some searching and found
This patch should do the thing like i want it, but i dont know how to apply patch or maybe i missed something ?
I am trying to set zabbix monitor to look at active connections made on specific port.
Linux deb command netstat -nat | grep :21 | grep ESTABLISHED | wc -l
I have activated external scripts in server configuration file (*netstat21).
Made script file (gave permissions and etc.)
Made item with external check netstat21[]
So now i can see graph of connections on 21 port on zabbix localhost server, but i need also to check connections on another servers, where zabbix agents is running.
I have done some searching and found
This patch should do the thing like i want it, but i dont know how to apply patch or maybe i missed something ?
Comment