summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:18:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-14 13:18:42 +0000
commit9f39660f50004ca7c49ea171e2a6f199487cd667 (patch)
tree4a77cd3e323c37b0e5b3d7578b9718cdf1a89262 /README.md
parentInitial commit. (diff)
downloadicingaweb2-module-eventdb-9f39660f50004ca7c49ea171e2a6f199487cd667.tar.xz
icingaweb2-module-eventdb-9f39660f50004ca7c49ea171e2a6f199487cd667.zip
Adding upstream version 1.3.0.upstream/1.3.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md59
1 files changed, 59 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4edb9e1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,59 @@
+# EventDB Module for Icinga Web 2
+
+[![Build Status](https://travis-ci.org/Icinga/icingaweb2-module-eventdb.svg?branch=master)](https://travis-ci.org/Icinga/icingaweb2-module-eventdb)
+[![Github Tag](https://img.shields.io/github/tag/Icinga/icingaweb2-module-eventdb.svg)](https://github.com/Icinga/icingaweb2-module-eventdb)
+
+![Icinga Logo](https://www.icinga.com/wp-content/uploads/2014/06/icinga_logo.png)
+
+* [About](#about)
+* [Requirements](#requirements)
+* [Getting Started](#getting-started)
+* [Documentation](#documentation)
+* [License](#license)
+
+## About
+
+With the EventDB Module you can browse, comment and acknowledge events collected
+by [EventDB](https://git.netways.org/eventdb/eventdb) easily in
+[Icinga Web 2](https://www.icinga.org/products/icinga-web-2/).
+
+![screenshot](doc/screenshots/overview.png)
+
+Also see [Screenshots](doc/10-Screenshots.md) in documentation.
+
+## Requirements
+
+* Icinga Web 2
+* A database with events collected by EventDB
+
+## Getting started
+
+Install and enable the module, then go to [Configuration](doc/02-Configuration.md)
+to set up the essentials.
+
+## Documentation
+
+* [Configuration](doc/02-Configuration.md)
+* [Custom variables](doc/03-CustomVars.md)
+* [Security](doc/09-Security.md)
+* [Screenshots](doc/10-Screenshots.md)
+
+## License
+
+ Copyright (C) 2016-2017 Icinga Development Team
+ 2016-2017 Eric Lippmann <eric.lippmann@icinga.com>
+ 2017 Markus Frosch <markus.frosch@icinga.com>
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.