icinga2 0.9.2.8 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -9
- data/doc/downtimes.md +39 -0
- data/lib/icinga2/actions.rb +152 -0
- data/lib/icinga2/client.rb +29 -22
- data/lib/icinga2/configuration_management.rb +312 -0
- data/lib/icinga2/downtimes.rb +72 -4
- data/lib/icinga2/hostgroups.rb +6 -6
- data/lib/icinga2/hosts.rb +23 -23
- data/lib/icinga2/network.rb +115 -10
- data/lib/icinga2/notifications.rb +17 -9
- data/lib/icinga2/servicegroups.rb +5 -5
- data/lib/icinga2/services.rb +32 -30
- data/lib/icinga2/statistics.rb +17 -14
- data/lib/icinga2/tools.rb +31 -10
- data/lib/icinga2/usergroups.rb +5 -5
- data/lib/icinga2/users.rb +5 -5
- data/lib/icinga2/validator.rb +40 -34
- data/lib/icinga2/version.rb +1 -3
- data/lib/monkey_patches.rb +67 -14
- data/spec/icinga2_spec.rb +1013 -0
- data/spec/spec_helper.rb +13 -0
- metadata +9 -22
- data/doc/Array.html +0 -200
- data/doc/Boolean.html +0 -122
- data/doc/FalseClass.html +0 -132
- data/doc/Hash.html +0 -332
- data/doc/Icinga2.html +0 -247
- data/doc/Logging.html +0 -328
- data/doc/Object.html +0 -286
- data/doc/Time.html +0 -200
- data/doc/TrueClass.html +0 -132
- data/doc/_index.html +0 -352
- data/doc/class_list.html +0 -51
- data/doc/examples +0 -122
- data/doc/file.README.html +0 -349
- data/doc/file_list.html +0 -56
- data/doc/frames.html +0 -17
- data/doc/index.html +0 -349
- data/doc/method_list.html +0 -755
- data/doc/top-level-namespace.html +0 -112
data/doc/file_list.html
DELETED
@@ -1,56 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
-
<meta charset="utf-8" />
|
6
|
-
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
-
|
17
|
-
|
18
|
-
<title>File List</title>
|
19
|
-
<base id="base_target" target="_parent" />
|
20
|
-
</head>
|
21
|
-
<body>
|
22
|
-
<div id="content">
|
23
|
-
<div class="fixed_header">
|
24
|
-
<h1 id="full_list_header">File List</h1>
|
25
|
-
<div id="full_list_nav">
|
26
|
-
|
27
|
-
<span><a target="_self" href="class_list.html">
|
28
|
-
Classes
|
29
|
-
</a></span>
|
30
|
-
|
31
|
-
<span><a target="_self" href="method_list.html">
|
32
|
-
Methods
|
33
|
-
</a></span>
|
34
|
-
|
35
|
-
<span><a target="_self" href="file_list.html">
|
36
|
-
Files
|
37
|
-
</a></span>
|
38
|
-
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search">Search: <input type="text" /></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<ul id="full_list" class="file">
|
45
|
-
|
46
|
-
|
47
|
-
<li id="object_README" class="odd">
|
48
|
-
<div class="item"><span class="object_link"><a href="index.html" title="README">README</a></span></div>
|
49
|
-
</li>
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</ul>
|
54
|
-
</div>
|
55
|
-
</body>
|
56
|
-
</html>
|
data/doc/frames.html
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<title>Documentation by YARD 0.9.11</title>
|
6
|
-
</head>
|
7
|
-
<script type="text/javascript" charset="utf-8">
|
8
|
-
var match = unescape(window.location.hash).match(/^#!(.+)/);
|
9
|
-
var name = match ? match[1] : 'index.html';
|
10
|
-
name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, '');
|
11
|
-
window.top.location = name;
|
12
|
-
</script>
|
13
|
-
<noscript>
|
14
|
-
<h1>Oops!</h1>
|
15
|
-
<h2>YARD requires JavaScript!</h2>
|
16
|
-
</noscript>
|
17
|
-
</html>
|
data/doc/index.html
DELETED
@@ -1,349 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta charset="UTF-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
|
-
<title>
|
7
|
-
File: README
|
8
|
-
|
9
|
-
— Documentation by YARD 0.9.11
|
10
|
-
|
11
|
-
</title>
|
12
|
-
|
13
|
-
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
-
|
15
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
-
|
17
|
-
<script type="text/javascript" charset="utf-8">
|
18
|
-
pathId = "README";
|
19
|
-
relpath = '';
|
20
|
-
</script>
|
21
|
-
|
22
|
-
|
23
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
24
|
-
|
25
|
-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
26
|
-
|
27
|
-
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<div class="nav_wrap">
|
31
|
-
<iframe id="nav" src="class_list.html?1"></iframe>
|
32
|
-
<div id="resizer"></div>
|
33
|
-
</div>
|
34
|
-
|
35
|
-
<div id="main" tabindex="-1">
|
36
|
-
<div id="header">
|
37
|
-
<div id="menu">
|
38
|
-
|
39
|
-
<a href="_index.html">Index</a> »
|
40
|
-
<span class="title">File: README</span>
|
41
|
-
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<div id="search">
|
45
|
-
|
46
|
-
<a class="full_list_link" id="class_list_link"
|
47
|
-
href="class_list.html">
|
48
|
-
|
49
|
-
<svg width="24" height="24">
|
50
|
-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
51
|
-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
52
|
-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
-
</svg>
|
54
|
-
</a>
|
55
|
-
|
56
|
-
</div>
|
57
|
-
<div class="clear"></div>
|
58
|
-
</div>
|
59
|
-
|
60
|
-
<div id="content"><div id='filecontents'>
|
61
|
-
<h1 id="label-ruby-icinga2">ruby-icinga2</h1>
|
62
|
-
|
63
|
-
<p>An enhanced ruby gem to communicate with Icinga2 API</p>
|
64
|
-
|
65
|
-
<p><a href="https://badge.fury.io/rb/icinga2"><img
|
66
|
-
src="https://badge.fury.io/rb/icinga2.svg"></a></p>
|
67
|
-
|
68
|
-
<p><a href="https://travis-ci.org/bodsch/ruby-icinga2"><img
|
69
|
-
src="https://travis-ci.org/bodsch/ruby-icinga2.svg"></a> <a
|
70
|
-
href="http://ruby-gem-downloads-badge.herokuapp.com/icinga2"><img
|
71
|
-
src="http://ruby-gem-downloads-badge.herokuapp.com/icinga2"></a> <a
|
72
|
-
href="http://ruby-gem-downloads-badge.herokuapp.com/icinga2"><img
|
73
|
-
src="http://ruby-gem-downloads-badge.herokuapp.com/icinga2?type=total&metric=true&label=downloads-total"></a>
|
74
|
-
<a href="https://gemnasium.com/github.com/bodsch/ruby-icinga2"><img
|
75
|
-
src="https://gemnasium.com/badges/github.com/bodsch/ruby-icinga2.svg"></a></p>
|
76
|
-
|
77
|
-
<h2 id="label-Requirements">Requirements</h2>
|
78
|
-
<ul><li>
|
79
|
-
<p>ruby version => 2.0</p>
|
80
|
-
</li><li>
|
81
|
-
<p>rest-client ~> 2.0</p>
|
82
|
-
</li><li>
|
83
|
-
<p>json ~> 2.1</p>
|
84
|
-
</li><li>
|
85
|
-
<p>openssl ~> 2.0 (only with ruby >= 2.3)</p>
|
86
|
-
</li><li>
|
87
|
-
<p>ruby_dig (only with ruby < 2.3)</p>
|
88
|
-
</li></ul>
|
89
|
-
|
90
|
-
<h2 id="label-Install">Install</h2>
|
91
|
-
|
92
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_gem'>gem</span> <span class='id identifier rubyid_install'>install</span> <span class='id identifier rubyid_icinga2'>icinga2</span>
|
93
|
-
</code></pre>
|
94
|
-
|
95
|
-
<h2 id="label-Usage">Usage</h2>
|
96
|
-
|
97
|
-
<p>create an instance</p>
|
98
|
-
|
99
|
-
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>icinga2</span><span class='tstring_end'>'</span></span>
|
100
|
-
|
101
|
-
<span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
102
|
-
<span class='label'>icinga:</span> <span class='lbrace'>{</span>
|
103
|
-
<span class='label'>host:</span> <span class='id identifier rubyid_icinga_host'>icinga_host</span><span class='comma'>,</span>
|
104
|
-
<span class='label'>api:</span> <span class='lbrace'>{</span>
|
105
|
-
<span class='label'>port:</span> <span class='id identifier rubyid_icinga_api_port'>icinga_api_port</span><span class='comma'>,</span>
|
106
|
-
<span class='label'>username:</span> <span class='id identifier rubyid_icinga_api_user'>icinga_api_user</span><span class='comma'>,</span>
|
107
|
-
<span class='label'>password:</span> <span class='id identifier rubyid_icinga_api_pass'>icinga_api_pass</span>
|
108
|
-
<span class='rbrace'>}</span>
|
109
|
-
<span class='rbrace'>}</span>
|
110
|
-
<span class='rbrace'>}</span>
|
111
|
-
|
112
|
-
<span class='ivar'>@icinga</span> <span class='op'>=</span> <span class='const'>Icinga</span><span class='op'>::</span><span class='const'>Client</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span> <span class='id identifier rubyid_config'>config</span> <span class='rparen'>)</span>
|
113
|
-
</code></pre>
|
114
|
-
|
115
|
-
<h3 id="label-Use+the+examples">Use the examples</h3>
|
116
|
-
|
117
|
-
<p>You can use the <a href="https://github.com/Icinga/icinga-vagrant">Icinga
|
118
|
-
Vagrant-Box</a> from the Icinga Team or my own <a
|
119
|
-
href="https://hub.docker.com/r/bodsch/docker-icinga2/">Docker Container</a>
|
120
|
-
as Datasource.</p>
|
121
|
-
|
122
|
-
<p><strong>Remember</strong> Change the exported Environment Variables to your
|
123
|
-
choosed Datasource!</p>
|
124
|
-
|
125
|
-
<p>you can find many examples under the directory <code>examples</code>:</p>
|
126
|
-
|
127
|
-
<pre class="code ruby"><code class="ruby">$ export ICINGA_HOST=localhost ; export ICINGA_API_USER=root ; export ICINGA_API_PASSWORD=icinga
|
128
|
-
$ ruby examples/informations.rb
|
129
|
-
$ ruby examples/statistics.rb
|
130
|
-
$ ruby examples/users.rb</code></pre>
|
131
|
-
|
132
|
-
<p>and so on.</p>
|
133
|
-
|
134
|
-
<h3 id="label-Test+via+CLI">Test via CLI</h3>
|
135
|
-
|
136
|
-
<pre class="code ruby"><code class="ruby">$ irb
|
137
|
-
irb(main):001:0> require 'icinga2'
|
138
|
-
=> true
|
139
|
-
irb(main):002:0> config = { icinga: { host: 'localhost', api: { username: 'root', password: 'icinga' } } }
|
140
|
-
=> {:icinga=>{:host=>"localhost", :api=>{:username=>"root", :password=>"icinga"}}}
|
141
|
-
irb(main):003:0> i = Icinga2::Client.new( config )
|
142
|
-
irb(main):004:0> i.available?
|
143
|
-
=> true
|
144
|
-
irb(main):005:0></code></pre>
|
145
|
-
|
146
|
-
<h2 id="label-Create+a+own+gem+file">Create a own gem file</h2>
|
147
|
-
|
148
|
-
<pre class="code ruby"><code class="ruby">$ gem build icinga2.gemspec
|
149
|
-
Successfully built RubyGem
|
150
|
-
Name: icinga2
|
151
|
-
Version: 0.9.2.7
|
152
|
-
File: icinga2-0.9.2.7.gem</code></pre>
|
153
|
-
|
154
|
-
<h2 id="label-Install+local+gem">Install local gem</h2>
|
155
|
-
|
156
|
-
<pre class="code ruby"><code class="ruby">$ gem install icinga2
|
157
|
-
Successfully installed icinga2-0.9.2.7
|
158
|
-
1 gem installed</code></pre>
|
159
|
-
|
160
|
-
<h2 id="label-Status">Status</h2>
|
161
|
-
|
162
|
-
<p>supports the following API Calls:</p>
|
163
|
-
<ul><li>
|
164
|
-
<p><a href="doc/users.md">Users</a></p>
|
165
|
-
<ul><li>
|
166
|
-
<p><a href="doc/users.md#add-user">add user</a></p>
|
167
|
-
</li><li>
|
168
|
-
<p><a href="doc/users.md#delete-dser">delete user</a></p>
|
169
|
-
</li><li>
|
170
|
-
<p><a href="doc/users.md#list-users">list users</a></p>
|
171
|
-
</li><li>
|
172
|
-
<p><a href="doc/users.md#user-exists">check if user exists</a></p>
|
173
|
-
</li><li>
|
174
|
-
<p><a href="doc/users.md#add-user">add user</a></p>
|
175
|
-
</li><li>
|
176
|
-
<p><a href="doc/users.md#delete-dser">delete user</a></p>
|
177
|
-
</li><li>
|
178
|
-
<p><a href="doc/users.md#list-users">list users</a></p>
|
179
|
-
</li><li>
|
180
|
-
<p><a href="doc/users.md#user-exists">check if user exists</a></p>
|
181
|
-
</li></ul>
|
182
|
-
</li><li>
|
183
|
-
<p><a href="doc/usergroups.md">Usergroups</a></p>
|
184
|
-
<ul><li>
|
185
|
-
<p><a href="doc/usergroups.md#add-usergroup">add usergroup</a></p>
|
186
|
-
</li><li>
|
187
|
-
<p><a href="doc/usergroups.md#delete-usergroup">delete usergroup</a></p>
|
188
|
-
</li><li>
|
189
|
-
<p><a href="doc/usergroups.md#list-usergroups">list usergroups</a></p>
|
190
|
-
</li><li>
|
191
|
-
<p><a href="doc/usergroups.md#usergroup-exists">check if usergroup exists</a></p>
|
192
|
-
</li></ul>
|
193
|
-
</li><li>
|
194
|
-
<p><a href="doc/hosts.md">Hosts</a></p>
|
195
|
-
<ul><li>
|
196
|
-
<p><a href="doc/hosts.md#add-host">add host</a></p>
|
197
|
-
</li><li>
|
198
|
-
<p><a href="doc/hosts.md#delete-host">delete host</a></p>
|
199
|
-
</li><li>
|
200
|
-
<p><a href="doc/hosts.md#modify-host">modify host</a></p>
|
201
|
-
</li><li>
|
202
|
-
<p><a href="doc/hosts.md#list-hosts">list hosts</a></p>
|
203
|
-
</li><li>
|
204
|
-
<p><a href="doc/hosts.md#host-exists">check if host exists</a></p>
|
205
|
-
</li><li>
|
206
|
-
<p><a href="doc/hosts.md#list-host-objects">list host objects</a></p>
|
207
|
-
</li><li>
|
208
|
-
<p><a href="doc/hosts.md#count-hosts-with-problems">count of hosts with
|
209
|
-
problems</a></p>
|
210
|
-
</li><li>
|
211
|
-
<p><a href="doc/hosts.md#list-hosts-with-problems">list of hosts with
|
212
|
-
problems</a></p>
|
213
|
-
</li><li>
|
214
|
-
<p><a href="doc/hosts.md#count-all-hosts">count of all hosts</a></p>
|
215
|
-
</li><li>
|
216
|
-
<p><a href="doc/hosts.md#count-host-problems">count hosts with problems</a></p>
|
217
|
-
</li><li>
|
218
|
-
<p>calculate host severity (protected)</p>
|
219
|
-
</li></ul>
|
220
|
-
</li><li>
|
221
|
-
<p><a href="doc/hostgroups.md">Hostgroups</a></p>
|
222
|
-
<ul><li>
|
223
|
-
<p><a href="doc/hostgroups.md#add-usergroup">add hostgroup</a></p>
|
224
|
-
</li><li>
|
225
|
-
<p><a href="doc/hostgroups.md#delete-usergroup">delete hostgroup</a></p>
|
226
|
-
</li><li>
|
227
|
-
<p><a href="doc/hostgroups.md#list-usergroups">list hostgroups</a></p>
|
228
|
-
</li><li>
|
229
|
-
<p><a href="doc/hostgroups.md#usergroup-exists">check if hostgroup exists</a></p>
|
230
|
-
</li></ul>
|
231
|
-
</li><li>
|
232
|
-
<p><a href="doc/services.md">Services</a></p>
|
233
|
-
<ul><li>
|
234
|
-
<p><a href="doc/services.md#add-service">add service</a></p>
|
235
|
-
</li><li>
|
236
|
-
<p><a href="doc/services.md#delete-service">delete service</a></p>
|
237
|
-
</li><li>
|
238
|
-
<p><a href="doc/services.md#unhandled-services">list unhandled services</a></p>
|
239
|
-
</li><li>
|
240
|
-
<p><a href="doc/services.md#list-services">list services</a></p>
|
241
|
-
</li><li>
|
242
|
-
<p><a href="doc/services.md#service-exists">check if service exists</a></p>
|
243
|
-
</li><li>
|
244
|
-
<p><a href="doc/services.md#list-service-objects">list service objects</a></p>
|
245
|
-
</li><li>
|
246
|
-
<p><a href="doc/services.md#count-services-with-problems">count services with
|
247
|
-
problems</a></p>
|
248
|
-
</li><li>
|
249
|
-
<p><a href="doc/services.md#list-services-with-problems">list of services with
|
250
|
-
problems</a></p>
|
251
|
-
</li><li>
|
252
|
-
<p><a href="doc/services.md#count-all-services">count of all services</a></p>
|
253
|
-
</li><li>
|
254
|
-
<p><a href="doc/services.md#count-all-services-handled">count all services
|
255
|
-
with handled problems</a></p>
|
256
|
-
</li><li>
|
257
|
-
<p>calculate service severity (protected)</p>
|
258
|
-
</li></ul>
|
259
|
-
</li><li>
|
260
|
-
<p><a href="doc/servicegroups.md">Servicegroups</a></p>
|
261
|
-
<ul><li>
|
262
|
-
<p><a href="doc/servicegroups.md#add-servicegroup">add servicegroup</a></p>
|
263
|
-
</li><li>
|
264
|
-
<p><a href="doc/servicegroups.md#delete-servicegroup">delete servicegroup</a></p>
|
265
|
-
</li><li>
|
266
|
-
<p><a href="doc/servicegroups.md#list-servicegroup">list servicegroups</a></p>
|
267
|
-
</li><li>
|
268
|
-
<p><a href="doc/servicegroups.md#servicegroup-exists">check if servicegroup
|
269
|
-
exists</a></p>
|
270
|
-
</li></ul>
|
271
|
-
</li><li>
|
272
|
-
<p><a href="doc/downtimes.md">Downtimes</a></p>
|
273
|
-
<ul><li>
|
274
|
-
<p><a href="doc/downtimes.md#add-downtime">add downtime</a></p>
|
275
|
-
</li><li>
|
276
|
-
<p><a href="doc/downtimes.md#list-downtimes">list downtimes</a></p>
|
277
|
-
</li></ul>
|
278
|
-
</li><li>
|
279
|
-
<p><a href="doc/notifications.md">Notifications</a></p>
|
280
|
-
<ul><li>
|
281
|
-
<p><a href="doc/notifications.md#enable-host-notification">enable host
|
282
|
-
notifications</a></p>
|
283
|
-
</li><li>
|
284
|
-
<p><a href="doc/notifications.md#disable-host-notification">disable host
|
285
|
-
notifications</a></p>
|
286
|
-
</li><li>
|
287
|
-
<p><a href="doc/notifications.md#enable-service-notification">enable service
|
288
|
-
notifications</a></p>
|
289
|
-
</li><li>
|
290
|
-
<p><a href="doc/notifications.md#disable-service-notification">disable service
|
291
|
-
notifications</a></p>
|
292
|
-
</li><li>
|
293
|
-
<p><a href="doc/notifications.md#enable-hostgroup-notification">enable
|
294
|
-
hostgroup notifications</a></p>
|
295
|
-
</li><li>
|
296
|
-
<p><a href="doc/notifications.md#disable-hostgroup-notification">disable
|
297
|
-
hostgroup notifications</a></p>
|
298
|
-
</li><li>
|
299
|
-
<p><a href="doc/notifications.md#list-notifications">list all
|
300
|
-
notifications</a></p>
|
301
|
-
</li><li>
|
302
|
-
<p>host notification (protected)</p>
|
303
|
-
</li><li>
|
304
|
-
<p>hostgroup notification (protected)</p>
|
305
|
-
</li><li>
|
306
|
-
<p>service notification (protected)</p>
|
307
|
-
</li></ul>
|
308
|
-
</li><li>
|
309
|
-
<p><a href="doc/statistics.md">Statistics</a></p>
|
310
|
-
<ul><li>
|
311
|
-
<p><a href="doc/statistics.md#stats-avg">statistic data for latence and
|
312
|
-
execution time</a></p>
|
313
|
-
</li><li>
|
314
|
-
<p><a href="doc/statistics.md#stats-interval">statistic data for interval
|
315
|
-
data</a></p>
|
316
|
-
</li><li>
|
317
|
-
<p><a href="doc/statistics.md#stats-services">statistic data for services</a></p>
|
318
|
-
</li><li>
|
319
|
-
<p><a href="doc/statistics.md#stats-hosts">statistic data for hosts</a></p>
|
320
|
-
</li><li>
|
321
|
-
<p><a href="doc/statistics.md#stats-work-queue">queue statistics from the
|
322
|
-
api</a></p>
|
323
|
-
</li></ul>
|
324
|
-
</li></ul>
|
325
|
-
|
326
|
-
<h2 id="label-Contributing">Contributing</h2>
|
327
|
-
<ol><li>
|
328
|
-
<p>Fork it</p>
|
329
|
-
</li><li>
|
330
|
-
<p>Create your feature branch (<code>git checkout -b my-new-feature</code>)</p>
|
331
|
-
</li><li>
|
332
|
-
<p>Commit your changes (<code>git commit -am 'Add some
|
333
|
-
feature'</code>)</p>
|
334
|
-
</li><li>
|
335
|
-
<p>Push to the branch (<code>git push origin my-new-feature</code>)</p>
|
336
|
-
</li><li>
|
337
|
-
<p>Create new Pull Request</p>
|
338
|
-
</li></ol>
|
339
|
-
</div></div>
|
340
|
-
|
341
|
-
<div id="footer">
|
342
|
-
Generated on Sat Dec 9 20:28:06 2017 by
|
343
|
-
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
344
|
-
0.9.11 (ruby-2.2.8).
|
345
|
-
</div>
|
346
|
-
|
347
|
-
</div>
|
348
|
-
</body>
|
349
|
-
</html>
|
data/doc/method_list.html
DELETED
@@ -1,755 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html>
|
3
|
-
<head>
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
5
|
-
<meta charset="utf-8" />
|
6
|
-
|
7
|
-
<link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
|
8
|
-
|
9
|
-
<link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
|
16
|
-
|
17
|
-
|
18
|
-
<title>Method List</title>
|
19
|
-
<base id="base_target" target="_parent" />
|
20
|
-
</head>
|
21
|
-
<body>
|
22
|
-
<div id="content">
|
23
|
-
<div class="fixed_header">
|
24
|
-
<h1 id="full_list_header">Method List</h1>
|
25
|
-
<div id="full_list_nav">
|
26
|
-
|
27
|
-
<span><a target="_self" href="class_list.html">
|
28
|
-
Classes
|
29
|
-
</a></span>
|
30
|
-
|
31
|
-
<span><a target="_self" href="method_list.html">
|
32
|
-
Methods
|
33
|
-
</a></span>
|
34
|
-
|
35
|
-
<span><a target="_self" href="file_list.html">
|
36
|
-
Files
|
37
|
-
</a></span>
|
38
|
-
|
39
|
-
</div>
|
40
|
-
|
41
|
-
<div id="search">Search: <input type="text" /></div>
|
42
|
-
</div>
|
43
|
-
|
44
|
-
<ul id="full_list" class="method">
|
45
|
-
|
46
|
-
|
47
|
-
<li class="odd ">
|
48
|
-
<div class="item">
|
49
|
-
<span class='object_link'><a href="Icinga2/Downtimes.html#add_downtime-instance_method" title="Icinga2::Downtimes#add_downtime (method)">#add_downtime</a></span>
|
50
|
-
<small>Icinga2::Downtimes</small>
|
51
|
-
</div>
|
52
|
-
</li>
|
53
|
-
|
54
|
-
|
55
|
-
<li class="even ">
|
56
|
-
<div class="item">
|
57
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#add_host-instance_method" title="Icinga2::Hosts#add_host (method)">#add_host</a></span>
|
58
|
-
<small>Icinga2::Hosts</small>
|
59
|
-
</div>
|
60
|
-
</li>
|
61
|
-
|
62
|
-
|
63
|
-
<li class="odd ">
|
64
|
-
<div class="item">
|
65
|
-
<span class='object_link'><a href="Icinga2/Hostgroups.html#add_hostgroup-instance_method" title="Icinga2::Hostgroups#add_hostgroup (method)">#add_hostgroup</a></span>
|
66
|
-
<small>Icinga2::Hostgroups</small>
|
67
|
-
</div>
|
68
|
-
</li>
|
69
|
-
|
70
|
-
|
71
|
-
<li class="even ">
|
72
|
-
<div class="item">
|
73
|
-
<span class='object_link'><a href="Time.html#add_minutes-instance_method" title="Time#add_minutes (method)">#add_minutes</a></span>
|
74
|
-
<small>Time</small>
|
75
|
-
</div>
|
76
|
-
</li>
|
77
|
-
|
78
|
-
|
79
|
-
<li class="odd ">
|
80
|
-
<div class="item">
|
81
|
-
<span class='object_link'><a href="Icinga2/Services.html#add_service-instance_method" title="Icinga2::Services#add_service (method)">#add_service</a></span>
|
82
|
-
<small>Icinga2::Services</small>
|
83
|
-
</div>
|
84
|
-
</li>
|
85
|
-
|
86
|
-
|
87
|
-
<li class="even ">
|
88
|
-
<div class="item">
|
89
|
-
<span class='object_link'><a href="Icinga2/Servicegroups.html#add_servicegroup-instance_method" title="Icinga2::Servicegroups#add_servicegroup (method)">#add_servicegroup</a></span>
|
90
|
-
<small>Icinga2::Servicegroups</small>
|
91
|
-
</div>
|
92
|
-
</li>
|
93
|
-
|
94
|
-
|
95
|
-
<li class="odd ">
|
96
|
-
<div class="item">
|
97
|
-
<span class='object_link'><a href="Icinga2/Users.html#add_user-instance_method" title="Icinga2::Users#add_user (method)">#add_user</a></span>
|
98
|
-
<small>Icinga2::Users</small>
|
99
|
-
</div>
|
100
|
-
</li>
|
101
|
-
|
102
|
-
|
103
|
-
<li class="even ">
|
104
|
-
<div class="item">
|
105
|
-
<span class='object_link'><a href="Icinga2/Usergroups.html#add_usergroup-instance_method" title="Icinga2::Usergroups#add_usergroup (method)">#add_usergroup</a></span>
|
106
|
-
<small>Icinga2::Usergroups</small>
|
107
|
-
</div>
|
108
|
-
</li>
|
109
|
-
|
110
|
-
|
111
|
-
<li class="odd ">
|
112
|
-
<div class="item">
|
113
|
-
<span class='object_link'><a href="Icinga2/Network.html#api_data-instance_method" title="Icinga2::Network#api_data (method)">#api_data</a></span>
|
114
|
-
<small>Icinga2::Network</small>
|
115
|
-
</div>
|
116
|
-
</li>
|
117
|
-
|
118
|
-
|
119
|
-
<li class="even ">
|
120
|
-
<div class="item">
|
121
|
-
<span class='object_link'><a href="Icinga2/Client.html#api_listener-instance_method" title="Icinga2::Client#api_listener (method)">#api_listener</a></span>
|
122
|
-
<small>Icinga2::Client</small>
|
123
|
-
</div>
|
124
|
-
</li>
|
125
|
-
|
126
|
-
|
127
|
-
<li class="odd ">
|
128
|
-
<div class="item">
|
129
|
-
<span class='object_link'><a href="Icinga2/Client.html#application_data-instance_method" title="Icinga2::Client#application_data (method)">#application_data</a></span>
|
130
|
-
<small>Icinga2::Client</small>
|
131
|
-
</div>
|
132
|
-
</li>
|
133
|
-
|
134
|
-
|
135
|
-
<li class="even ">
|
136
|
-
<div class="item">
|
137
|
-
<span class='object_link'><a href="Hash.html#assert_required_keys-instance_method" title="Hash#assert_required_keys (method)">#assert_required_keys</a></span>
|
138
|
-
<small>Hash</small>
|
139
|
-
</div>
|
140
|
-
</li>
|
141
|
-
|
142
|
-
|
143
|
-
<li class="odd ">
|
144
|
-
<div class="item">
|
145
|
-
<span class='object_link'><a href="Hash.html#assert_valid_keys-instance_method" title="Hash#assert_valid_keys (method)">#assert_valid_keys</a></span>
|
146
|
-
<small>Hash</small>
|
147
|
-
</div>
|
148
|
-
</li>
|
149
|
-
|
150
|
-
|
151
|
-
<li class="even ">
|
152
|
-
<div class="item">
|
153
|
-
<span class='object_link'><a href="Icinga2/Client.html#available%3F-instance_method" title="Icinga2::Client#available? (method)">#available?</a></span>
|
154
|
-
<small>Icinga2::Client</small>
|
155
|
-
</div>
|
156
|
-
</li>
|
157
|
-
|
158
|
-
|
159
|
-
<li class="odd ">
|
160
|
-
<div class="item">
|
161
|
-
<span class='object_link'><a href="Icinga2/Statistics.html#average_statistics-instance_method" title="Icinga2::Statistics#average_statistics (method)">#average_statistics</a></span>
|
162
|
-
<small>Icinga2::Statistics</small>
|
163
|
-
</div>
|
164
|
-
</li>
|
165
|
-
|
166
|
-
|
167
|
-
<li class="even ">
|
168
|
-
<div class="item">
|
169
|
-
<span class='object_link'><a href="Icinga2/Client.html#cert%3F-instance_method" title="Icinga2::Client#cert? (method)">#cert?</a></span>
|
170
|
-
<small>Icinga2::Client</small>
|
171
|
-
</div>
|
172
|
-
</li>
|
173
|
-
|
174
|
-
|
175
|
-
<li class="odd ">
|
176
|
-
<div class="item">
|
177
|
-
<span class='object_link'><a href="Icinga2/Client.html#cib_data-instance_method" title="Icinga2::Client#cib_data (method)">#cib_data</a></span>
|
178
|
-
<small>Icinga2::Client</small>
|
179
|
-
</div>
|
180
|
-
</li>
|
181
|
-
|
182
|
-
|
183
|
-
<li class="even ">
|
184
|
-
<div class="item">
|
185
|
-
<span class='object_link'><a href="Array.html#compare-instance_method" title="Array#compare (method)">#compare</a></span>
|
186
|
-
<small>Array</small>
|
187
|
-
</div>
|
188
|
-
</li>
|
189
|
-
|
190
|
-
|
191
|
-
<li class="odd ">
|
192
|
-
<div class="item">
|
193
|
-
<span class='object_link'><a href="Logging.html#configure_logger_for-class_method" title="Logging.configure_logger_for (method)">configure_logger_for</a></span>
|
194
|
-
<small>Logging</small>
|
195
|
-
</div>
|
196
|
-
</li>
|
197
|
-
|
198
|
-
|
199
|
-
<li class="even ">
|
200
|
-
<div class="item">
|
201
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#count_hosts_with_problems-instance_method" title="Icinga2::Hosts#count_hosts_with_problems (method)">#count_hosts_with_problems</a></span>
|
202
|
-
<small>Icinga2::Hosts</small>
|
203
|
-
</div>
|
204
|
-
</li>
|
205
|
-
|
206
|
-
|
207
|
-
<li class="odd ">
|
208
|
-
<div class="item">
|
209
|
-
<span class='object_link'><a href="Icinga2/Tools.html#count_problems-instance_method" title="Icinga2::Tools#count_problems (method)">#count_problems</a></span>
|
210
|
-
<small>Icinga2::Tools</small>
|
211
|
-
</div>
|
212
|
-
</li>
|
213
|
-
|
214
|
-
|
215
|
-
<li class="even ">
|
216
|
-
<div class="item">
|
217
|
-
<span class='object_link'><a href="Icinga2/Services.html#count_services_with_problems-instance_method" title="Icinga2::Services#count_services_with_problems (method)">#count_services_with_problems</a></span>
|
218
|
-
<small>Icinga2::Services</small>
|
219
|
-
</div>
|
220
|
-
</li>
|
221
|
-
|
222
|
-
|
223
|
-
<li class="odd ">
|
224
|
-
<div class="item">
|
225
|
-
<span class='object_link'><a href="Object.html#deep_string_keys-instance_method" title="Object#deep_string_keys (method)">#deep_string_keys</a></span>
|
226
|
-
<small>Object</small>
|
227
|
-
</div>
|
228
|
-
</li>
|
229
|
-
|
230
|
-
|
231
|
-
<li class="even ">
|
232
|
-
<div class="item">
|
233
|
-
<span class='object_link'><a href="Object.html#deep_symbolize_keys-instance_method" title="Object#deep_symbolize_keys (method)">#deep_symbolize_keys</a></span>
|
234
|
-
<small>Object</small>
|
235
|
-
</div>
|
236
|
-
</li>
|
237
|
-
|
238
|
-
|
239
|
-
<li class="odd ">
|
240
|
-
<div class="item">
|
241
|
-
<span class='object_link'><a href="Icinga2/Network.html#delete-instance_method" title="Icinga2::Network#delete (method)">#delete</a></span>
|
242
|
-
<small>Icinga2::Network</small>
|
243
|
-
</div>
|
244
|
-
</li>
|
245
|
-
|
246
|
-
|
247
|
-
<li class="even ">
|
248
|
-
<div class="item">
|
249
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#delete_host-instance_method" title="Icinga2::Hosts#delete_host (method)">#delete_host</a></span>
|
250
|
-
<small>Icinga2::Hosts</small>
|
251
|
-
</div>
|
252
|
-
</li>
|
253
|
-
|
254
|
-
|
255
|
-
<li class="odd ">
|
256
|
-
<div class="item">
|
257
|
-
<span class='object_link'><a href="Icinga2/Hostgroups.html#delete_hostgroup-instance_method" title="Icinga2::Hostgroups#delete_hostgroup (method)">#delete_hostgroup</a></span>
|
258
|
-
<small>Icinga2::Hostgroups</small>
|
259
|
-
</div>
|
260
|
-
</li>
|
261
|
-
|
262
|
-
|
263
|
-
<li class="even ">
|
264
|
-
<div class="item">
|
265
|
-
<span class='object_link'><a href="Icinga2/Services.html#delete_service-instance_method" title="Icinga2::Services#delete_service (method)">#delete_service</a></span>
|
266
|
-
<small>Icinga2::Services</small>
|
267
|
-
</div>
|
268
|
-
</li>
|
269
|
-
|
270
|
-
|
271
|
-
<li class="odd ">
|
272
|
-
<div class="item">
|
273
|
-
<span class='object_link'><a href="Icinga2/Servicegroups.html#delete_servicegroup-instance_method" title="Icinga2::Servicegroups#delete_servicegroup (method)">#delete_servicegroup</a></span>
|
274
|
-
<small>Icinga2::Servicegroups</small>
|
275
|
-
</div>
|
276
|
-
</li>
|
277
|
-
|
278
|
-
|
279
|
-
<li class="even ">
|
280
|
-
<div class="item">
|
281
|
-
<span class='object_link'><a href="Icinga2/Users.html#delete_user-instance_method" title="Icinga2::Users#delete_user (method)">#delete_user</a></span>
|
282
|
-
<small>Icinga2::Users</small>
|
283
|
-
</div>
|
284
|
-
</li>
|
285
|
-
|
286
|
-
|
287
|
-
<li class="odd ">
|
288
|
-
<div class="item">
|
289
|
-
<span class='object_link'><a href="Icinga2/Usergroups.html#delete_usergroup-instance_method" title="Icinga2::Usergroups#delete_usergroup (method)">#delete_usergroup</a></span>
|
290
|
-
<small>Icinga2::Usergroups</small>
|
291
|
-
</div>
|
292
|
-
</li>
|
293
|
-
|
294
|
-
|
295
|
-
<li class="even ">
|
296
|
-
<div class="item">
|
297
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#disable_host_notification-instance_method" title="Icinga2::Notifications#disable_host_notification (method)">#disable_host_notification</a></span>
|
298
|
-
<small>Icinga2::Notifications</small>
|
299
|
-
</div>
|
300
|
-
</li>
|
301
|
-
|
302
|
-
|
303
|
-
<li class="odd ">
|
304
|
-
<div class="item">
|
305
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#disable_hostgroup_notification-instance_method" title="Icinga2::Notifications#disable_hostgroup_notification (method)">#disable_hostgroup_notification</a></span>
|
306
|
-
<small>Icinga2::Notifications</small>
|
307
|
-
</div>
|
308
|
-
</li>
|
309
|
-
|
310
|
-
|
311
|
-
<li class="even ">
|
312
|
-
<div class="item">
|
313
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#disable_service_notification-instance_method" title="Icinga2::Notifications#disable_service_notification (method)">#disable_service_notification</a></span>
|
314
|
-
<small>Icinga2::Notifications</small>
|
315
|
-
</div>
|
316
|
-
</li>
|
317
|
-
|
318
|
-
|
319
|
-
<li class="odd ">
|
320
|
-
<div class="item">
|
321
|
-
<span class='object_link'><a href="Icinga2/Downtimes.html#downtimes-instance_method" title="Icinga2::Downtimes#downtimes (method)">#downtimes</a></span>
|
322
|
-
<small>Icinga2::Downtimes</small>
|
323
|
-
</div>
|
324
|
-
</li>
|
325
|
-
|
326
|
-
|
327
|
-
<li class="even ">
|
328
|
-
<div class="item">
|
329
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#enable_host_notification-instance_method" title="Icinga2::Notifications#enable_host_notification (method)">#enable_host_notification</a></span>
|
330
|
-
<small>Icinga2::Notifications</small>
|
331
|
-
</div>
|
332
|
-
</li>
|
333
|
-
|
334
|
-
|
335
|
-
<li class="odd ">
|
336
|
-
<div class="item">
|
337
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#enable_hostgroup_notification-instance_method" title="Icinga2::Notifications#enable_hostgroup_notification (method)">#enable_hostgroup_notification</a></span>
|
338
|
-
<small>Icinga2::Notifications</small>
|
339
|
-
</div>
|
340
|
-
</li>
|
341
|
-
|
342
|
-
|
343
|
-
<li class="even ">
|
344
|
-
<div class="item">
|
345
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#enable_service_notification-instance_method" title="Icinga2::Notifications#enable_service_notification (method)">#enable_service_notification</a></span>
|
346
|
-
<small>Icinga2::Notifications</small>
|
347
|
-
</div>
|
348
|
-
</li>
|
349
|
-
|
350
|
-
|
351
|
-
<li class="odd ">
|
352
|
-
<div class="item">
|
353
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#exists_host%3F-instance_method" title="Icinga2::Hosts#exists_host? (method)">#exists_host?</a></span>
|
354
|
-
<small>Icinga2::Hosts</small>
|
355
|
-
</div>
|
356
|
-
</li>
|
357
|
-
|
358
|
-
|
359
|
-
<li class="even ">
|
360
|
-
<div class="item">
|
361
|
-
<span class='object_link'><a href="Icinga2/Hostgroups.html#exists_hostgroup%3F-instance_method" title="Icinga2::Hostgroups#exists_hostgroup? (method)">#exists_hostgroup?</a></span>
|
362
|
-
<small>Icinga2::Hostgroups</small>
|
363
|
-
</div>
|
364
|
-
</li>
|
365
|
-
|
366
|
-
|
367
|
-
<li class="odd ">
|
368
|
-
<div class="item">
|
369
|
-
<span class='object_link'><a href="Icinga2/Services.html#exists_service%3F-instance_method" title="Icinga2::Services#exists_service? (method)">#exists_service?</a></span>
|
370
|
-
<small>Icinga2::Services</small>
|
371
|
-
</div>
|
372
|
-
</li>
|
373
|
-
|
374
|
-
|
375
|
-
<li class="even ">
|
376
|
-
<div class="item">
|
377
|
-
<span class='object_link'><a href="Icinga2/Servicegroups.html#exists_servicegroup%3F-instance_method" title="Icinga2::Servicegroups#exists_servicegroup? (method)">#exists_servicegroup?</a></span>
|
378
|
-
<small>Icinga2::Servicegroups</small>
|
379
|
-
</div>
|
380
|
-
</li>
|
381
|
-
|
382
|
-
|
383
|
-
<li class="odd ">
|
384
|
-
<div class="item">
|
385
|
-
<span class='object_link'><a href="Icinga2/Users.html#exists_user%3F-instance_method" title="Icinga2::Users#exists_user? (method)">#exists_user?</a></span>
|
386
|
-
<small>Icinga2::Users</small>
|
387
|
-
</div>
|
388
|
-
</li>
|
389
|
-
|
390
|
-
|
391
|
-
<li class="even ">
|
392
|
-
<div class="item">
|
393
|
-
<span class='object_link'><a href="Icinga2/Usergroups.html#exists_usergroup%3F-instance_method" title="Icinga2::Usergroups#exists_usergroup? (method)">#exists_usergroup?</a></span>
|
394
|
-
<small>Icinga2::Usergroups</small>
|
395
|
-
</div>
|
396
|
-
</li>
|
397
|
-
|
398
|
-
|
399
|
-
<li class="odd ">
|
400
|
-
<div class="item">
|
401
|
-
<span class='object_link'><a href="Hash.html#filter-instance_method" title="Hash#filter (method)">#filter</a></span>
|
402
|
-
<small>Hash</small>
|
403
|
-
</div>
|
404
|
-
</li>
|
405
|
-
|
406
|
-
|
407
|
-
<li class="even ">
|
408
|
-
<div class="item">
|
409
|
-
<span class='object_link'><a href="Icinga2/Converts.html#format_service-class_method" title="Icinga2::Converts.format_service (method)">format_service</a></span>
|
410
|
-
<small>Icinga2::Converts</small>
|
411
|
-
</div>
|
412
|
-
</li>
|
413
|
-
|
414
|
-
|
415
|
-
<li class="odd ">
|
416
|
-
<div class="item">
|
417
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#host_objects-instance_method" title="Icinga2::Hosts#host_objects (method)">#host_objects</a></span>
|
418
|
-
<small>Icinga2::Hosts</small>
|
419
|
-
</div>
|
420
|
-
</li>
|
421
|
-
|
422
|
-
|
423
|
-
<li class="even ">
|
424
|
-
<div class="item">
|
425
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#host_problems-instance_method" title="Icinga2::Hosts#host_problems (method)">#host_problems</a></span>
|
426
|
-
<small>Icinga2::Hosts</small>
|
427
|
-
</div>
|
428
|
-
</li>
|
429
|
-
|
430
|
-
|
431
|
-
<li class="odd ">
|
432
|
-
<div class="item">
|
433
|
-
<span class='object_link'><a href="Icinga2/Statistics.html#host_statistics-instance_method" title="Icinga2::Statistics#host_statistics (method)">#host_statistics</a></span>
|
434
|
-
<small>Icinga2::Statistics</small>
|
435
|
-
</div>
|
436
|
-
</li>
|
437
|
-
|
438
|
-
|
439
|
-
<li class="even ">
|
440
|
-
<div class="item">
|
441
|
-
<span class='object_link'><a href="Icinga2/Hostgroups.html#hostgroups-instance_method" title="Icinga2::Hostgroups#hostgroups (method)">#hostgroups</a></span>
|
442
|
-
<small>Icinga2::Hostgroups</small>
|
443
|
-
</div>
|
444
|
-
</li>
|
445
|
-
|
446
|
-
|
447
|
-
<li class="odd ">
|
448
|
-
<div class="item">
|
449
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#hosts-instance_method" title="Icinga2::Hosts#hosts (method)">#hosts</a></span>
|
450
|
-
<small>Icinga2::Hosts</small>
|
451
|
-
</div>
|
452
|
-
</li>
|
453
|
-
|
454
|
-
|
455
|
-
<li class="even ">
|
456
|
-
<div class="item">
|
457
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#hosts_adjusted-instance_method" title="Icinga2::Hosts#hosts_adjusted (method)">#hosts_adjusted</a></span>
|
458
|
-
<small>Icinga2::Hosts</small>
|
459
|
-
</div>
|
460
|
-
</li>
|
461
|
-
|
462
|
-
|
463
|
-
<li class="odd ">
|
464
|
-
<div class="item">
|
465
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#hosts_all-instance_method" title="Icinga2::Hosts#hosts_all (method)">#hosts_all</a></span>
|
466
|
-
<small>Icinga2::Hosts</small>
|
467
|
-
</div>
|
468
|
-
</li>
|
469
|
-
|
470
|
-
|
471
|
-
<li class="even ">
|
472
|
-
<div class="item">
|
473
|
-
<span class='object_link'><a href="Icinga2/Network.html#icinga_application_data-instance_method" title="Icinga2::Network#icinga_application_data (method)">#icinga_application_data</a></span>
|
474
|
-
<small>Icinga2::Network</small>
|
475
|
-
</div>
|
476
|
-
</li>
|
477
|
-
|
478
|
-
|
479
|
-
<li class="odd ">
|
480
|
-
<div class="item">
|
481
|
-
<span class='object_link'><a href="Icinga2/Client.html#initialize-instance_method" title="Icinga2::Client#initialize (method)">#initialize</a></span>
|
482
|
-
<small>Icinga2::Client</small>
|
483
|
-
</div>
|
484
|
-
</li>
|
485
|
-
|
486
|
-
|
487
|
-
<li class="even ">
|
488
|
-
<div class="item">
|
489
|
-
<span class='object_link'><a href="Icinga2/Statistics.html#interval_statistics-instance_method" title="Icinga2::Statistics#interval_statistics (method)">#interval_statistics</a></span>
|
490
|
-
<small>Icinga2::Statistics</small>
|
491
|
-
</div>
|
492
|
-
</li>
|
493
|
-
|
494
|
-
|
495
|
-
<li class="odd ">
|
496
|
-
<div class="item">
|
497
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#list_hosts_with_problems-instance_method" title="Icinga2::Hosts#list_hosts_with_problems (method)">#list_hosts_with_problems</a></span>
|
498
|
-
<small>Icinga2::Hosts</small>
|
499
|
-
</div>
|
500
|
-
</li>
|
501
|
-
|
502
|
-
|
503
|
-
<li class="even ">
|
504
|
-
<div class="item">
|
505
|
-
<span class='object_link'><a href="Icinga2/Services.html#list_services_with_problems-instance_method" title="Icinga2::Services#list_services_with_problems (method)">#list_services_with_problems</a></span>
|
506
|
-
<small>Icinga2::Services</small>
|
507
|
-
</div>
|
508
|
-
</li>
|
509
|
-
|
510
|
-
|
511
|
-
<li class="odd ">
|
512
|
-
<div class="item">
|
513
|
-
<span class='object_link'><a href="Logging.html#logger-instance_method" title="Logging#logger (method)">#logger</a></span>
|
514
|
-
<small>Logging</small>
|
515
|
-
</div>
|
516
|
-
</li>
|
517
|
-
|
518
|
-
|
519
|
-
<li class="even ">
|
520
|
-
<div class="item">
|
521
|
-
<span class='object_link'><a href="Logging.html#logger_for-class_method" title="Logging.logger_for (method)">logger_for</a></span>
|
522
|
-
<small>Logging</small>
|
523
|
-
</div>
|
524
|
-
</li>
|
525
|
-
|
526
|
-
|
527
|
-
<li class="odd ">
|
528
|
-
<div class="item">
|
529
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#modify_host-instance_method" title="Icinga2::Hosts#modify_host (method)">#modify_host</a></span>
|
530
|
-
<small>Icinga2::Hosts</small>
|
531
|
-
</div>
|
532
|
-
</li>
|
533
|
-
|
534
|
-
|
535
|
-
<li class="even ">
|
536
|
-
<div class="item">
|
537
|
-
<span class='object_link'><a href="Icinga2/Services.html#modify_service-instance_method" title="Icinga2::Services#modify_service (method)">#modify_service</a></span>
|
538
|
-
<small>Icinga2::Services</small>
|
539
|
-
</div>
|
540
|
-
</li>
|
541
|
-
|
542
|
-
|
543
|
-
<li class="odd ">
|
544
|
-
<div class="item">
|
545
|
-
<span class='object_link'><a href="Icinga2/Client.html#node_name-instance_method" title="Icinga2::Client#node_name (method)">#node_name</a></span>
|
546
|
-
<small>Icinga2::Client</small>
|
547
|
-
</div>
|
548
|
-
</li>
|
549
|
-
|
550
|
-
|
551
|
-
<li class="even ">
|
552
|
-
<div class="item">
|
553
|
-
<span class='object_link'><a href="Icinga2/Notifications.html#notifications-instance_method" title="Icinga2::Notifications#notifications (method)">#notifications</a></span>
|
554
|
-
<small>Icinga2::Notifications</small>
|
555
|
-
</div>
|
556
|
-
</li>
|
557
|
-
|
558
|
-
|
559
|
-
<li class="odd ">
|
560
|
-
<div class="item">
|
561
|
-
<span class='object_link'><a href="Icinga2/Tools.html#object_has_been_checked%3F-instance_method" title="Icinga2::Tools#object_has_been_checked? (method)">#object_has_been_checked?</a></span>
|
562
|
-
<small>Icinga2::Tools</small>
|
563
|
-
</div>
|
564
|
-
</li>
|
565
|
-
|
566
|
-
|
567
|
-
<li class="even ">
|
568
|
-
<div class="item">
|
569
|
-
<span class='object_link'><a href="Icinga2/Tools.html#parse_version-instance_method" title="Icinga2::Tools#parse_version (method)">#parse_version</a></span>
|
570
|
-
<small>Icinga2::Tools</small>
|
571
|
-
</div>
|
572
|
-
</li>
|
573
|
-
|
574
|
-
|
575
|
-
<li class="odd ">
|
576
|
-
<div class="item">
|
577
|
-
<span class='object_link'><a href="Icinga2/Network.html#post-instance_method" title="Icinga2::Network#post (method)">#post</a></span>
|
578
|
-
<small>Icinga2::Network</small>
|
579
|
-
</div>
|
580
|
-
</li>
|
581
|
-
|
582
|
-
|
583
|
-
<li class="even ">
|
584
|
-
<div class="item">
|
585
|
-
<span class='object_link'><a href="Icinga2/Network.html#put-instance_method" title="Icinga2::Network#put (method)">#put</a></span>
|
586
|
-
<small>Icinga2::Network</small>
|
587
|
-
</div>
|
588
|
-
</li>
|
589
|
-
|
590
|
-
|
591
|
-
<li class="odd ">
|
592
|
-
<div class="item">
|
593
|
-
<span class='object_link'><a href="Icinga2/Services.html#service_objects-instance_method" title="Icinga2::Services#service_objects (method)">#service_objects</a></span>
|
594
|
-
<small>Icinga2::Services</small>
|
595
|
-
</div>
|
596
|
-
</li>
|
597
|
-
|
598
|
-
|
599
|
-
<li class="even ">
|
600
|
-
<div class="item">
|
601
|
-
<span class='object_link'><a href="Icinga2/Services.html#service_problems-instance_method" title="Icinga2::Services#service_problems (method)">#service_problems</a></span>
|
602
|
-
<small>Icinga2::Services</small>
|
603
|
-
</div>
|
604
|
-
</li>
|
605
|
-
|
606
|
-
|
607
|
-
<li class="odd ">
|
608
|
-
<div class="item">
|
609
|
-
<span class='object_link'><a href="Icinga2/Services.html#service_problems_handled-instance_method" title="Icinga2::Services#service_problems_handled (method)">#service_problems_handled</a></span>
|
610
|
-
<small>Icinga2::Services</small>
|
611
|
-
</div>
|
612
|
-
</li>
|
613
|
-
|
614
|
-
|
615
|
-
<li class="even ">
|
616
|
-
<div class="item">
|
617
|
-
<span class='object_link'><a href="Icinga2/Statistics.html#service_statistics-instance_method" title="Icinga2::Statistics#service_statistics (method)">#service_statistics</a></span>
|
618
|
-
<small>Icinga2::Statistics</small>
|
619
|
-
</div>
|
620
|
-
</li>
|
621
|
-
|
622
|
-
|
623
|
-
<li class="odd ">
|
624
|
-
<div class="item">
|
625
|
-
<span class='object_link'><a href="Icinga2/Servicegroups.html#servicegroups-instance_method" title="Icinga2::Servicegroups#servicegroups (method)">#servicegroups</a></span>
|
626
|
-
<small>Icinga2::Servicegroups</small>
|
627
|
-
</div>
|
628
|
-
</li>
|
629
|
-
|
630
|
-
|
631
|
-
<li class="even ">
|
632
|
-
<div class="item">
|
633
|
-
<span class='object_link'><a href="Icinga2/Services.html#services-instance_method" title="Icinga2::Services#services (method)">#services</a></span>
|
634
|
-
<small>Icinga2::Services</small>
|
635
|
-
</div>
|
636
|
-
</li>
|
637
|
-
|
638
|
-
|
639
|
-
<li class="odd ">
|
640
|
-
<div class="item">
|
641
|
-
<span class='object_link'><a href="Icinga2/Services.html#services_adjusted-instance_method" title="Icinga2::Services#services_adjusted (method)">#services_adjusted</a></span>
|
642
|
-
<small>Icinga2::Services</small>
|
643
|
-
</div>
|
644
|
-
</li>
|
645
|
-
|
646
|
-
|
647
|
-
<li class="even ">
|
648
|
-
<div class="item">
|
649
|
-
<span class='object_link'><a href="Icinga2/Services.html#services_all-instance_method" title="Icinga2::Services#services_all (method)">#services_all</a></span>
|
650
|
-
<small>Icinga2::Services</small>
|
651
|
-
</div>
|
652
|
-
</li>
|
653
|
-
|
654
|
-
|
655
|
-
<li class="odd ">
|
656
|
-
<div class="item">
|
657
|
-
<span class='object_link'><a href="Icinga2/Client.html#start_time-instance_method" title="Icinga2::Client#start_time (method)">#start_time</a></span>
|
658
|
-
<small>Icinga2::Client</small>
|
659
|
-
</div>
|
660
|
-
</li>
|
661
|
-
|
662
|
-
|
663
|
-
<li class="even ">
|
664
|
-
<div class="item">
|
665
|
-
<span class='object_link'><a href="Icinga2/Converts.html#state_to_color-instance_method" title="Icinga2::Converts#state_to_color (method)">#state_to_color</a></span>
|
666
|
-
<small>Icinga2::Converts</small>
|
667
|
-
</div>
|
668
|
-
</li>
|
669
|
-
|
670
|
-
|
671
|
-
<li class="odd ">
|
672
|
-
<div class="item">
|
673
|
-
<span class='object_link'><a href="Icinga2/Converts.html#state_to_string-instance_method" title="Icinga2::Converts#state_to_string (method)">#state_to_string</a></span>
|
674
|
-
<small>Icinga2::Converts</small>
|
675
|
-
</div>
|
676
|
-
</li>
|
677
|
-
|
678
|
-
|
679
|
-
<li class="even ">
|
680
|
-
<div class="item">
|
681
|
-
<span class='object_link'><a href="Icinga2/Client.html#status_data-instance_method" title="Icinga2::Client#status_data (method)">#status_data</a></span>
|
682
|
-
<small>Icinga2::Client</small>
|
683
|
-
</div>
|
684
|
-
</li>
|
685
|
-
|
686
|
-
|
687
|
-
<li class="odd ">
|
688
|
-
<div class="item">
|
689
|
-
<span class='object_link'><a href="Icinga2/Services.html#unhandled_services-instance_method" title="Icinga2::Services#unhandled_services (method)">#unhandled_services</a></span>
|
690
|
-
<small>Icinga2::Services</small>
|
691
|
-
</div>
|
692
|
-
</li>
|
693
|
-
|
694
|
-
|
695
|
-
<li class="even ">
|
696
|
-
<div class="item">
|
697
|
-
<span class='object_link'><a href="Icinga2/Client.html#uptime-instance_method" title="Icinga2::Client#uptime (method)">#uptime</a></span>
|
698
|
-
<small>Icinga2::Client</small>
|
699
|
-
</div>
|
700
|
-
</li>
|
701
|
-
|
702
|
-
|
703
|
-
<li class="odd ">
|
704
|
-
<div class="item">
|
705
|
-
<span class='object_link'><a href="Icinga2/Usergroups.html#usergroups-instance_method" title="Icinga2::Usergroups#usergroups (method)">#usergroups</a></span>
|
706
|
-
<small>Icinga2::Usergroups</small>
|
707
|
-
</div>
|
708
|
-
</li>
|
709
|
-
|
710
|
-
|
711
|
-
<li class="even ">
|
712
|
-
<div class="item">
|
713
|
-
<span class='object_link'><a href="Icinga2/Users.html#users-instance_method" title="Icinga2::Users#users (method)">#users</a></span>
|
714
|
-
<small>Icinga2::Users</small>
|
715
|
-
</div>
|
716
|
-
</li>
|
717
|
-
|
718
|
-
|
719
|
-
<li class="odd ">
|
720
|
-
<div class="item">
|
721
|
-
<span class='object_link'><a href="Icinga2/Validator.html#validate-instance_method" title="Icinga2::Validator#validate (method)">#validate</a></span>
|
722
|
-
<small>Icinga2::Validator</small>
|
723
|
-
</div>
|
724
|
-
</li>
|
725
|
-
|
726
|
-
|
727
|
-
<li class="even ">
|
728
|
-
<div class="item">
|
729
|
-
<span class='object_link'><a href="Icinga2/Validator.html#validate_options!-instance_method" title="Icinga2::Validator#validate_options! (method)">#validate_options!</a></span>
|
730
|
-
<small>Icinga2::Validator</small>
|
731
|
-
</div>
|
732
|
-
</li>
|
733
|
-
|
734
|
-
|
735
|
-
<li class="odd ">
|
736
|
-
<div class="item">
|
737
|
-
<span class='object_link'><a href="Icinga2/Client.html#version-instance_method" title="Icinga2::Client#version (method)">#version</a></span>
|
738
|
-
<small>Icinga2::Client</small>
|
739
|
-
</div>
|
740
|
-
</li>
|
741
|
-
|
742
|
-
|
743
|
-
<li class="even ">
|
744
|
-
<div class="item">
|
745
|
-
<span class='object_link'><a href="Icinga2/Statistics.html#work_queue_statistics-instance_method" title="Icinga2::Statistics#work_queue_statistics (method)">#work_queue_statistics</a></span>
|
746
|
-
<small>Icinga2::Statistics</small>
|
747
|
-
</div>
|
748
|
-
</li>
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
</ul>
|
753
|
-
</div>
|
754
|
-
</body>
|
755
|
-
</html>
|