Hi
I have a question regarding a netstat command as a trigger in zabbix
with netstat -a -n | find /c "8087" i can see the amount of connections to a port (in this case port 8087)
How can i use this as a trigger in zabbix so i can see "live" the amount of connections to that port?
I have a question regarding a netstat command as a trigger in zabbix
with netstat -a -n | find /c "8087" i can see the amount of connections to a port (in this case port 8087)
How can i use this as a trigger in zabbix so i can see "live" the amount of connections to that port?
Comment