This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
manual:config:items:itemtypes:zabbix_agent [2020/11/04 12:22] martins-v fixing typo |
manual:config:items:itemtypes:zabbix_agent [2021/03/03 10:54] (current) marinagen [ZBX-18345] net.tcp.port <ip> parameter can also be a DNS |
||
---|---|---|---|
Line 75: | Line 75: | ||
| ||||| | | ||||| | ||
^net.tcp.port[<ip>,port] ^^^^^ | ^net.tcp.port[<ip>,port] ^^^^^ | ||
- | ^ |Checks if it is possible to make TCP connection to specified port. |0 - cannot connect\\ \\ 1 - can connect |**ip** - IP address (default is 127.0.0.1)\\ **port** - port number |Example:\\ => net.tcp.port[,80] -> can be used to test availability of web server running on port 80.\\ \\ For simple TCP performance testing use net.tcp.service.perf[tcp,<ip>,<port>]\\ \\ Note that these checks may result in additional messages in system daemon logfiles (SMTP and SSH sessions being logged usually). \\ \\ Old naming: //check_port[*]//| | + | ^ |Checks if it is possible to make TCP connection to specified port. |0 - cannot connect\\ \\ 1 - can connect |**ip** - IP or DNS name (default is 127.0.0.1)\\ **port** - port number |Example:\\ => net.tcp.port[,80] -> can be used to test availability of web server running on port 80.\\ \\ For simple TCP performance testing use net.tcp.service.perf[tcp,<ip>,<port>]\\ \\ Note that these checks may result in additional messages in system daemon logfiles (SMTP and SSH sessions being logged usually). \\ \\ Old naming: //check_port[*]//| |
| ||||| | | ||||| | ||
^net.tcp.service[service,<ip>,<port>] ^^^^^ | ^net.tcp.service[service,<ip>,<port>] ^^^^^ |