Hi
I am trying to use a trapper on 1.6.
If I replace the old zabbix_sender with the new one using
the same syntax, I simply get this error message:
My script calls:
Using the old (1.4.6) zabbix_sender with the same configuration file and syntax there is no such error message.
It simply works.
It's the same if I use the short options.
Using a textfile with the values included didn't change anything.
Did something change in the usage ?
Regards
Norbert.
I am trying to use a trapper on 1.6.
If I replace the old zabbix_sender with the new one using
the same syntax, I simply get this error message:
Code:
usage: zabbix_sender [-Vhv] {[-zpsI] -ko | [-zpI] -i <file>} [-c <file>]
Code:
./zabbix_sender --key check_ldap_resptime --value 0.034911 -c $HOME/ZABBIX/zabbix-1.6/misc/conf/zabbix_agentd16.conf
It simply works.
It's the same if I use the short options.
Using a textfile with the values included didn't change anything.
Did something change in the usage ?
Regards
Norbert.
Comment