Ad Widget

Collapse

New Media Type send to skype

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmw
    Junior Member
    • Nov 2010
    • 14

    #1

    New Media Type send to skype

    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
    Member
    • Aug 2010
    • 31

    #2
    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)

    Comment

    Working...