Hello all,
I have setup Zabbix to monitor one of my app servers, which is working pretty well. The only thing I cannot get to show in Zabbix is the Nginx version. I am getting the following:
Preprocessing failed for: HTTP/1.1 200 OK..Connection: close..Content-Length: 100..Content-Type: text/plain..Date: Sat, 29 ...
1. Failed: cannot perform regular expression "(?i)Server: nginx\/(.+(?<!\r))" match for value of type "none": pattern does not match
When I SSH into the server I type nginx -v and get back the actual version. Why is Zabbix having difficulty getting the version when I can pretty simply.
Thanks,
Steve
I have setup Zabbix to monitor one of my app servers, which is working pretty well. The only thing I cannot get to show in Zabbix is the Nginx version. I am getting the following:
Preprocessing failed for: HTTP/1.1 200 OK..Connection: close..Content-Length: 100..Content-Type: text/plain..Date: Sat, 29 ...
1. Failed: cannot perform regular expression "(?i)Server: nginx\/(.+(?<!\r))" match for value of type "none": pattern does not match
When I SSH into the server I type nginx -v and get back the actual version. Why is Zabbix having difficulty getting the version when I can pretty simply.
Thanks,
Steve
Comment