Skip to content

davidgarvey/skype_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

skype_bot

Need a network socket to push nagios alerts into skype

Testing: echo "testing123" | nc localhost 50000

commands:

#SKYPE NOTIFICATIONS #service define command{ command_name notify-skype command_line /usr/bin/printf "$NOTIFICATIONTYPE$ - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$: $SERVICEOUTPUT$ ($$(hostname -s))" | nc -w 1 skypehost.name 50000 }

#host define command{ command_name host-notify-skype command_line /usr/bin/printf "$NOTIFICATIONTYPE$ - $HOSTALIAS$ is $HOSTSTATE$: $HOSTOUTPUT$ ($$(hostname -s))" | nc -w 1 skypehost.name 50000 }

About

Need a network socket to push nagios alerts into skype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages