PDA

View Full Version : Not supported by ZABBIX agent


jplopez
18-11-2005, 23:21
Hi,

I'm having a problem with Userparameter, the agent is returning Not supported by ZABBIX agent. I was reading back, and I made all the stuff I found in the forum.

Userparameter=custom[cpu],/home/zabbix/cpu.php

1. File permissions it's OK.
2. the shell command didnīt return empty string or EOL only

Thanks

James Wells
19-11-2005, 00:11
Greetings,

Right off the bat, it looks like you might have a typo in your path for the UserParam command, you list it as /hom/zabbix Most systems, the home directory is /home/zabbix

jplopez
21-11-2005, 13:56
Sorry, It was a mistake :eek: when I wrote the file path in the forum, the path is Ok,

UserParameter=custom[cpu],/home/zabbix/test.php

Thanks