xtao / icinga-multi-status

Icinga Multi Status helps you monitoring your (multiple or single) Icinga instances with comfortable alert badges and notifications about problems right within Google Chrome™.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icinga Multi Status for Google Chrome™

Icinga Multi Status helps you monitoring your (multiple or single) Icinga instances with comfortable alert badges and notifications about problems right within Google Chrome™.

Get it from the Chrome Web Store

Features

  • Monitoring of multiple Icinga Instances (Version 1 and 2) using it's JSON data interface and/or API
  • Ability to hide/ignore certain host or service patterns and hosts/services with downtimes
  • Configurable refresh time
  • Ability to temporarily disable instances without deleting them
  • Status-Icon in Toolbar, showing indicator for problems or number of hosts if everything is okay
  • Overview Tab showing status of your Icinga instances as well as it's current host or service problems
  • Hosts Tab showing you all hosts of all Instances with a quick filter to search for a host
  • Services Tab showing you all services of all hosts of all Instances with a quick filter to search for a service
  • Instant Chrome Notifications about new problems, if enabled
  • Interface completely build on Bootstrap v3.3

Support

  • Icinga Classic UI (Requires Version >= 1.8.0), reachable via HTTP or HTTPS
  • Icinga 2 API (Requires Version >= 2.4), reachable via HTTPS

How-to for using the Icinga 2 API

  • Please make sure you enabled and configured the new API in your Icinga 2 installation by either setting it up manually or use the CLI command for the automatic setup, which also creates a root-user for the API with a random password.
# Run the automatic setup
$ icinga2 api setup

# Restart the icinga2 service
$ service icinga2 restart
  • You will find the automatically generated API user here: /etc/icinga2/conf.d/api-users.conf
  • The default port of the Icinga 2 API is 5665, so the URL to go with would be like: https://myicingaserver.com:5665/
  • If you use a self-signed certificate (like the one automatically created in the first step) you have to add it to Chrome's trusted store before it'll work in the plugin. This can easily be done be visiting the API URL in a browser tab and accept the certificate.
  • If you run into any problems, please stick to the official Icinga 2 API documentation

Credits

License

This extension is released under MIT License.

About

Icinga Multi Status helps you monitoring your (multiple or single) Icinga instances with comfortable alert badges and notifications about problems right within Google Chrome™.

License:MIT License


Languages

Language:JavaScript 69.6%Language:HTML 30.4%