项目作者: nbuchwitz

项目描述 :
Location Data Type plugin for Icinga Director
高级语言: JavaScript
项目地址: git://github.com/nbuchwitz/icingaweb2-module-mapDatatype.git
创建时间: 2017-11-04T10:05:25Z
项目社区:https://github.com/nbuchwitz/icingaweb2-module-mapDatatype

开源协议:GNU General Public License v2.0

下载


Location datatype module for Icinga Director

Table of Contents

  1. About
  2. License
  3. Support
  4. Requirements
  5. Installation
  6. Configuration
  7. FAQ
  8. Thanks
  9. Contributing

About

This module allows you to easily add and change coordinates with the Icinga Director on openstreetmap using leaflet.js.

Adding coordinates to a host

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:

  • Leaflet - BSD 2-clause “Simplified” License

Support

Join the Icinga community channels for questions.

Requirements

Installation

Extract this module to your Icinga Web 2 modules directory as mapDatatype directory.

Git clone:

  1. cd /usr/share/icingaweb2/modules
  2. git clone https://github.com/nbuchwitz/icingaweb2-module-mapDatatype.git mapDatatype

Tarball download (latest release):

  1. cd /usr/share/icingaweb2/modules
  2. wget https://github.com/nbuchwitz/icingaweb2-module-mapDatatype/archive/v0.1.0.zip
  3. unzip v0.1.0.zip
  4. mv icingaweb2-module-mapDatatype-0.1.0 mapDatatype

Enable Icinga Web 2 module

Enable the module in the Icinga Web 2 frontend in Configuration -> Modules -> mapDatatype -> enable.
You can also enable the module by using the icingacli command:

  1. icingacli module enable mapDatatype

Define Data Field

Create a new Data Field, enter a Field name and select Location (MapDatatype) in the Data type field.

Icinga Director

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.