This package provides the following services:

Linter-Icinga-Validate
Linter-Icinga-Validate aims to provide functional and robust icinga2 daemon --validate linting functionality within Atom.
Installation
The icinga2-bin package is required to be installed before using this. The Linter and Language-Icinga2 Atom packages are also required.
Usage
- The Icinga 2 daemon requires elevated user privileges to execute even though the binary does not actually need them. They have plans to remedy this, but until then this linter requires
sudoto execute theicinga2binary executable. Therefore, this linter is only compatible with *nix systems. - The only supported method of using
sudowith this linter is passwordless sudo. This typically requires a valid sudoers entry similar tousername ALL=NOPASSWD: /usr/sbin/icinga2.