icinga2 0.6.1 → 0.6.2
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/doc/Icinga2.html +151 -0
- data/doc/Logging.html +316 -0
- data/doc/_index.html +285 -0
- data/doc/class_list.html +51 -0
- data/doc/file.README.html +278 -0
- data/doc/file_list.html +56 -0
- data/doc/frames.html +17 -0
- data/doc/index.html +278 -0
- data/doc/method_list.html +523 -0
- data/doc/status.md +12 -0
- data/doc/top-level-namespace.html +110 -0
- data/examples/test.rb +143 -102
- data/lib/icinga2.rb +12 -4
- data/lib/icinga2/converts.rb +8 -8
- data/lib/icinga2/downtimes.rb +34 -14
- data/lib/icinga2/hostgroups.rb +54 -20
- data/lib/icinga2/hosts.rb +126 -65
- data/lib/icinga2/network.rb +44 -3
- data/lib/icinga2/notifications.rb +120 -25
- data/lib/icinga2/servicegroups.rb +44 -10
- data/lib/icinga2/services.rb +100 -51
- data/lib/icinga2/status.rb +16 -10
- data/lib/icinga2/tools.rb +5 -3
- data/lib/icinga2/usergroups.rb +47 -12
- data/lib/icinga2/users.rb +49 -23
- data/lib/icinga2/version.rb +6 -4
- metadata +13 -2
data/doc/file_list.html
ADDED
@@ -0,0 +1,56 @@
|
|
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
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<title>Documentation by YARD 0.9.9</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
ADDED
@@ -0,0 +1,278 @@
|
|
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.9
|
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>Small Ruby Class for the Icinga2 API</p>
|
64
|
+
|
65
|
+
<h2 id="label-Requirements">Requirements</h2>
|
66
|
+
|
67
|
+
<pre class="code ruby"><code class="ruby">gem install rest-client --no-rdoc --no-ri
|
68
|
+
gem install json --no-rdoc --no-ri</code></pre>
|
69
|
+
|
70
|
+
<h2 id="label-usage">usage</h2>
|
71
|
+
|
72
|
+
<p>create an instance and get information about the Icinga2 Server</p>
|
73
|
+
|
74
|
+
<pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_config'>config</span> <span class='op'>=</span> <span class='lbrace'>{</span>
|
75
|
+
<span class='symbol'>:icinga</span> <span class='op'>=></span> <span class='lbrace'>{</span>
|
76
|
+
<span class='symbol'>:host</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaHost'>icingaHost</span><span class='comma'>,</span>
|
77
|
+
<span class='symbol'>:api</span> <span class='op'>=></span> <span class='lbrace'>{</span>
|
78
|
+
<span class='symbol'>:port</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaApiPort'>icingaApiPort</span><span class='comma'>,</span>
|
79
|
+
<span class='symbol'>:user</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaApiUser'>icingaApiUser</span><span class='comma'>,</span>
|
80
|
+
<span class='symbol'>:pass</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaApiPass'>icingaApiPass</span>
|
81
|
+
<span class='rbrace'>}</span><span class='comma'>,</span>
|
82
|
+
<span class='symbol'>:cluster</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaCluster'>icingaCluster</span><span class='comma'>,</span>
|
83
|
+
<span class='symbol'>:satellite</span> <span class='op'>=></span> <span class='id identifier rubyid_icingaSatellite'>icingaSatellite</span><span class='comma'>,</span>
|
84
|
+
<span class='rbrace'>}</span>
|
85
|
+
<span class='rbrace'>}</span>
|
86
|
+
|
87
|
+
<span class='id identifier rubyid_i'>i</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>
|
88
|
+
<span class='id identifier rubyid_puts'>puts</span> <span class='id identifier rubyid_i'>i</span><span class='period'>.</span><span class='id identifier rubyid_application_data'>application_data</span><span class='lparen'>(</span><span class='rparen'>)</span>
|
89
|
+
</code></pre>
|
90
|
+
|
91
|
+
<h2 id="label-Status">Status</h2>
|
92
|
+
|
93
|
+
<p>supports the following API Calls:</p>
|
94
|
+
<ul><li>
|
95
|
+
<p><a href="doc/status.md">Users</a></p>
|
96
|
+
<ul><li>
|
97
|
+
<p>application_data</p>
|
98
|
+
</li><li>
|
99
|
+
<p>cib_data</p>
|
100
|
+
</li><li>
|
101
|
+
<p>api_listener</p>
|
102
|
+
</li><li>
|
103
|
+
<p>application_data</p>
|
104
|
+
</li><li>
|
105
|
+
<p>cib_data</p>
|
106
|
+
</li><li>
|
107
|
+
<p>api_listener</p>
|
108
|
+
</li></ul>
|
109
|
+
</li><li>
|
110
|
+
<p><a href="doc/users.md">Users</a></p>
|
111
|
+
<ul><li>
|
112
|
+
<p>add_user( params = {} )</p>
|
113
|
+
</li><li>
|
114
|
+
<p>delete_user( params = {} )</p>
|
115
|
+
</li><li>
|
116
|
+
<p>users( params = {} )</p>
|
117
|
+
</li><li>
|
118
|
+
<p>exists_user?( name )</p>
|
119
|
+
</li></ul>
|
120
|
+
</li><li>
|
121
|
+
<p><a href="doc/usergroups.md">Usergroups</a></p>
|
122
|
+
<ul><li>
|
123
|
+
<p>add_usergroup( params = {} )</p>
|
124
|
+
</li><li>
|
125
|
+
<p>delete_usergroup( params = {} )</p>
|
126
|
+
</li><li>
|
127
|
+
<p>usergroups( params = {} )</p>
|
128
|
+
</li><li>
|
129
|
+
<p>exists_usergroup?( name )</p>
|
130
|
+
</li></ul>
|
131
|
+
</li><li>
|
132
|
+
<p><a href="doc/hosts.md">Hosts</a></p>
|
133
|
+
<ul><li>
|
134
|
+
<p>add_host( params = {} )</p>
|
135
|
+
</li><li>
|
136
|
+
<p>delete_host( params = {} )</p>
|
137
|
+
</li><li>
|
138
|
+
<p>hosts( params = {} )</p>
|
139
|
+
</li><li>
|
140
|
+
<p>exists_host?( name )</p>
|
141
|
+
</li><li>
|
142
|
+
<p>host_objects( params = {} )</p>
|
143
|
+
</li><li>
|
144
|
+
<p>host_problems</p>
|
145
|
+
</li><li>
|
146
|
+
<p>problem_hosts( max_items = 5 )</p>
|
147
|
+
</li><li>
|
148
|
+
<p>host_severity( host )</p>
|
149
|
+
</li></ul>
|
150
|
+
</li><li>
|
151
|
+
<p><a href="doc/hostgroups.md">Hostgroups</a></p>
|
152
|
+
<ul><li>
|
153
|
+
<p>add_hostgroup(params = {})</p>
|
154
|
+
</li><li>
|
155
|
+
<p>delete_hostgroup(params = {})</p>
|
156
|
+
</li><li>
|
157
|
+
<p>hostgroups(params = {})</p>
|
158
|
+
</li><li>
|
159
|
+
<p>exists_hostgroup?(name)</p>
|
160
|
+
</li></ul>
|
161
|
+
</li><li>
|
162
|
+
<p><a href="doc/services.md">Services</a></p>
|
163
|
+
<ul><li>
|
164
|
+
<p>add_services( host, services = {} )</p>
|
165
|
+
</li><li>
|
166
|
+
<p>unhandled_services( params = {} )</p>
|
167
|
+
</li><li>
|
168
|
+
<p>services( params = {} )</p>
|
169
|
+
</li><li>
|
170
|
+
<p>exists_service?( params = {} )</p>
|
171
|
+
</li><li>
|
172
|
+
<p>service_objects( params = {} )</p>
|
173
|
+
</li><li>
|
174
|
+
<p>service_problems</p>
|
175
|
+
</li><li>
|
176
|
+
<p>problem_services( max_items = 5 )</p>
|
177
|
+
</li><li>
|
178
|
+
<p>update_host( hash, host )</p>
|
179
|
+
</li><li>
|
180
|
+
<p>service_severity( service )</p>
|
181
|
+
</li></ul>
|
182
|
+
</li><li>
|
183
|
+
<p><a href="doc/servicegroups.md">Servicegroups</a></p>
|
184
|
+
<ul><li>
|
185
|
+
<p>add_servicegroup( params = {} )</p>
|
186
|
+
</li><li>
|
187
|
+
<p>delete_servicegroup( params = {} )</p>
|
188
|
+
</li><li>
|
189
|
+
<p>servicegroups( params = {} )</p>
|
190
|
+
</li><li>
|
191
|
+
<p>exists_servicegroup?( name )</p>
|
192
|
+
</li></ul>
|
193
|
+
</li><li>
|
194
|
+
<p><a href="doc/downtimes.md">Downtimes</a></p>
|
195
|
+
<ul><li>
|
196
|
+
<p>add_downtime( params = {} )</p>
|
197
|
+
</li><li>
|
198
|
+
<p>downtimes( params = {} )</p>
|
199
|
+
</li></ul>
|
200
|
+
</li><li>
|
201
|
+
<p><a href="doc/notifications.md">Notifications</a></p>
|
202
|
+
<ul><li>
|
203
|
+
<p>enable_host_notification( host )</p>
|
204
|
+
</li><li>
|
205
|
+
<p>disable_host_notification( host )</p>
|
206
|
+
</li><li>
|
207
|
+
<p>enable_service_notification( params = {} )</p>
|
208
|
+
</li><li>
|
209
|
+
<p>disable_service_notification( host )</p>
|
210
|
+
</li><li>
|
211
|
+
<p>enable_hostgroup_notification( group )</p>
|
212
|
+
</li><li>
|
213
|
+
<p>disable_hostgroup_notification( group )</p>
|
214
|
+
</li><li>
|
215
|
+
<p>notifications( params = {} )</p>
|
216
|
+
</li><li>
|
217
|
+
<p>host_notification( params = {} )</p>
|
218
|
+
</li><li>
|
219
|
+
<p>hostgroup_notification( params = {} )</p>
|
220
|
+
</li><li>
|
221
|
+
<p>service_notification( params = {} )</p>
|
222
|
+
</li></ul>
|
223
|
+
</li></ul>
|
224
|
+
|
225
|
+
<h2 id="label-create+a+own+gem+File">create a own gem File</h2>
|
226
|
+
|
227
|
+
<pre class="code ruby"><code class="ruby">#$ gem build icinga2.gemspec
|
228
|
+
Successfully built RubyGem
|
229
|
+
Name: icinga2
|
230
|
+
Version: 0.6.0
|
231
|
+
File: icinga2-0.6.0.gem</code></pre>
|
232
|
+
|
233
|
+
<h2 id="label-install+gem">install gem</h2>
|
234
|
+
|
235
|
+
<pre class="code ruby"><code class="ruby">#$ gem install icinga2
|
236
|
+
Successfully installed icinga2-0.6.0
|
237
|
+
1 gem installed</code></pre>
|
238
|
+
|
239
|
+
<h2 id="label-test+via+CLI">test via CLI</h2>
|
240
|
+
|
241
|
+
<pre class="code ruby"><code class="ruby">#$ export ICINGA_HOST=localhost ; export ICINGA_API_USER=root ; export ICINGA_API_PASSWORD=icinga
|
242
|
+
#$ irb
|
243
|
+
2.3.0 :001 > require 'icinga2'
|
244
|
+
=> true
|
245
|
+
2.3.0 :002 > config = { :icinga => { :host => 'localhost', :api => { :user => 'root', :pass => 'icinga' } } }
|
246
|
+
=> {:icinga=>{:host=>"localhost", :api=>{:user=>"root", :pass=>"icinga"}}}
|
247
|
+
2.3.0 :003 > i = Icinga2::Client.new( config )</code></pre>
|
248
|
+
|
249
|
+
<h2 id="label-test+via+example">test via example</h2>
|
250
|
+
|
251
|
+
<pre class="code ruby"><code class="ruby"><span class='comment'>#$ export ICINGA_HOST=localhost ; export ICINGA_API_USER=root ; export ICINGA_API_PASSWORD=icinga
|
252
|
+
</span><span class='comment'>#$ ruby examples/test.rb
|
253
|
+
</span></code></pre>
|
254
|
+
|
255
|
+
<h2 id="label-Contributing">Contributing</h2>
|
256
|
+
<ol><li>
|
257
|
+
<p>Fork it</p>
|
258
|
+
</li><li>
|
259
|
+
<p>Create your feature branch (<code>git checkout -b my-new-feature</code>)</p>
|
260
|
+
</li><li>
|
261
|
+
<p>Commit your changes (<code>git commit -am 'Add some
|
262
|
+
feature'</code>)</p>
|
263
|
+
</li><li>
|
264
|
+
<p>Push to the branch (<code>git push origin my-new-feature</code>)</p>
|
265
|
+
</li><li>
|
266
|
+
<p>Create new Pull Request</p>
|
267
|
+
</li></ol>
|
268
|
+
</div></div>
|
269
|
+
|
270
|
+
<div id="footer">
|
271
|
+
Generated on Sat Jun 17 14:00:30 2017 by
|
272
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
273
|
+
0.9.9 (ruby-2.3.4).
|
274
|
+
</div>
|
275
|
+
|
276
|
+
</div>
|
277
|
+
</body>
|
278
|
+
</html>
|
@@ -0,0 +1,523 @@
|
|
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="Icinga2/Servicegroups.html#add_servicegroup-instance_method" title="Icinga2::Servicegroups#add_servicegroup (method)">#add_servicegroup</a></span>
|
74
|
+
<small>Icinga2::Servicegroups</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_services-instance_method" title="Icinga2::Services#add_services (method)">#add_services</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/Users.html#add_user-instance_method" title="Icinga2::Users#add_user (method)">#add_user</a></span>
|
90
|
+
<small>Icinga2::Users</small>
|
91
|
+
</div>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
|
95
|
+
<li class="odd ">
|
96
|
+
<div class="item">
|
97
|
+
<span class='object_link'><a href="Icinga2/Usergroups.html#add_usergroup-instance_method" title="Icinga2::Usergroups#add_usergroup (method)">#add_usergroup</a></span>
|
98
|
+
<small>Icinga2::Usergroups</small>
|
99
|
+
</div>
|
100
|
+
</li>
|
101
|
+
|
102
|
+
|
103
|
+
<li class="even ">
|
104
|
+
<div class="item">
|
105
|
+
<span class='object_link'><a href="Icinga2/Status.html#api_listener-instance_method" title="Icinga2::Status#api_listener (method)">#api_listener</a></span>
|
106
|
+
<small>Icinga2::Status</small>
|
107
|
+
</div>
|
108
|
+
</li>
|
109
|
+
|
110
|
+
|
111
|
+
<li class="odd ">
|
112
|
+
<div class="item">
|
113
|
+
<span class='object_link'><a href="Icinga2/Status.html#application_data-instance_method" title="Icinga2::Status#application_data (method)">#application_data</a></span>
|
114
|
+
<small>Icinga2::Status</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#cert%3F-instance_method" title="Icinga2::Client#cert? (method)">#cert?</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/Status.html#cib_data-instance_method" title="Icinga2::Status#cib_data (method)">#cib_data</a></span>
|
130
|
+
<small>Icinga2::Status</small>
|
131
|
+
</div>
|
132
|
+
</li>
|
133
|
+
|
134
|
+
|
135
|
+
<li class="even ">
|
136
|
+
<div class="item">
|
137
|
+
<span class='object_link'><a href="Logging.html#configure_logger_for-class_method" title="Logging.configure_logger_for (method)">configure_logger_for</a></span>
|
138
|
+
<small>Logging</small>
|
139
|
+
</div>
|
140
|
+
</li>
|
141
|
+
|
142
|
+
|
143
|
+
<li class="odd ">
|
144
|
+
<div class="item">
|
145
|
+
<span class='object_link'><a href="Icinga2/Network.html#delete-class_method" title="Icinga2::Network.delete (method)">delete</a></span>
|
146
|
+
<small>Icinga2::Network</small>
|
147
|
+
</div>
|
148
|
+
</li>
|
149
|
+
|
150
|
+
|
151
|
+
<li class="even ">
|
152
|
+
<div class="item">
|
153
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#delete_host-instance_method" title="Icinga2::Hosts#delete_host (method)">#delete_host</a></span>
|
154
|
+
<small>Icinga2::Hosts</small>
|
155
|
+
</div>
|
156
|
+
</li>
|
157
|
+
|
158
|
+
|
159
|
+
<li class="odd ">
|
160
|
+
<div class="item">
|
161
|
+
<span class='object_link'><a href="Icinga2/Hostgroups.html#delete_hostgroup-instance_method" title="Icinga2::Hostgroups#delete_hostgroup (method)">#delete_hostgroup</a></span>
|
162
|
+
<small>Icinga2::Hostgroups</small>
|
163
|
+
</div>
|
164
|
+
</li>
|
165
|
+
|
166
|
+
|
167
|
+
<li class="even ">
|
168
|
+
<div class="item">
|
169
|
+
<span class='object_link'><a href="Icinga2/Servicegroups.html#delete_servicegroup-instance_method" title="Icinga2::Servicegroups#delete_servicegroup (method)">#delete_servicegroup</a></span>
|
170
|
+
<small>Icinga2::Servicegroups</small>
|
171
|
+
</div>
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
<li class="odd ">
|
176
|
+
<div class="item">
|
177
|
+
<span class='object_link'><a href="Icinga2/Users.html#delete_user-instance_method" title="Icinga2::Users#delete_user (method)">#delete_user</a></span>
|
178
|
+
<small>Icinga2::Users</small>
|
179
|
+
</div>
|
180
|
+
</li>
|
181
|
+
|
182
|
+
|
183
|
+
<li class="even ">
|
184
|
+
<div class="item">
|
185
|
+
<span class='object_link'><a href="Icinga2/Usergroups.html#delete_usergroup-instance_method" title="Icinga2::Usergroups#delete_usergroup (method)">#delete_usergroup</a></span>
|
186
|
+
<small>Icinga2::Usergroups</small>
|
187
|
+
</div>
|
188
|
+
</li>
|
189
|
+
|
190
|
+
|
191
|
+
<li class="odd ">
|
192
|
+
<div class="item">
|
193
|
+
<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>
|
194
|
+
<small>Icinga2::Notifications</small>
|
195
|
+
</div>
|
196
|
+
</li>
|
197
|
+
|
198
|
+
|
199
|
+
<li class="even ">
|
200
|
+
<div class="item">
|
201
|
+
<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>
|
202
|
+
<small>Icinga2::Notifications</small>
|
203
|
+
</div>
|
204
|
+
</li>
|
205
|
+
|
206
|
+
|
207
|
+
<li class="odd ">
|
208
|
+
<div class="item">
|
209
|
+
<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>
|
210
|
+
<small>Icinga2::Notifications</small>
|
211
|
+
</div>
|
212
|
+
</li>
|
213
|
+
|
214
|
+
|
215
|
+
<li class="even ">
|
216
|
+
<div class="item">
|
217
|
+
<span class='object_link'><a href="Icinga2/Downtimes.html#downtimes-instance_method" title="Icinga2::Downtimes#downtimes (method)">#downtimes</a></span>
|
218
|
+
<small>Icinga2::Downtimes</small>
|
219
|
+
</div>
|
220
|
+
</li>
|
221
|
+
|
222
|
+
|
223
|
+
<li class="odd ">
|
224
|
+
<div class="item">
|
225
|
+
<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>
|
226
|
+
<small>Icinga2::Notifications</small>
|
227
|
+
</div>
|
228
|
+
</li>
|
229
|
+
|
230
|
+
|
231
|
+
<li class="even ">
|
232
|
+
<div class="item">
|
233
|
+
<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>
|
234
|
+
<small>Icinga2::Notifications</small>
|
235
|
+
</div>
|
236
|
+
</li>
|
237
|
+
|
238
|
+
|
239
|
+
<li class="odd ">
|
240
|
+
<div class="item">
|
241
|
+
<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>
|
242
|
+
<small>Icinga2::Notifications</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#exists_host%3F-instance_method" title="Icinga2::Hosts#exists_host? (method)">#exists_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#exists_hostgroup%3F-instance_method" title="Icinga2::Hostgroups#exists_hostgroup? (method)">#exists_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#exists_service%3F-instance_method" title="Icinga2::Services#exists_service? (method)">#exists_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#exists_servicegroup%3F-instance_method" title="Icinga2::Servicegroups#exists_servicegroup? (method)">#exists_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#exists_user%3F-instance_method" title="Icinga2::Users#exists_user? (method)">#exists_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#exists_usergroup%3F-instance_method" title="Icinga2::Usergroups#exists_usergroup? (method)">#exists_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/Converts.html#format_service-class_method" title="Icinga2::Converts.format_service (method)">format_service</a></span>
|
298
|
+
<small>Icinga2::Converts</small>
|
299
|
+
</div>
|
300
|
+
</li>
|
301
|
+
|
302
|
+
|
303
|
+
<li class="odd ">
|
304
|
+
<div class="item">
|
305
|
+
<span class='object_link'><a href="Icinga2/Network.html#get-class_method" title="Icinga2::Network.get (method)">get</a></span>
|
306
|
+
<small>Icinga2::Network</small>
|
307
|
+
</div>
|
308
|
+
</li>
|
309
|
+
|
310
|
+
|
311
|
+
<li class="even ">
|
312
|
+
<div class="item">
|
313
|
+
<span class='object_link'><a href="Icinga2/Network.html#get_with_payload-class_method" title="Icinga2::Network.get_with_payload (method)">get_with_payload</a></span>
|
314
|
+
<small>Icinga2::Network</small>
|
315
|
+
</div>
|
316
|
+
</li>
|
317
|
+
|
318
|
+
|
319
|
+
<li class="odd ">
|
320
|
+
<div class="item">
|
321
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#host_objects-instance_method" title="Icinga2::Hosts#host_objects (method)">#host_objects</a></span>
|
322
|
+
<small>Icinga2::Hosts</small>
|
323
|
+
</div>
|
324
|
+
</li>
|
325
|
+
|
326
|
+
|
327
|
+
<li class="even ">
|
328
|
+
<div class="item">
|
329
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#host_problems-instance_method" title="Icinga2::Hosts#host_problems (method)">#host_problems</a></span>
|
330
|
+
<small>Icinga2::Hosts</small>
|
331
|
+
</div>
|
332
|
+
</li>
|
333
|
+
|
334
|
+
|
335
|
+
<li class="odd ">
|
336
|
+
<div class="item">
|
337
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#host_severity-instance_method" title="Icinga2::Hosts#host_severity (method)">#host_severity</a></span>
|
338
|
+
<small>Icinga2::Hosts</small>
|
339
|
+
</div>
|
340
|
+
</li>
|
341
|
+
|
342
|
+
|
343
|
+
<li class="even ">
|
344
|
+
<div class="item">
|
345
|
+
<span class='object_link'><a href="Icinga2/Hostgroups.html#hostgroups-instance_method" title="Icinga2::Hostgroups#hostgroups (method)">#hostgroups</a></span>
|
346
|
+
<small>Icinga2::Hostgroups</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#hosts-instance_method" title="Icinga2::Hosts#hosts (method)">#hosts</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/Client.html#initialize-instance_method" title="Icinga2::Client#initialize (method)">#initialize</a></span>
|
362
|
+
<small>Icinga2::Client</small>
|
363
|
+
</div>
|
364
|
+
</li>
|
365
|
+
|
366
|
+
|
367
|
+
<li class="odd ">
|
368
|
+
<div class="item">
|
369
|
+
<span class='object_link'><a href="Logging.html#logger-instance_method" title="Logging#logger (method)">#logger</a></span>
|
370
|
+
<small>Logging</small>
|
371
|
+
</div>
|
372
|
+
</li>
|
373
|
+
|
374
|
+
|
375
|
+
<li class="even ">
|
376
|
+
<div class="item">
|
377
|
+
<span class='object_link'><a href="Logging.html#logger_for-class_method" title="Logging.logger_for (method)">logger_for</a></span>
|
378
|
+
<small>Logging</small>
|
379
|
+
</div>
|
380
|
+
</li>
|
381
|
+
|
382
|
+
|
383
|
+
<li class="odd ">
|
384
|
+
<div class="item">
|
385
|
+
<span class='object_link'><a href="Icinga2/Notifications.html#notifications-instance_method" title="Icinga2::Notifications#notifications (method)">#notifications</a></span>
|
386
|
+
<small>Icinga2::Notifications</small>
|
387
|
+
</div>
|
388
|
+
</li>
|
389
|
+
|
390
|
+
|
391
|
+
<li class="even ">
|
392
|
+
<div class="item">
|
393
|
+
<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>
|
394
|
+
<small>Icinga2::Tools</small>
|
395
|
+
</div>
|
396
|
+
</li>
|
397
|
+
|
398
|
+
|
399
|
+
<li class="odd ">
|
400
|
+
<div class="item">
|
401
|
+
<span class='object_link'><a href="Icinga2/Network.html#post-class_method" title="Icinga2::Network.post (method)">post</a></span>
|
402
|
+
<small>Icinga2::Network</small>
|
403
|
+
</div>
|
404
|
+
</li>
|
405
|
+
|
406
|
+
|
407
|
+
<li class="even ">
|
408
|
+
<div class="item">
|
409
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#problem_hosts-instance_method" title="Icinga2::Hosts#problem_hosts (method)">#problem_hosts</a></span>
|
410
|
+
<small>Icinga2::Hosts</small>
|
411
|
+
</div>
|
412
|
+
</li>
|
413
|
+
|
414
|
+
|
415
|
+
<li class="odd ">
|
416
|
+
<div class="item">
|
417
|
+
<span class='object_link'><a href="Icinga2/Services.html#problem_services-instance_method" title="Icinga2::Services#problem_services (method)">#problem_services</a></span>
|
418
|
+
<small>Icinga2::Services</small>
|
419
|
+
</div>
|
420
|
+
</li>
|
421
|
+
|
422
|
+
|
423
|
+
<li class="even ">
|
424
|
+
<div class="item">
|
425
|
+
<span class='object_link'><a href="Icinga2/Network.html#put-class_method" title="Icinga2::Network.put (method)">put</a></span>
|
426
|
+
<small>Icinga2::Network</small>
|
427
|
+
</div>
|
428
|
+
</li>
|
429
|
+
|
430
|
+
|
431
|
+
<li class="odd ">
|
432
|
+
<div class="item">
|
433
|
+
<span class='object_link'><a href="Icinga2/Services.html#service_objects-instance_method" title="Icinga2::Services#service_objects (method)">#service_objects</a></span>
|
434
|
+
<small>Icinga2::Services</small>
|
435
|
+
</div>
|
436
|
+
</li>
|
437
|
+
|
438
|
+
|
439
|
+
<li class="even ">
|
440
|
+
<div class="item">
|
441
|
+
<span class='object_link'><a href="Icinga2/Services.html#service_problems-instance_method" title="Icinga2::Services#service_problems (method)">#service_problems</a></span>
|
442
|
+
<small>Icinga2::Services</small>
|
443
|
+
</div>
|
444
|
+
</li>
|
445
|
+
|
446
|
+
|
447
|
+
<li class="odd ">
|
448
|
+
<div class="item">
|
449
|
+
<span class='object_link'><a href="Icinga2/Services.html#service_severity-instance_method" title="Icinga2::Services#service_severity (method)">#service_severity</a></span>
|
450
|
+
<small>Icinga2::Services</small>
|
451
|
+
</div>
|
452
|
+
</li>
|
453
|
+
|
454
|
+
|
455
|
+
<li class="even ">
|
456
|
+
<div class="item">
|
457
|
+
<span class='object_link'><a href="Icinga2/Servicegroups.html#servicegroups-instance_method" title="Icinga2::Servicegroups#servicegroups (method)">#servicegroups</a></span>
|
458
|
+
<small>Icinga2::Servicegroups</small>
|
459
|
+
</div>
|
460
|
+
</li>
|
461
|
+
|
462
|
+
|
463
|
+
<li class="odd ">
|
464
|
+
<div class="item">
|
465
|
+
<span class='object_link'><a href="Icinga2/Services.html#services-instance_method" title="Icinga2::Services#services (method)">#services</a></span>
|
466
|
+
<small>Icinga2::Services</small>
|
467
|
+
</div>
|
468
|
+
</li>
|
469
|
+
|
470
|
+
|
471
|
+
<li class="even ">
|
472
|
+
<div class="item">
|
473
|
+
<span class='object_link'><a href="Icinga2/Converts.html#state_to_color-class_method" title="Icinga2::Converts.state_to_color (method)">state_to_color</a></span>
|
474
|
+
<small>Icinga2::Converts</small>
|
475
|
+
</div>
|
476
|
+
</li>
|
477
|
+
|
478
|
+
|
479
|
+
<li class="odd ">
|
480
|
+
<div class="item">
|
481
|
+
<span class='object_link'><a href="Icinga2/Converts.html#state_to_string-class_method" title="Icinga2::Converts.state_to_string (method)">state_to_string</a></span>
|
482
|
+
<small>Icinga2::Converts</small>
|
483
|
+
</div>
|
484
|
+
</li>
|
485
|
+
|
486
|
+
|
487
|
+
<li class="even ">
|
488
|
+
<div class="item">
|
489
|
+
<span class='object_link'><a href="Icinga2/Services.html#unhandled_services-instance_method" title="Icinga2::Services#unhandled_services (method)">#unhandled_services</a></span>
|
490
|
+
<small>Icinga2::Services</small>
|
491
|
+
</div>
|
492
|
+
</li>
|
493
|
+
|
494
|
+
|
495
|
+
<li class="odd ">
|
496
|
+
<div class="item">
|
497
|
+
<span class='object_link'><a href="Icinga2/Services.html#update_host-instance_method" title="Icinga2::Services#update_host (method)">#update_host</a></span>
|
498
|
+
<small>Icinga2::Services</small>
|
499
|
+
</div>
|
500
|
+
</li>
|
501
|
+
|
502
|
+
|
503
|
+
<li class="even ">
|
504
|
+
<div class="item">
|
505
|
+
<span class='object_link'><a href="Icinga2/Usergroups.html#usergroups-instance_method" title="Icinga2::Usergroups#usergroups (method)">#usergroups</a></span>
|
506
|
+
<small>Icinga2::Usergroups</small>
|
507
|
+
</div>
|
508
|
+
</li>
|
509
|
+
|
510
|
+
|
511
|
+
<li class="odd ">
|
512
|
+
<div class="item">
|
513
|
+
<span class='object_link'><a href="Icinga2/Users.html#users-instance_method" title="Icinga2::Users#users (method)">#users</a></span>
|
514
|
+
<small>Icinga2::Users</small>
|
515
|
+
</div>
|
516
|
+
</li>
|
517
|
+
|
518
|
+
|
519
|
+
|
520
|
+
</ul>
|
521
|
+
</div>
|
522
|
+
</body>
|
523
|
+
</html>
|