Hello.
Guys, I need some help with externalscripts path.
I want to create sub directories in /usr/lib/zabbix/externalscripts/ for different type of services.
How correctly to write path in zabbix_server.conf?
Can I use multiple path?
For example:
Guys, I need some help with externalscripts path.
I want to create sub directories in /usr/lib/zabbix/externalscripts/ for different type of services.
How correctly to write path in zabbix_server.conf?
Can I use multiple path?
For example:
Code:
ExternalScripts=/usr/lib/zabbix/externalscripts ExternalScripts=/usr/lib/zabbix/externalscripts/nginx_checks
Comment