diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:45:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:45:13 +0000 |
commit | a4a4a84d79e95d34f80346c423b4e84f7af3f03d (patch) | |
tree | 91608c01e82676102457ffff2219f321ec474657 /README.md | |
parent | Initial commit. (diff) | |
download | icingaweb2-module-map-a4a4a84d79e95d34f80346c423b4e84f7af3f03d.tar.xz icingaweb2-module-map-a4a4a84d79e95d34f80346c423b4e84f7af3f03d.zip |
Adding upstream version 1.1.0.upstream/1.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | README.md | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..31f8560 --- /dev/null +++ b/README.md @@ -0,0 +1,63 @@ +# Map module for Icinga Web 2 + +#### Table of Contents + +1. [About](#about) +2. [License](#license) +3. [Documentation](#documentation) +4. [Support](#support) +5. [Requirements](#requirements) +6. [Thanks](#thanks) +7. [Contributing](#contributing) + +## About + +This module displays host objects as markers on [openstreetmap](https://www.openstreetmap.org) using [leaflet.js](http://leafletjs.com/). If you configure multiple hosts with the same coordinates, i.e. servers in a datacenter, a clustered view is rendered. + +![Marker popup](doc/screenshot/map-module.png) + +You could also integrate a map as dashlet into your dashboards: + +![Marker popup](doc/screenshot/dashlets.png) + +## License + +Icinga Web 2 and this Icinga Web 2 module are licensed under the terms of the GNU General Public License Version 2, you will find a copy of this license in the LICENSE file included in the source package. + +This module uses Leaflet and several plugins: + +* [Leaflet](https://github.com/Leaflet/Leaflet) - BSD 2-clause "Simplified" License +* [Leaflet.markercluster](https://github.com/Leaflet/Leaflet.markercluster) - MIT license +* [Leaflet.Locate](https://github.com/domoritz/leaflet-locatecontrol) - MIT license +* [Leaflet.EasyButton](https://github.com/CliffCloud/Leaflet.EasyButton) - MIT license +* [Leaflet.Spin](https://github.com/makinacorpus/Leaflet.Spin) - MIT license +* [Leaflet.awesome-markers](https://github.com/sigma-geosistemas/Leaflet.awesome-markers) - MIT license +* [Spin.js](spin.js.org) - MIT license + +## Documentation + +* [Installation](doc/01-Installation.md) +* [Adding markers to your map](doc/02-Add-Items-to-map.md) +* [Exploring the map](doc/03-Exploring-the-map.md) + +## Support + +Join the [Icinga community channels](https://www.icinga.com/community/get-involved/) for questions. + +## Requirements + +* [Icinga Web 2](https://www.icinga.com/products/icinga-web-2/) (>= 2.4.1) + + +## Thanks + +This module borrows a lot from https://github.com/Mikesch-mp/icingaweb2-module-globe. + +## Contributing + +There are many ways to contribute to the Icinga Web module for Maps -- +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). |