Introduction¶
This module allows to send notifications to Jira and integrates nicely into the Icinga Web 2 frontend.
Features¶
NotificationCommand for Icinga¶
You want to create a Jira issue for all or some of your Hosts and Services? Then this project might be what you’re looking for. Sending notifications is as easy as follows:
icingaclijirasendproblem\--hostsome.example.com\--state下来\--projectITSM\--issuetypeIncident\--output'CRITICAL - 127.0.0.1: rta nan, lost 100%'
Read more aboutsending notifications.
Icinga Director Integration¶
You do not want to manually create aNotificationCommand
definition? No need to do so. Givendirector/admin
permissions, this module allows you to generate definitions for hosts and services with a single click.
Have a look at ourshort tutorial, showing how this works.
Brief issue history overview¶
Granted access to this module you can get a quick overview showing the most recent Jira issues created by Icinga. Read more aboutwhat informationwe’re going to show.
Monitoring / Icinga DB Web integration¶
This module hooks into themonitoring
oricingadb
模块,并提供所谓的Host and Service Action Hooks:
A single click brings you to your Host (or Service) issue history.
Getting started¶
Please read on how toinstall and configurethis module.