icingaweb2/README.md

57 lines
2.1 KiB
Markdown
Raw Normal View History

2013-10-23 15:10:33 +02:00
# Icinga Web 2
2022-01-18 14:59:30 +01:00
[![PHP Support](https://img.shields.io/badge/php-%3E%3D%207.2-777BB4?logo=PHP)](https://php.net/)
![Build Status](https://github.com/icinga/icingaweb2/workflows/PHP%20Tests/badge.svg?branch=main)
2017-02-08 15:59:12 +01:00
[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2.svg)](https://github.com/Icinga/icingaweb2)
2018-10-18 11:02:57 +02:00
![Icinga Logo](https://icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
2016-12-13 11:41:45 +01:00
1. [About](#about)
2. [License](#license)
3. [Installation](#installation)
4. [Documentation](#documentation)
5. [Support](#support)
6. [Contributing](#contributing)
## About
2015-01-20 14:08:55 +01:00
**Icinga Web 2** is the next generation open source monitoring web interface, framework
2018-10-18 11:02:57 +02:00
and command-line interface developed by the [Icinga Project](https://icinga.com/), supporting Icinga 2,
2016-02-29 22:21:54 +01:00
Icinga Core and any other monitoring backend compatible with the IDO database.
2021-06-22 15:44:10 +02:00
![Icinga Web 2 Monitoring Module with Graphite](doc/res/monitoring-module-preview.png "Icinga Web 2 Monitoring Module with Graphite")
2016-12-13 11:41:45 +01:00
## License
Icinga Web 2 and the Icinga Web 2 documentation are licensed under the terms of the GNU
General Public License Version 2, you will find a copy of this license in the
COPYING file included in the source package.
## Installation
2018-10-18 11:02:57 +02:00
For installing Icinga Web 2 please check the [installation chapter](https://icinga.com/docs/icingaweb2/latest/doc/02-Installation/)
in the documentation.
2016-12-13 11:41:45 +01:00
## Documentation
2018-10-18 11:02:57 +02:00
The documentation is located in the [doc/](doc/) directory and also available
on [icinga.com/docs](https://icinga.com/docs/icingaweb2/latest/).
2016-12-13 11:41:45 +01:00
## Support
2018-10-18 11:02:57 +02:00
Check the [project website](https://icinga.com) for status updates. Join the
[community channels](https://icinga.com/community/) for questions
or ask an Icinga partner for [professional support](https://icinga.com/support/).
2016-12-13 11:41:45 +01:00
## Contributing
There are many ways to contribute to Icinga -- whether it be sending patches,
testing, reporting bugs, or reviewing and updating the documentation. Every
contribution is appreciated!
Please continue reading in the [contributing chapter](CONTRIBUTING.md).
2019-07-02 12:03:05 +02:00
### Security Issues
For reporting security issues please visit [this page](https://icinga.com/contact/security/).