icinga2 0.7.0.1 → 0.8.1.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/README.md +73 -58
- data/doc/Icinga2.html +35 -3
- data/doc/Logging.html +2 -2
- data/doc/_index.html +2 -2
- data/doc/class_list.html +1 -1
- data/doc/downtimes.md +21 -4
- data/doc/file.README.html +118 -66
- data/doc/hostgroups.md +26 -11
- data/doc/hosts.md +93 -20
- data/doc/index.html +118 -66
- data/doc/method_list.html +84 -300
- data/doc/notifications.md +42 -14
- data/doc/servicegroups.md +28 -11
- data/doc/services.md +91 -21
- data/doc/statistics.md +54 -0
- data/doc/top-level-namespace.html +1 -1
- data/doc/usergroups.md +25 -4
- data/doc/users.md +26 -29
- data/examples/test.rb +213 -76
- data/lib/icinga2.rb +256 -71
- data/lib/icinga2/converts.rb +5 -2
- data/lib/icinga2/downtimes.rb +26 -88
- data/lib/icinga2/hostgroups.rb +46 -32
- data/lib/icinga2/hosts.rb +205 -92
- data/lib/icinga2/network.rb +136 -325
- data/lib/icinga2/network.rb-SAVE +1004 -0
- data/lib/icinga2/notifications.rb +49 -72
- data/lib/icinga2/servicegroups.rb +54 -42
- data/lib/icinga2/services.rb +212 -82
- data/lib/icinga2/statistics.rb +191 -0
- data/lib/icinga2/tools.rb +28 -23
- data/lib/icinga2/usergroups.rb +49 -39
- data/lib/icinga2/users.rb +56 -61
- data/lib/icinga2/version.rb +3 -3
- metadata +5 -3
- data/lib/icinga2/status.rb +0 -210
data/doc/method_list.html
CHANGED
@@ -102,23 +102,23 @@
|
|
102
102
|
|
103
103
|
<li class="even ">
|
104
104
|
<div class="item">
|
105
|
-
<span class='object_link'><a href="Icinga2/
|
106
|
-
<small>Icinga2::
|
105
|
+
<span class='object_link'><a href="Icinga2/Network.html#api_data-class_method" title="Icinga2::Network.api_data (method)">api_data</a></span>
|
106
|
+
<small>Icinga2::Network</small>
|
107
107
|
</div>
|
108
108
|
</li>
|
109
109
|
|
110
110
|
|
111
111
|
<li class="odd ">
|
112
112
|
<div class="item">
|
113
|
-
<span class='object_link'><a href="Icinga2/
|
114
|
-
<small>Icinga2::
|
113
|
+
<span class='object_link'><a href="Icinga2/Client.html#api_listener-instance_method" title="Icinga2::Client#api_listener (method)">#api_listener</a></span>
|
114
|
+
<small>Icinga2::Client</small>
|
115
115
|
</div>
|
116
116
|
</li>
|
117
117
|
|
118
118
|
|
119
119
|
<li class="even ">
|
120
120
|
<div class="item">
|
121
|
-
<span class='object_link'><a href="Icinga2/Client.html#
|
121
|
+
<span class='object_link'><a href="Icinga2/Client.html#application_data-instance_method" title="Icinga2::Client#application_data (method)">#application_data</a></span>
|
122
122
|
<small>Icinga2::Client</small>
|
123
123
|
</div>
|
124
124
|
</li>
|
@@ -126,29 +126,37 @@
|
|
126
126
|
|
127
127
|
<li class="odd ">
|
128
128
|
<div class="item">
|
129
|
-
<span class='object_link'><a href="Icinga2/
|
130
|
-
<small>Icinga2::
|
129
|
+
<span class='object_link'><a href="Icinga2/Network.html#application_data-class_method" title="Icinga2::Network.application_data (method)">application_data</a></span>
|
130
|
+
<small>Icinga2::Network</small>
|
131
131
|
</div>
|
132
132
|
</li>
|
133
133
|
|
134
134
|
|
135
135
|
<li class="even ">
|
136
136
|
<div class="item">
|
137
|
-
<span class='object_link'><a href="Icinga2/
|
138
|
-
<small>Icinga2::
|
137
|
+
<span class='object_link'><a href="Icinga2/Statistics.html#average_statistics-instance_method" title="Icinga2::Statistics#average_statistics (method)">#average_statistics</a></span>
|
138
|
+
<small>Icinga2::Statistics</small>
|
139
139
|
</div>
|
140
140
|
</li>
|
141
141
|
|
142
142
|
|
143
143
|
<li class="odd ">
|
144
144
|
<div class="item">
|
145
|
-
<span class='object_link'><a href="Icinga2/
|
146
|
-
<small>Icinga2::
|
145
|
+
<span class='object_link'><a href="Icinga2/Client.html#cert%3F-instance_method" title="Icinga2::Client#cert? (method)">#cert?</a></span>
|
146
|
+
<small>Icinga2::Client</small>
|
147
147
|
</div>
|
148
148
|
</li>
|
149
149
|
|
150
150
|
|
151
151
|
<li class="even ">
|
152
|
+
<div class="item">
|
153
|
+
<span class='object_link'><a href="Icinga2/Client.html#cib_data-instance_method" title="Icinga2::Client#cib_data (method)">#cib_data</a></span>
|
154
|
+
<small>Icinga2::Client</small>
|
155
|
+
</div>
|
156
|
+
</li>
|
157
|
+
|
158
|
+
|
159
|
+
<li class="odd ">
|
152
160
|
<div class="item">
|
153
161
|
<span class='object_link'><a href="Logging.html#configure_logger_for-class_method" title="Logging.configure_logger_for (method)">configure_logger_for</a></span>
|
154
162
|
<small>Logging</small>
|
@@ -156,6 +164,30 @@
|
|
156
164
|
</li>
|
157
165
|
|
158
166
|
|
167
|
+
<li class="even ">
|
168
|
+
<div class="item">
|
169
|
+
<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>
|
170
|
+
<small>Icinga2::Hosts</small>
|
171
|
+
</div>
|
172
|
+
</li>
|
173
|
+
|
174
|
+
|
175
|
+
<li class="odd ">
|
176
|
+
<div class="item">
|
177
|
+
<span class='object_link'><a href="Icinga2/Tools.html#count_problems-instance_method" title="Icinga2::Tools#count_problems (method)">#count_problems</a></span>
|
178
|
+
<small>Icinga2::Tools</small>
|
179
|
+
</div>
|
180
|
+
</li>
|
181
|
+
|
182
|
+
|
183
|
+
<li class="even ">
|
184
|
+
<div class="item">
|
185
|
+
<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>
|
186
|
+
<small>Icinga2::Services</small>
|
187
|
+
</div>
|
188
|
+
</li>
|
189
|
+
|
190
|
+
|
159
191
|
<li class="odd ">
|
160
192
|
<div class="item">
|
161
193
|
<span class='object_link'><a href="Icinga2/Network.html#delete-class_method" title="Icinga2::Network.delete (method)">delete</a></span>
|
@@ -309,14 +341,6 @@
|
|
309
341
|
|
310
342
|
|
311
343
|
<li class="even ">
|
312
|
-
<div class="item">
|
313
|
-
<span class='object_link'><a href="Icinga2/Status.html#extract_data-instance_method" title="Icinga2::Status#extract_data (method)">#extract_data</a></span>
|
314
|
-
<small>Icinga2::Status</small>
|
315
|
-
</div>
|
316
|
-
</li>
|
317
|
-
|
318
|
-
|
319
|
-
<li class="odd ">
|
320
344
|
<div class="item">
|
321
345
|
<span class='object_link'><a href="Icinga2/Converts.html#format_service-class_method" title="Icinga2::Converts.format_service (method)">format_service</a></span>
|
322
346
|
<small>Icinga2::Converts</small>
|
@@ -324,39 +348,7 @@
|
|
324
348
|
</li>
|
325
349
|
|
326
350
|
|
327
|
-
<li class="even ">
|
328
|
-
<div class="item">
|
329
|
-
<span class='object_link'><a href="Icinga2/Network.html#get-class_method" title="Icinga2::Network.get (method)">get</a></span>
|
330
|
-
<small>Icinga2::Network</small>
|
331
|
-
</div>
|
332
|
-
</li>
|
333
|
-
|
334
|
-
|
335
|
-
<li class="odd ">
|
336
|
-
<div class="item">
|
337
|
-
<span class='object_link'><a href="Icinga2/Network.html#get_raw-class_method" title="Icinga2::Network.get_raw (method)">get_raw</a></span>
|
338
|
-
<small>Icinga2::Network</small>
|
339
|
-
</div>
|
340
|
-
</li>
|
341
|
-
|
342
|
-
|
343
|
-
<li class="even ">
|
344
|
-
<div class="item">
|
345
|
-
<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>
|
346
|
-
<small>Icinga2::Network</small>
|
347
|
-
</div>
|
348
|
-
</li>
|
349
|
-
|
350
|
-
|
351
351
|
<li class="odd ">
|
352
|
-
<div class="item">
|
353
|
-
<span class='object_link'><a href="Icinga2/Tools.html#handled_problems-instance_method" title="Icinga2::Tools#handled_problems (method)">#handled_problems</a></span>
|
354
|
-
<small>Icinga2::Tools</small>
|
355
|
-
</div>
|
356
|
-
</li>
|
357
|
-
|
358
|
-
|
359
|
-
<li class="even ">
|
360
352
|
<div class="item">
|
361
353
|
<span class='object_link'><a href="Icinga2/Hosts.html#host_objects-instance_method" title="Icinga2::Hosts#host_objects (method)">#host_objects</a></span>
|
362
354
|
<small>Icinga2::Hosts</small>
|
@@ -364,7 +356,7 @@
|
|
364
356
|
</li>
|
365
357
|
|
366
358
|
|
367
|
-
<li class="
|
359
|
+
<li class="even ">
|
368
360
|
<div class="item">
|
369
361
|
<span class='object_link'><a href="Icinga2/Hosts.html#host_problems-instance_method" title="Icinga2::Hosts#host_problems (method)">#host_problems</a></span>
|
370
362
|
<small>Icinga2::Hosts</small>
|
@@ -372,15 +364,15 @@
|
|
372
364
|
</li>
|
373
365
|
|
374
366
|
|
375
|
-
<li class="
|
367
|
+
<li class="odd ">
|
376
368
|
<div class="item">
|
377
|
-
<span class='object_link'><a href="Icinga2/
|
378
|
-
<small>Icinga2::
|
369
|
+
<span class='object_link'><a href="Icinga2/Statistics.html#host_statistics-instance_method" title="Icinga2::Statistics#host_statistics (method)">#host_statistics</a></span>
|
370
|
+
<small>Icinga2::Statistics</small>
|
379
371
|
</div>
|
380
372
|
</li>
|
381
373
|
|
382
374
|
|
383
|
-
<li class="
|
375
|
+
<li class="even ">
|
384
376
|
<div class="item">
|
385
377
|
<span class='object_link'><a href="Icinga2/Hostgroups.html#hostgroups-instance_method" title="Icinga2::Hostgroups#hostgroups (method)">#hostgroups</a></span>
|
386
378
|
<small>Icinga2::Hostgroups</small>
|
@@ -388,7 +380,7 @@
|
|
388
380
|
</li>
|
389
381
|
|
390
382
|
|
391
|
-
<li class="
|
383
|
+
<li class="odd ">
|
392
384
|
<div class="item">
|
393
385
|
<span class='object_link'><a href="Icinga2/Hosts.html#hosts-instance_method" title="Icinga2::Hosts#hosts (method)">#hosts</a></span>
|
394
386
|
<small>Icinga2::Hosts</small>
|
@@ -396,97 +388,25 @@
|
|
396
388
|
</li>
|
397
389
|
|
398
390
|
|
399
|
-
<li class="odd ">
|
400
|
-
<div class="item">
|
401
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_acknowledged-instance_method" title="Icinga2::Client#hosts_acknowledged (method)">#hosts_acknowledged</a></span>
|
402
|
-
<small>Icinga2::Client</small>
|
403
|
-
</div>
|
404
|
-
</li>
|
405
|
-
|
406
|
-
|
407
|
-
<li class="even ">
|
408
|
-
<div class="item">
|
409
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_active_checks_1min-instance_method" title="Icinga2::Client#hosts_active_checks_1min (method)">#hosts_active_checks_1min</a></span>
|
410
|
-
<small>Icinga2::Client</small>
|
411
|
-
</div>
|
412
|
-
</li>
|
413
|
-
|
414
|
-
|
415
|
-
<li class="odd ">
|
416
|
-
<div class="item">
|
417
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_all-instance_method" title="Icinga2::Client#hosts_all (method)">#hosts_all</a></span>
|
418
|
-
<small>Icinga2::Client</small>
|
419
|
-
</div>
|
420
|
-
</li>
|
421
|
-
|
422
|
-
|
423
|
-
<li class="even ">
|
424
|
-
<div class="item">
|
425
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_down-instance_method" title="Icinga2::Client#hosts_down (method)">#hosts_down</a></span>
|
426
|
-
<small>Icinga2::Client</small>
|
427
|
-
</div>
|
428
|
-
</li>
|
429
|
-
|
430
|
-
|
431
|
-
<li class="odd ">
|
432
|
-
<div class="item">
|
433
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_down_adjusted-instance_method" title="Icinga2::Client#hosts_down_adjusted (method)">#hosts_down_adjusted</a></span>
|
434
|
-
<small>Icinga2::Client</small>
|
435
|
-
</div>
|
436
|
-
</li>
|
437
|
-
|
438
|
-
|
439
391
|
<li class="even ">
|
440
392
|
<div class="item">
|
441
|
-
<span class='object_link'><a href="Icinga2/
|
442
|
-
<small>Icinga2::
|
443
|
-
</div>
|
444
|
-
</li>
|
445
|
-
|
446
|
-
|
447
|
-
<li class="odd ">
|
448
|
-
<div class="item">
|
449
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_handled_problems-instance_method" title="Icinga2::Client#hosts_handled_problems (method)">#hosts_handled_problems</a></span>
|
450
|
-
<small>Icinga2::Client</small>
|
451
|
-
</div>
|
452
|
-
</li>
|
453
|
-
|
454
|
-
|
455
|
-
<li class="even ">
|
456
|
-
<div class="item">
|
457
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_handled_unknown_problems-instance_method" title="Icinga2::Client#hosts_handled_unknown_problems (method)">#hosts_handled_unknown_problems</a></span>
|
458
|
-
<small>Icinga2::Client</small>
|
459
|
-
</div>
|
460
|
-
</li>
|
461
|
-
|
462
|
-
|
463
|
-
<li class="odd ">
|
464
|
-
<div class="item">
|
465
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_handled_warning_problems-instance_method" title="Icinga2::Client#hosts_handled_warning_problems (method)">#hosts_handled_warning_problems</a></span>
|
466
|
-
<small>Icinga2::Client</small>
|
467
|
-
</div>
|
468
|
-
</li>
|
469
|
-
|
470
|
-
|
471
|
-
<li class="even ">
|
472
|
-
<div class="item">
|
473
|
-
<span class='object_link'><a href="Icinga2/Client.html#hosts_in_downtime-instance_method" title="Icinga2::Client#hosts_in_downtime (method)">#hosts_in_downtime</a></span>
|
474
|
-
<small>Icinga2::Client</small>
|
393
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#hosts_adjusted-instance_method" title="Icinga2::Hosts#hosts_adjusted (method)">#hosts_adjusted</a></span>
|
394
|
+
<small>Icinga2::Hosts</small>
|
475
395
|
</div>
|
476
396
|
</li>
|
477
397
|
|
478
398
|
|
479
399
|
<li class="odd ">
|
480
400
|
<div class="item">
|
481
|
-
<span class='object_link'><a href="Icinga2/
|
482
|
-
<small>Icinga2::
|
401
|
+
<span class='object_link'><a href="Icinga2/Hosts.html#hosts_all-instance_method" title="Icinga2::Hosts#hosts_all (method)">#hosts_all</a></span>
|
402
|
+
<small>Icinga2::Hosts</small>
|
483
403
|
</div>
|
484
404
|
</li>
|
485
405
|
|
486
406
|
|
487
407
|
<li class="even ">
|
488
408
|
<div class="item">
|
489
|
-
<span class='object_link'><a href="Icinga2/Client.html#
|
409
|
+
<span class='object_link'><a href="Icinga2/Client.html#initialize-instance_method" title="Icinga2::Client#initialize (method)">#initialize</a></span>
|
490
410
|
<small>Icinga2::Client</small>
|
491
411
|
</div>
|
492
412
|
</li>
|
@@ -494,24 +414,24 @@
|
|
494
414
|
|
495
415
|
<li class="odd ">
|
496
416
|
<div class="item">
|
497
|
-
<span class='object_link'><a href="Icinga2/
|
498
|
-
<small>Icinga2::
|
417
|
+
<span class='object_link'><a href="Icinga2/Statistics.html#interval_statistics-instance_method" title="Icinga2::Statistics#interval_statistics (method)">#interval_statistics</a></span>
|
418
|
+
<small>Icinga2::Statistics</small>
|
499
419
|
</div>
|
500
420
|
</li>
|
501
421
|
|
502
422
|
|
503
423
|
<li class="even ">
|
504
424
|
<div class="item">
|
505
|
-
<span class='object_link'><a href="Icinga2/
|
506
|
-
<small>Icinga2::
|
425
|
+
<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>
|
426
|
+
<small>Icinga2::Hosts</small>
|
507
427
|
</div>
|
508
428
|
</li>
|
509
429
|
|
510
430
|
|
511
431
|
<li class="odd ">
|
512
432
|
<div class="item">
|
513
|
-
<span class='object_link'><a href="Icinga2/
|
514
|
-
<small>Icinga2::
|
433
|
+
<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>
|
434
|
+
<small>Icinga2::Services</small>
|
515
435
|
</div>
|
516
436
|
</li>
|
517
437
|
|
@@ -572,22 +492,6 @@
|
|
572
492
|
</li>
|
573
493
|
|
574
494
|
|
575
|
-
<li class="odd ">
|
576
|
-
<div class="item">
|
577
|
-
<span class='object_link'><a href="Icinga2/Hosts.html#problem_hosts-instance_method" title="Icinga2::Hosts#problem_hosts (method)">#problem_hosts</a></span>
|
578
|
-
<small>Icinga2::Hosts</small>
|
579
|
-
</div>
|
580
|
-
</li>
|
581
|
-
|
582
|
-
|
583
|
-
<li class="even ">
|
584
|
-
<div class="item">
|
585
|
-
<span class='object_link'><a href="Icinga2/Services.html#problem_services-instance_method" title="Icinga2::Services#problem_services (method)">#problem_services</a></span>
|
586
|
-
<small>Icinga2::Services</small>
|
587
|
-
</div>
|
588
|
-
</li>
|
589
|
-
|
590
|
-
|
591
495
|
<li class="odd ">
|
592
496
|
<div class="item">
|
593
497
|
<span class='object_link'><a href="Icinga2/Network.html#put-class_method" title="Icinga2::Network.put (method)">put</a></span>
|
@@ -598,15 +502,15 @@
|
|
598
502
|
|
599
503
|
<li class="even ">
|
600
504
|
<div class="item">
|
601
|
-
<span class='object_link'><a href="Icinga2/
|
602
|
-
<small>Icinga2::
|
505
|
+
<span class='object_link'><a href="Icinga2/Services.html#service_objects-instance_method" title="Icinga2::Services#service_objects (method)">#service_objects</a></span>
|
506
|
+
<small>Icinga2::Services</small>
|
603
507
|
</div>
|
604
508
|
</li>
|
605
509
|
|
606
510
|
|
607
511
|
<li class="odd ">
|
608
512
|
<div class="item">
|
609
|
-
<span class='object_link'><a href="Icinga2/Services.html#
|
513
|
+
<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
514
|
<small>Icinga2::Services</small>
|
611
515
|
</div>
|
612
516
|
</li>
|
@@ -614,21 +518,13 @@
|
|
614
518
|
|
615
519
|
<li class="even ">
|
616
520
|
<div class="item">
|
617
|
-
<span class='object_link'><a href="Icinga2/
|
618
|
-
<small>Icinga2::
|
521
|
+
<span class='object_link'><a href="Icinga2/Statistics.html#service_statistics-instance_method" title="Icinga2::Statistics#service_statistics (method)">#service_statistics</a></span>
|
522
|
+
<small>Icinga2::Statistics</small>
|
619
523
|
</div>
|
620
524
|
</li>
|
621
525
|
|
622
526
|
|
623
527
|
<li class="odd ">
|
624
|
-
<div class="item">
|
625
|
-
<span class='object_link'><a href="Icinga2/Services.html#service_severity-instance_method" title="Icinga2::Services#service_severity (method)">#service_severity</a></span>
|
626
|
-
<small>Icinga2::Services</small>
|
627
|
-
</div>
|
628
|
-
</li>
|
629
|
-
|
630
|
-
|
631
|
-
<li class="even ">
|
632
528
|
<div class="item">
|
633
529
|
<span class='object_link'><a href="Icinga2/Servicegroups.html#servicegroups-instance_method" title="Icinga2::Servicegroups#servicegroups (method)">#servicegroups</a></span>
|
634
530
|
<small>Icinga2::Servicegroups</small>
|
@@ -636,7 +532,7 @@
|
|
636
532
|
</li>
|
637
533
|
|
638
534
|
|
639
|
-
<li class="
|
535
|
+
<li class="even ">
|
640
536
|
<div class="item">
|
641
537
|
<span class='object_link'><a href="Icinga2/Services.html#services-instance_method" title="Icinga2::Services#services (method)">#services</a></span>
|
642
538
|
<small>Icinga2::Services</small>
|
@@ -644,135 +540,23 @@
|
|
644
540
|
</li>
|
645
541
|
|
646
542
|
|
647
|
-
<li class="even ">
|
648
|
-
<div class="item">
|
649
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_acknowledged-instance_method" title="Icinga2::Client#services_acknowledged (method)">#services_acknowledged</a></span>
|
650
|
-
<small>Icinga2::Client</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#services_active_checks_1min-instance_method" title="Icinga2::Client#services_active_checks_1min (method)">#services_active_checks_1min</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/Client.html#services_all-instance_method" title="Icinga2::Client#services_all (method)">#services_all</a></span>
|
666
|
-
<small>Icinga2::Client</small>
|
667
|
-
</div>
|
668
|
-
</li>
|
669
|
-
|
670
|
-
|
671
|
-
<li class="odd ">
|
672
|
-
<div class="item">
|
673
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_critical-instance_method" title="Icinga2::Client#services_critical (method)">#services_critical</a></span>
|
674
|
-
<small>Icinga2::Client</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#services_critical_adjusted-instance_method" title="Icinga2::Client#services_critical_adjusted (method)">#services_critical_adjusted</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/Client.html#services_handled_critical_problems-instance_method" title="Icinga2::Client#services_handled_critical_problems (method)">#services_handled_critical_problems</a></span>
|
690
|
-
<small>Icinga2::Client</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#services_handled_unknown_problems-instance_method" title="Icinga2::Client#services_handled_unknown_problems (method)">#services_handled_unknown_problems</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/Client.html#services_handled_warning_problems-instance_method" title="Icinga2::Client#services_handled_warning_problems (method)">#services_handled_warning_problems</a></span>
|
706
|
-
<small>Icinga2::Client</small>
|
707
|
-
</div>
|
708
|
-
</li>
|
709
|
-
|
710
|
-
|
711
|
-
<li class="even ">
|
712
|
-
<div class="item">
|
713
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_in_downtime-instance_method" title="Icinga2::Client#services_in_downtime (method)">#services_in_downtime</a></span>
|
714
|
-
<small>Icinga2::Client</small>
|
715
|
-
</div>
|
716
|
-
</li>
|
717
|
-
|
718
|
-
|
719
|
-
<li class="odd ">
|
720
|
-
<div class="item">
|
721
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_ok-instance_method" title="Icinga2::Client#services_ok (method)">#services_ok</a></span>
|
722
|
-
<small>Icinga2::Client</small>
|
723
|
-
</div>
|
724
|
-
</li>
|
725
|
-
|
726
|
-
|
727
|
-
<li class="even ">
|
728
|
-
<div class="item">
|
729
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_passive_checks_1min-instance_method" title="Icinga2::Client#services_passive_checks_1min (method)">#services_passive_checks_1min</a></span>
|
730
|
-
<small>Icinga2::Client</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#services_problems-instance_method" title="Icinga2::Client#services_problems (method)">#services_problems</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/Client.html#services_unknown-instance_method" title="Icinga2::Client#services_unknown (method)">#services_unknown</a></span>
|
746
|
-
<small>Icinga2::Client</small>
|
747
|
-
</div>
|
748
|
-
</li>
|
749
|
-
|
750
|
-
|
751
543
|
<li class="odd ">
|
752
544
|
<div class="item">
|
753
|
-
<span class='object_link'><a href="Icinga2/
|
754
|
-
<small>Icinga2::
|
545
|
+
<span class='object_link'><a href="Icinga2/Services.html#services_adjusted-instance_method" title="Icinga2::Services#services_adjusted (method)">#services_adjusted</a></span>
|
546
|
+
<small>Icinga2::Services</small>
|
755
547
|
</div>
|
756
548
|
</li>
|
757
549
|
|
758
550
|
|
759
551
|
<li class="even ">
|
760
552
|
<div class="item">
|
761
|
-
<span class='object_link'><a href="Icinga2/
|
762
|
-
<small>Icinga2::
|
553
|
+
<span class='object_link'><a href="Icinga2/Services.html#services_all-instance_method" title="Icinga2::Services#services_all (method)">#services_all</a></span>
|
554
|
+
<small>Icinga2::Services</small>
|
763
555
|
</div>
|
764
556
|
</li>
|
765
557
|
|
766
558
|
|
767
559
|
<li class="odd ">
|
768
|
-
<div class="item">
|
769
|
-
<span class='object_link'><a href="Icinga2/Client.html#services_warning_adjusted-instance_method" title="Icinga2::Client#services_warning_adjusted (method)">#services_warning_adjusted</a></span>
|
770
|
-
<small>Icinga2::Client</small>
|
771
|
-
</div>
|
772
|
-
</li>
|
773
|
-
|
774
|
-
|
775
|
-
<li class="even ">
|
776
560
|
<div class="item">
|
777
561
|
<span class='object_link'><a href="Icinga2/Client.html#start_time-instance_method" title="Icinga2::Client#start_time (method)">#start_time</a></span>
|
778
562
|
<small>Icinga2::Client</small>
|
@@ -780,7 +564,7 @@
|
|
780
564
|
</li>
|
781
565
|
|
782
566
|
|
783
|
-
<li class="
|
567
|
+
<li class="even ">
|
784
568
|
<div class="item">
|
785
569
|
<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>
|
786
570
|
<small>Icinga2::Converts</small>
|
@@ -788,7 +572,7 @@
|
|
788
572
|
</li>
|
789
573
|
|
790
574
|
|
791
|
-
<li class="
|
575
|
+
<li class="odd ">
|
792
576
|
<div class="item">
|
793
577
|
<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>
|
794
578
|
<small>Icinga2::Converts</small>
|
@@ -796,15 +580,15 @@
|
|
796
580
|
</li>
|
797
581
|
|
798
582
|
|
799
|
-
<li class="
|
583
|
+
<li class="even ">
|
800
584
|
<div class="item">
|
801
|
-
<span class='object_link'><a href="Icinga2/
|
802
|
-
<small>Icinga2::
|
585
|
+
<span class='object_link'><a href="Icinga2/Client.html#status_data-instance_method" title="Icinga2::Client#status_data (method)">#status_data</a></span>
|
586
|
+
<small>Icinga2::Client</small>
|
803
587
|
</div>
|
804
588
|
</li>
|
805
589
|
|
806
590
|
|
807
|
-
<li class="
|
591
|
+
<li class="odd ">
|
808
592
|
<div class="item">
|
809
593
|
<span class='object_link'><a href="Icinga2/Services.html#unhandled_services-instance_method" title="Icinga2::Services#unhandled_services (method)">#unhandled_services</a></span>
|
810
594
|
<small>Icinga2::Services</small>
|
@@ -812,7 +596,7 @@
|
|
812
596
|
</li>
|
813
597
|
|
814
598
|
|
815
|
-
<li class="
|
599
|
+
<li class="even ">
|
816
600
|
<div class="item">
|
817
601
|
<span class='object_link'><a href="Icinga2/Services.html#update_host-instance_method" title="Icinga2::Services#update_host (method)">#update_host</a></span>
|
818
602
|
<small>Icinga2::Services</small>
|
@@ -820,7 +604,7 @@
|
|
820
604
|
</li>
|
821
605
|
|
822
606
|
|
823
|
-
<li class="
|
607
|
+
<li class="odd ">
|
824
608
|
<div class="item">
|
825
609
|
<span class='object_link'><a href="Icinga2/Client.html#uptime-instance_method" title="Icinga2::Client#uptime (method)">#uptime</a></span>
|
826
610
|
<small>Icinga2::Client</small>
|
@@ -828,7 +612,7 @@
|
|
828
612
|
</li>
|
829
613
|
|
830
614
|
|
831
|
-
<li class="
|
615
|
+
<li class="even ">
|
832
616
|
<div class="item">
|
833
617
|
<span class='object_link'><a href="Icinga2/Usergroups.html#usergroups-instance_method" title="Icinga2::Usergroups#usergroups (method)">#usergroups</a></span>
|
834
618
|
<small>Icinga2::Usergroups</small>
|
@@ -836,7 +620,7 @@
|
|
836
620
|
</li>
|
837
621
|
|
838
622
|
|
839
|
-
<li class="
|
623
|
+
<li class="odd ">
|
840
624
|
<div class="item">
|
841
625
|
<span class='object_link'><a href="Icinga2/Users.html#users-instance_method" title="Icinga2::Users#users (method)">#users</a></span>
|
842
626
|
<small>Icinga2::Users</small>
|
@@ -844,7 +628,7 @@
|
|
844
628
|
</li>
|
845
629
|
|
846
630
|
|
847
|
-
<li class="
|
631
|
+
<li class="even ">
|
848
632
|
<div class="item">
|
849
633
|
<span class='object_link'><a href="Icinga2/Client.html#version-instance_method" title="Icinga2::Client#version (method)">#version</a></span>
|
850
634
|
<small>Icinga2::Client</small>
|
@@ -852,10 +636,10 @@
|
|
852
636
|
</li>
|
853
637
|
|
854
638
|
|
855
|
-
<li class="
|
639
|
+
<li class="odd ">
|
856
640
|
<div class="item">
|
857
|
-
<span class='object_link'><a href="Icinga2/
|
858
|
-
<small>Icinga2::
|
641
|
+
<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>
|
642
|
+
<small>Icinga2::Statistics</small>
|
859
643
|
</div>
|
860
644
|
</li>
|
861
645
|
|