Hello fellow Zabbix users and developers,
I'm trying to setup a few simple checks for monitoring a HTTP service running on port 8000 using the 1.4.1 UI. According to the latest Zabbix manual the syntax format is http,<ip>,<port>. When I attempt to save this new simple check, the UI reports Incorrect key format 'key_name[param1,param2,...]'.
When I try the UI's recommended syntax http[192.168.0.196,8000] I get this error Port number must be numeric in [http[192.168.0.196,8000]].
Here's my input values:
Description: HTTP Check Port 8000
Type: Simple check
Key: http,192.168.0.196,8000
Type of information: Numeric
Am I dealing with a 1.4.1 UI bug or just missing something obvious?
Thanks in advance,
Claytronic
I'm trying to setup a few simple checks for monitoring a HTTP service running on port 8000 using the 1.4.1 UI. According to the latest Zabbix manual the syntax format is http,<ip>,<port>. When I attempt to save this new simple check, the UI reports Incorrect key format 'key_name[param1,param2,...]'.
When I try the UI's recommended syntax http[192.168.0.196,8000] I get this error Port number must be numeric in [http[192.168.0.196,8000]].
Here's my input values:
Description: HTTP Check Port 8000
Type: Simple check
Key: http,192.168.0.196,8000
Type of information: Numeric
Am I dealing with a 1.4.1 UI bug or just missing something obvious?
Thanks in advance,
Claytronic
Comment