Hi everyone,
I am just starting to use external checks, and I get this error: item [xxxxxxx:zext_ssl_check.sh[{$SSL_PORT}]] became not supported: /var/lib/zabbixsrv/externalscripts/zext_ssl_check.sh: [2] No such file or directory
I am sure my script is in that directory with 777 permission. I also try to modify zabbix_server.conf file to:
### Option: ExternalScripts
# Full path to location of external scripts.
# Default depends on compilation options.
#
# Mandatory: no
# Default:
ExternalScripts=/etc/zabbix/externalscripts
and reload zabbix_server.conf file by zabbix_server -c /etc/zabbix/zabbix_server.conf -R config_cache_reload
But the log file still report the same error:item [xxxxxxx:zext_ssl_check.sh[{$SSL_PORT}]] became not supported: /var/lib/zabbixsrv/externalscripts/zext_ssl_check.sh: [2] No such file or directory.
It seems like I cannot modify the path and zabbix cannot read any script in the default path. Anyone had same issue before? Many thanks
I am just starting to use external checks, and I get this error: item [xxxxxxx:zext_ssl_check.sh[{$SSL_PORT}]] became not supported: /var/lib/zabbixsrv/externalscripts/zext_ssl_check.sh: [2] No such file or directory
I am sure my script is in that directory with 777 permission. I also try to modify zabbix_server.conf file to:
### Option: ExternalScripts
# Full path to location of external scripts.
# Default depends on compilation options.
#
# Mandatory: no
# Default:
ExternalScripts=/etc/zabbix/externalscripts
and reload zabbix_server.conf file by zabbix_server -c /etc/zabbix/zabbix_server.conf -R config_cache_reload
But the log file still report the same error:item [xxxxxxx:zext_ssl_check.sh[{$SSL_PORT}]] became not supported: /var/lib/zabbixsrv/externalscripts/zext_ssl_check.sh: [2] No such file or directory.
It seems like I cannot modify the path and zabbix cannot read any script in the default path. Anyone had same issue before? Many thanks

Comment