Updated templates to fix issue with Unsupported Key Item error#53
Updated templates to fix issue with Unsupported Key Item error#53astrugatch wants to merge 2 commits intoselivan:masterfrom
Conversation
Updated where ssl_cert_check.sh should be stored.
Modified location for ssl_cert_check.sh to match updated README
|
Nice catch! But I don't like the idea of placing executable script somewhere in zabbix configs directory. First, I suggest not to change userparameters, but to add this line for basic and advanced templates in zabbix_integration_examples/README.md:
|
|
I was running into an issue where if the script was in /usr/local/bin I received an Unsupported Key Item error in Zabbix when it tried to run discovery. The resolution for me was the same as found in #47 to move the file to the .d location. Not sure if there is a better spot for it to still function as expected. |
|
Weird. Either Then let's write it like that:
|
Current template causes Unsupported Key Item error when following README instructions. I've updated the file locations recommended to match resolutions in several issue threads.