Hello,
I work with Zabbix 1.6.6 and I wrote an external check but I have a problem :
Don't create files yata : permission denied
I wrote a script named toto.sh in /etc/zabbix/externalscripts :
#!/bin/bash
touch yata
I've added in zabbix_server.conf :
ExternalScripts=/etc/zabbix/externalscripts/
I add rights :
chmod -R 755 /etc/zabbix/externalscripts
chown -R zabbix.zabbix /etc/zabbix/externalscripts
On zabbix web interface, create an item with type "External Check" and key is toto.sh[]
Sorry for my english,
Help me
Thanks
I work with Zabbix 1.6.6 and I wrote an external check but I have a problem :
Don't create files yata : permission denied
I wrote a script named toto.sh in /etc/zabbix/externalscripts :
#!/bin/bash
touch yata
I've added in zabbix_server.conf :
ExternalScripts=/etc/zabbix/externalscripts/
I add rights :
chmod -R 755 /etc/zabbix/externalscripts
chown -R zabbix.zabbix /etc/zabbix/externalscripts
On zabbix web interface, create an item with type "External Check" and key is toto.sh[]
Sorry for my english,

Help me

Thanks
Comment