Skip to content

nemanjapb/alignak-app

 
 

Repository files navigation

Alignak App

Alignak desktop application

Develop branch build status

Development code static analysis

Development code coverage

Latest documentation Status

Development documentation Status

Most recent PyPi version

Join the chat #alignak on freenode.net

License AGPL v3

Short description

Alignak-App is a desktop application, residing in the system tray, for the Alignak framework. It can be installed on any Linux or Windows Dekstop / Server with a graphical interface which can run Python.

This application is useful for people with an Alignak installation in their business and who want to keep an eye on their supervision constantly.

It is used to :

  • Get Alignak daemons status, number of hosts and services per state
  • Be notified when problems are raised by Alignak
  • View, in real time, an host synthesis (host and its services state)
  • Acknowledge problems or schedule downtimes on your Hosts / Services

App use PyQt5, bindings of Qt application framework.

Installation

To install Alignak-app:

##### WINDOWS USERS #####
# An installer for Windows is available on this repository.
# To keep it free, installer is not signed, so Windows Defender SmartScreen will warn you about that.
# Just click on "More Informations" and on "Execute anyway" to run installer.

##### LINUX USERS #####
# Alignak App
pip3 install alignak_app --user -v

# First run
~/.local/alignak_app/bin/alignak-app

# If you've already run App, just do
alignak-app start

##### Development #####
# If you want development version, run:
git clone https://github.com/Alignak-monitoring-contrib/alignak-app
cd alignak-app
pip3 install -r requirements.txt
pip3 install . --user -v

You can find more help in the documentation below.

Documentation

Documentation for Alignak-app is available on Read The Docs. You will find everything you need to install and configure the application. To learn more about Alignak, visit http://www.alignak.net/ website.

Bugs / Enhancements

Please open any issue or idea on this repository.

Preview

image

About

Alignak-App is a desktop application, in system tray, for Alignak solution.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.8%
  • CSS 1.4%
  • Shell 1.4%
  • Inno Setup 1.1%
  • Batchfile 0.3%