Hi.
I'm use this script to send jabber messages:
cat xmpp.sh
#!/usr/local/bin/bash
echo "$3" | sendxmpp -j jabber.ru -u user -p pass "$1"
Zabbix tell me, that message successfully send, but really nothing happened. I'm modify the script for testing:
cat xmpp.sh
#!/usr/local/bin/bash
touch /tmp/123
echo "$3" | sendxmpp -j jabber.ru -u user -pass "$1"
The /tmp/123 is created, so i think is no problem to call this script by zabbix.
If i run the script manually, messages are recieving ok.
FreeBSD 7.0, ZABBIX 1.6.
Whats the problem?
Thanks.
I'm use this script to send jabber messages:
cat xmpp.sh
#!/usr/local/bin/bash
echo "$3" | sendxmpp -j jabber.ru -u user -p pass "$1"
Zabbix tell me, that message successfully send, but really nothing happened. I'm modify the script for testing:
cat xmpp.sh
#!/usr/local/bin/bash
touch /tmp/123
echo "$3" | sendxmpp -j jabber.ru -u user -pass "$1"
The /tmp/123 is created, so i think is no problem to call this script by zabbix.
If i run the script manually, messages are recieving ok.
FreeBSD 7.0, ZABBIX 1.6.
Whats the problem?
Thanks.

arams:xml:ns:xmpp-tls"]) func(CODE(0x877df1c))
Comment