PDA

View Full Version : New Media Type send to skype


jmw
28-12-2010, 14:59
Hi,

I'm using zabbix 1.8.3

I've added a new media type to zabbix: send to skype...
it executes the script "/home/zabbix/ssim.sh"

( the script does just write anything it gets (arguments, stdin) to /tmp/debug.log )

I've also added a skype address to my zabbix user.

The action is defined, that it sends to all medias.

But when i trigger "fake" alerts, just an email arrives, and nothing lands in /tmp/debug.log

How no new media types with commands work?

What have i done wrong?

see you...

hertell
28-12-2010, 16:10
Turn on debugging. That might show up for example file-permission issues etc. Rememer that the script should be executable by the zabbix user.. (or the user that the zabbix agent is running as)