Hello
I have the following issue. I use simple checks (net.tcp.service[service_name]) to monitor general services such as http, https, ftp, pop etc.
But some checks (https and ftp) behave very strangely. All hossts notify me that I have the problem: 'HTTPS (FTP) service is down on {HOST.NAME}'
And indeed - the status of these checks is equal to 0.
But at the same time, if I run zabbix_get from Zabbix server or proxy:
or
the result is 1!
How can this be?
I have the following issue. I use simple checks (net.tcp.service[service_name]) to monitor general services such as http, https, ftp, pop etc.
But some checks (https and ftp) behave very strangely. All hossts notify me that I have the problem: 'HTTPS (FTP) service is down on {HOST.NAME}'
And indeed - the status of these checks is equal to 0.
But at the same time, if I run zabbix_get from Zabbix server or proxy:
Code:
zabbix_get -s myhostname.com -k "net.tcp.service[ftp]"
Code:
zabbix_get -s myhostname.com -k "net.tcp.service[https]"
How can this be?
Comment