Skip to content

mcyrrer/icinga_zulip_webhook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icinga-zulip-webhook

A script to send notifications to zulip from Nagios or Icinga via the generic webhook integration

THIS PROJECT IS NOT YET STABLE OR EVEN FUNCTIONAL!

Installation

Usage

usage: icinga_zulip_webhook_notify [-h] -c CHANNEL -m MESSAGE -s SUBDOMAIN -t TOKEN
                                   [-A SERVICEACTIONURL] [-H HOST] [-L LEVEL]
                                   [-M HEADERMESSAGE] [-N SERVICENOTESURL] [-S STATUSCGIURL]
                                   [-U USERNAME]

Send an Icinga Alert to zuilpu via a generic webhook integration

optional arguments:
  -h, --help           show this help message and exit
  -c CHANNEL           The channel to send the message to
  -m MESSAGE           The text of the message to send
  -s SUBDOMAIN         Slack.com subdomain
  -t TOKEN             The access token for your integration
  -A SERVICEACTIONURL  An optional action_url for this alert {default: None}
  -H HOST              An optional host the message relates to {default: UNKNOWN}
  -L LEVEL             An optional alert level {default: UNKNOWN}
  -M HEADERMESSAGE     A header message sent before the formatted alert
                       {default: I have received the following alert:}
  -N SERVICENOTESURL   An optional notes_url for this alert {default: None}
  -S STATUSCGIURL      The URL of status.cgi for your Nagios/Icinga instance
                       {default: https://nagios.example.com/cgi-bin/icinga/status.cgi}
  -U USERNAME          Username to send the message from {default: Icinga}
  -V                   Display version information

About

Send an Icinga Alert to Slack.com via Webhook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%