This thread includes topics which I encountered while testing out a new project with zabbix as backend. I will most likely contribute solutions to get around this.
- Key length is limited to 64 characters.
This results in some problems with custom items, e.g. UserParameter=Basic.URL[*],/home/zabbix/customchecks/urlcheck.sh $1 doesn't work as $1 is being stripped out
- Server side checks
Currently, there is no way to run items on the server (e.g. to monitor foreign servers). Only scripts on the clients running the zabbix agent are working.
- Key length is limited to 64 characters.
This results in some problems with custom items, e.g. UserParameter=Basic.URL[*],/home/zabbix/customchecks/urlcheck.sh $1 doesn't work as $1 is being stripped out
- Server side checks
Currently, there is no way to run items on the server (e.g. to monitor foreign servers). Only scripts on the clients running the zabbix agent are working.
Comment