Module: Icinga2 Abstract

Defined in:
lib/icinga2/client.rb,
lib/icinga2.rb,
lib/icinga2/hosts.rb,
lib/icinga2/tools.rb,
lib/icinga2/users.rb,
lib/icinga2/actions.rb,
lib/icinga2/network.rb,
lib/icinga2/version.rb,
lib/icinga2/converts.rb,
lib/icinga2/services.rb,
lib/icinga2/downtimes.rb,
lib/icinga2/validator.rb,
lib/icinga2/hostgroups.rb,
lib/icinga2/statistics.rb,
lib/icinga2/usergroups.rb,
lib/icinga2/notifications.rb,
lib/icinga2/servicegroups.rb,
lib/icinga2/configuration_management.rb

Overview

This module is abstract.

# Namespace for classes and modules that handle all Icinga2 API calls


Author:

Defined Under Namespace

Modules: Actions, ConfigurationManagement, Converts, Downtimes, Hostgroups, Hosts, Network, Notifications, Servicegroups, Services, Statistics, Tools, Usergroups, Users, Validator Classes: Client

Constant Summary collapse

HOSTS_DOWN =

static variable for hosts down

1
HOSTS_CRITICAL =

static variable for hosts critical

2
HOSTS_UNKNOWN =

static variable for hosts unknown

3
SERVICE_STATE_WARNING =

static variables for handled warning

1
SERVICE_STATE_CRITICAL =

static variables for handled critical

2
SERVICE_STATE_UNKNOWN =

static variables for handled unknown

3
VERSION =

Current version of gem.

'1.0.0'.freeze