blob: 423b1bd3bd649d7a9145ad0222032a3a59bae745 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
|
@exec chmod 775 %%ICINGADIR%% %%ICINGADIR%%/archives %%ICINGADIR%%/checkresults %%ICINGADIR%%/rw
@exec chown %%ICINGAUSER%%:%%ICINGAGROUP%% %%ICINGADIR%% %%ICINGADIR%%/archives %%ICINGADIR%%/checkresults
@exec chown %%ICINGAUSER%%:%%WWWGRP%% %%ICINGADIR%%/rw
@exec mkdir -p %%ICINGADIR%%/archives
@exec mkdir -p %%ICINGADIR%%/checkresults
@exec mkdir -p %%ICINGADIR%%/rw
@exec mkdir -p %D/%%ICINGAWWWDIR%%/ssi
bin/icinga
bin/icingastats
etc/icinga/cgi.cfg-sample
etc/icinga/cgiauth.cfg-sample
etc/icinga/icinga.cfg-sample
etc/icinga/objects/commands.cfg-sample
etc/icinga/objects/contacts.cfg-sample
etc/icinga/objects/localhost.cfg-sample
etc/icinga/objects/notifications.cfg-sample
etc/icinga/objects/printer.cfg-sample
etc/icinga/objects/switch.cfg-sample
etc/icinga/objects/templates.cfg-sample
etc/icinga/objects/timeperiods.cfg-sample
etc/icinga/objects/windows.cfg-sample
etc/icinga/resource.cfg-sample
%%EMBEDDED_PERL%%bin/p1.pl
%%ICINGAWWWDIR%%/cgi-bin/avail.cgi
%%ICINGAWWWDIR%%/cgi-bin/cmd.cgi
%%ICINGAWWWDIR%%/cgi-bin/config.cgi
%%ICINGAWWWDIR%%/cgi-bin/extinfo.cgi
%%ICINGAWWWDIR%%/cgi-bin/histogram.cgi
%%ICINGAWWWDIR%%/cgi-bin/history.cgi
%%ICINGAWWWDIR%%/cgi-bin/notifications.cgi
%%ICINGAWWWDIR%%/cgi-bin/outages.cgi
%%ICINGAWWWDIR%%/cgi-bin/showlog.cgi
%%ICINGAWWWDIR%%/cgi-bin/status.cgi
%%ICINGAWWWDIR%%/cgi-bin/statusmap.cgi
%%ICINGAWWWDIR%%/cgi-bin/statuswml.cgi
%%ICINGAWWWDIR%%/cgi-bin/summary.cgi
%%ICINGAWWWDIR%%/cgi-bin/tac.cgi
%%ICINGAWWWDIR%%/cgi-bin/trends.cgi
%%ICINGAWWWDIR%%/contexthelp/A1.html
%%ICINGAWWWDIR%%/contexthelp/A2.html
%%ICINGAWWWDIR%%/contexthelp/A3.html
%%ICINGAWWWDIR%%/contexthelp/A4.html
%%ICINGAWWWDIR%%/contexthelp/A5.html
%%ICINGAWWWDIR%%/contexthelp/A6.html
%%ICINGAWWWDIR%%/contexthelp/A7.html
%%ICINGAWWWDIR%%/contexthelp/B1.html
%%ICINGAWWWDIR%%/contexthelp/C1.html
%%ICINGAWWWDIR%%/contexthelp/D1.html
%%ICINGAWWWDIR%%/contexthelp/E1.html
%%ICINGAWWWDIR%%/contexthelp/F1.html
%%ICINGAWWWDIR%%/contexthelp/G1.html
%%ICINGAWWWDIR%%/contexthelp/G2.html
%%ICINGAWWWDIR%%/contexthelp/G3.html
%%ICINGAWWWDIR%%/contexthelp/G4.html
%%ICINGAWWWDIR%%/contexthelp/G5.html
%%ICINGAWWWDIR%%/contexthelp/G6.html
%%ICINGAWWWDIR%%/contexthelp/H1.html
%%ICINGAWWWDIR%%/contexthelp/H2.html
%%ICINGAWWWDIR%%/contexthelp/H3.html
%%ICINGAWWWDIR%%/contexthelp/H4.html
%%ICINGAWWWDIR%%/contexthelp/H5.html
%%ICINGAWWWDIR%%/contexthelp/H6.html
%%ICINGAWWWDIR%%/contexthelp/H7.html
%%ICINGAWWWDIR%%/contexthelp/H8.html
%%ICINGAWWWDIR%%/contexthelp/I1.html
%%ICINGAWWWDIR%%/contexthelp/I2.html
%%ICINGAWWWDIR%%/contexthelp/I3.html
%%ICINGAWWWDIR%%/contexthelp/I4.html
%%ICINGAWWWDIR%%/contexthelp/I5.html
%%ICINGAWWWDIR%%/contexthelp/I6.html
%%ICINGAWWWDIR%%/contexthelp/I7.html
%%ICINGAWWWDIR%%/contexthelp/I8.html
%%ICINGAWWWDIR%%/contexthelp/I9.html
%%ICINGAWWWDIR%%/contexthelp/J1.html
%%ICINGAWWWDIR%%/contexthelp/K1.html
%%ICINGAWWWDIR%%/contexthelp/L1.html
%%ICINGAWWWDIR%%/contexthelp/L10.html
%%ICINGAWWWDIR%%/contexthelp/L11.html
%%ICINGAWWWDIR%%/contexthelp/L12.html
%%ICINGAWWWDIR%%/contexthelp/L13.html
%%ICINGAWWWDIR%%/contexthelp/L2.html
%%ICINGAWWWDIR%%/contexthelp/L3.html
%%ICINGAWWWDIR%%/contexthelp/L4.html
%%ICINGAWWWDIR%%/contexthelp/L5.html
%%ICINGAWWWDIR%%/contexthelp/L6.html
%%ICINGAWWWDIR%%/contexthelp/L7.html
%%ICINGAWWWDIR%%/contexthelp/L8.html
%%ICINGAWWWDIR%%/contexthelp/L9.html
%%ICINGAWWWDIR%%/contexthelp/M1.html
%%ICINGAWWWDIR%%/contexthelp/M2.html
%%ICINGAWWWDIR%%/contexthelp/M3.html
%%ICINGAWWWDIR%%/contexthelp/M4.html
%%ICINGAWWWDIR%%/contexthelp/M5.html
%%ICINGAWWWDIR%%/contexthelp/M6.html
%%ICINGAWWWDIR%%/contexthelp/N1.html
%%ICINGAWWWDIR%%/contexthelp/N2.html
%%ICINGAWWWDIR%%/contexthelp/N3.html
%%ICINGAWWWDIR%%/contexthelp/N4.html
%%ICINGAWWWDIR%%/contexthelp/N5.html
%%ICINGAWWWDIR%%/contexthelp/N6.html
%%ICINGAWWWDIR%%/contexthelp/N7.html
%%ICINGAWWWDIR%%/docs/de/about.html
%%ICINGAWWWDIR%%/docs/de/activechecks.html
%%ICINGAWWWDIR%%/docs/de/adaptive.html
%%ICINGAWWWDIR%%/docs/de/addons.html
%%ICINGAWWWDIR%%/docs/de/beginners.html
%%ICINGAWWWDIR%%/docs/de/cachedchecks.html
%%ICINGAWWWDIR%%/docs/de/cgiauth.html
%%ICINGAWWWDIR%%/docs/de/cgicmd.html
%%ICINGAWWWDIR%%/docs/de/cgiincludes.html
%%ICINGAWWWDIR%%/docs/de/cgiparams.html
%%ICINGAWWWDIR%%/docs/de/cgis.html
%%ICINGAWWWDIR%%/docs/de/cgisecurity.html
%%ICINGAWWWDIR%%/docs/de/ch01.html
%%ICINGAWWWDIR%%/docs/de/ch02.html
%%ICINGAWWWDIR%%/docs/de/ch03.html
%%ICINGAWWWDIR%%/docs/de/ch04.html
%%ICINGAWWWDIR%%/docs/de/ch05.html
%%ICINGAWWWDIR%%/docs/de/ch06.html
%%ICINGAWWWDIR%%/docs/de/ch07.html
%%ICINGAWWWDIR%%/docs/de/ch08.html
%%ICINGAWWWDIR%%/docs/de/ch09.html
%%ICINGAWWWDIR%%/docs/de/ch10.html
%%ICINGAWWWDIR%%/docs/de/ch11.html
%%ICINGAWWWDIR%%/docs/de/ch12.html
%%ICINGAWWWDIR%%/docs/de/checkscheduling.html
%%ICINGAWWWDIR%%/docs/de/clusters.html
%%ICINGAWWWDIR%%/docs/de/components.html
%%ICINGAWWWDIR%%/docs/de/config.html
%%ICINGAWWWDIR%%/docs/de/configcgi.html
%%ICINGAWWWDIR%%/docs/de/configmain.html
%%ICINGAWWWDIR%%/docs/de/configobject.html
%%ICINGAWWWDIR%%/docs/de/customobjectvars.html
%%ICINGAWWWDIR%%/docs/de/db_changes.html
%%ICINGAWWWDIR%%/docs/de/db_intro.html
%%ICINGAWWWDIR%%/docs/de/db_model.html
%%ICINGAWWWDIR%%/docs/de/dependencies.html
%%ICINGAWWWDIR%%/docs/de/dependencychecks.html
%%ICINGAWWWDIR%%/docs/de/distributed.html
%%ICINGAWWWDIR%%/docs/de/downtime.html
%%ICINGAWWWDIR%%/docs/de/embeddedperl.html
%%ICINGAWWWDIR%%/docs/de/epnplugins.html
%%ICINGAWWWDIR%%/docs/de/escalation_condition.html
%%ICINGAWWWDIR%%/docs/de/escalations.html
%%ICINGAWWWDIR%%/docs/de/eventhandlers.html
%%ICINGAWWWDIR%%/docs/de/example-configs.html
%%ICINGAWWWDIR%%/docs/de/extcommands.html
%%ICINGAWWWDIR%%/docs/de/extcommands2.html
%%ICINGAWWWDIR%%/docs/de/faststartup.html
%%ICINGAWWWDIR%%/docs/de/flapping.html
%%ICINGAWWWDIR%%/docs/de/freshness.html
%%ICINGAWWWDIR%%/docs/de/hostchecks.html
%%ICINGAWWWDIR%%/docs/de/howtos.html
%%ICINGAWWWDIR%%/docs/de/icinga-api.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-api.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-config.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-intro.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-introduction.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-pnp.html
%%ICINGAWWWDIR%%/docs/de/icinga-web-scratch.html
%%ICINGAWWWDIR%%/docs/de/icinga-web.html
%%ICINGAWWWDIR%%/docs/de/icingastats.html
%%ICINGAWWWDIR%%/docs/de/index.html
%%ICINGAWWWDIR%%/docs/de/int-mklivestatus.html
%%ICINGAWWWDIR%%/docs/de/int-snmptrap.html
%%ICINGAWWWDIR%%/docs/de/int-tcpwrappers.html
%%ICINGAWWWDIR%%/docs/de/integration.html
%%ICINGAWWWDIR%%/docs/de/ix01.html
%%ICINGAWWWDIR%%/docs/de/largeinstalltweaks.html
%%ICINGAWWWDIR%%/docs/de/macrolist.html
%%ICINGAWWWDIR%%/docs/de/macros.html
%%ICINGAWWWDIR%%/docs/de/monitoring-linux.html
%%ICINGAWWWDIR%%/docs/de/monitoring-netware.html
%%ICINGAWWWDIR%%/docs/de/monitoring-printers.html
%%ICINGAWWWDIR%%/docs/de/monitoring-publicservices.html
%%ICINGAWWWDIR%%/docs/de/monitoring-routers.html
%%ICINGAWWWDIR%%/docs/de/monitoring-windows.html
%%ICINGAWWWDIR%%/docs/de/mrtggraphs.html
%%ICINGAWWWDIR%%/docs/de/networkreachability.html
%%ICINGAWWWDIR%%/docs/de/notifications.html
%%ICINGAWWWDIR%%/docs/de/nrpe.html
%%ICINGAWWWDIR%%/docs/de/nsca.html
%%ICINGAWWWDIR%%/docs/de/objectdefinitions.html
%%ICINGAWWWDIR%%/docs/de/objectinheritance.html
%%ICINGAWWWDIR%%/docs/de/objecttricks.html
%%ICINGAWWWDIR%%/docs/de/oncallrotation.html
%%ICINGAWWWDIR%%/docs/de/passivechecks.html
%%ICINGAWWWDIR%%/docs/de/passivestatetranslation.html
%%ICINGAWWWDIR%%/docs/de/perfdata.html
%%ICINGAWWWDIR%%/docs/de/perfgraphs.html
%%ICINGAWWWDIR%%/docs/de/pluginapi.html
%%ICINGAWWWDIR%%/docs/de/plugins.html
%%ICINGAWWWDIR%%/docs/de/quickstart-icinga-freebsd.html
%%ICINGAWWWDIR%%/docs/de/quickstart-icinga.html
%%ICINGAWWWDIR%%/docs/de/quickstart-idoutils-freebsd.html
%%ICINGAWWWDIR%%/docs/de/quickstart-idoutils.html
%%ICINGAWWWDIR%%/docs/de/quickstart.html
%%ICINGAWWWDIR%%/docs/de/redundancy.html
%%ICINGAWWWDIR%%/docs/de/reporting.html
%%ICINGAWWWDIR%%/docs/de/security.html
%%ICINGAWWWDIR%%/docs/de/servicechecks.html
%%ICINGAWWWDIR%%/docs/de/stalking.html
%%ICINGAWWWDIR%%/docs/de/startstop.html
%%ICINGAWWWDIR%%/docs/de/statetypes.html
%%ICINGAWWWDIR%%/docs/de/temp_data.html
%%ICINGAWWWDIR%%/docs/de/timeperiods.html
%%ICINGAWWWDIR%%/docs/de/tuning.html
%%ICINGAWWWDIR%%/docs/de/upgrading.html
%%ICINGAWWWDIR%%/docs/de/upgrading_icingaweb.html
%%ICINGAWWWDIR%%/docs/de/upgrading_idoutils.html
%%ICINGAWWWDIR%%/docs/de/verifyconfig.html
%%ICINGAWWWDIR%%/docs/de/volatileservices.html
%%ICINGAWWWDIR%%/docs/de/whatsnew.html
%%ICINGAWWWDIR%%/docs/en/about.html
%%ICINGAWWWDIR%%/docs/en/activechecks.html
%%ICINGAWWWDIR%%/docs/en/adaptive.html
%%ICINGAWWWDIR%%/docs/en/addons.html
%%ICINGAWWWDIR%%/docs/en/beginners.html
%%ICINGAWWWDIR%%/docs/en/cachedchecks.html
%%ICINGAWWWDIR%%/docs/en/cgiauth.html
%%ICINGAWWWDIR%%/docs/en/cgicmd.html
%%ICINGAWWWDIR%%/docs/en/cgiincludes.html
%%ICINGAWWWDIR%%/docs/en/cgiparams.html
%%ICINGAWWWDIR%%/docs/en/cgis.html
%%ICINGAWWWDIR%%/docs/en/cgisecurity.html
%%ICINGAWWWDIR%%/docs/en/ch01.html
%%ICINGAWWWDIR%%/docs/en/ch010.html
%%ICINGAWWWDIR%%/docs/en/ch02.html
%%ICINGAWWWDIR%%/docs/en/ch03.html
%%ICINGAWWWDIR%%/docs/en/ch04.html
%%ICINGAWWWDIR%%/docs/en/ch05.html
%%ICINGAWWWDIR%%/docs/en/ch06.html
%%ICINGAWWWDIR%%/docs/en/ch07.html
%%ICINGAWWWDIR%%/docs/en/ch08.html
%%ICINGAWWWDIR%%/docs/en/ch09.html
%%ICINGAWWWDIR%%/docs/en/ch10.html
%%ICINGAWWWDIR%%/docs/en/ch11.html
%%ICINGAWWWDIR%%/docs/en/ch12.html
%%ICINGAWWWDIR%%/docs/en/checkscheduling.html
%%ICINGAWWWDIR%%/docs/en/clusters.html
%%ICINGAWWWDIR%%/docs/en/config.html
%%ICINGAWWWDIR%%/docs/en/configcgi.html
%%ICINGAWWWDIR%%/docs/en/configmain.html
%%ICINGAWWWDIR%%/docs/en/configobject.html
%%ICINGAWWWDIR%%/docs/en/customobjectvars.html
%%ICINGAWWWDIR%%/docs/en/db_changes.html
%%ICINGAWWWDIR%%/docs/en/db_components.html
%%ICINGAWWWDIR%%/docs/en/db_example-configs.html
%%ICINGAWWWDIR%%/docs/en/db_intro.html
%%ICINGAWWWDIR%%/docs/en/db_model.html
%%ICINGAWWWDIR%%/docs/en/dependencies.html
%%ICINGAWWWDIR%%/docs/en/dependencychecks.html
%%ICINGAWWWDIR%%/docs/en/distributed.html
%%ICINGAWWWDIR%%/docs/en/downtime.html
%%ICINGAWWWDIR%%/docs/en/embeddedperl.html
%%ICINGAWWWDIR%%/docs/en/epnplugins.html
%%ICINGAWWWDIR%%/docs/en/escalation_condition.html
%%ICINGAWWWDIR%%/docs/en/escalations.html
%%ICINGAWWWDIR%%/docs/en/eventhandlers.html
%%ICINGAWWWDIR%%/docs/en/extcommands.html
%%ICINGAWWWDIR%%/docs/en/extcommands2.html
%%ICINGAWWWDIR%%/docs/en/faststartup.html
%%ICINGAWWWDIR%%/docs/en/flapping.html
%%ICINGAWWWDIR%%/docs/en/freshness.html
%%ICINGAWWWDIR%%/docs/en/hostchecks.html
%%ICINGAWWWDIR%%/docs/en/howtos.html
%%ICINGAWWWDIR%%/docs/en/icinga-api.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-api.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-config.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-intro.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-introduction.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-pnp.html
%%ICINGAWWWDIR%%/docs/en/icinga-web-scratch.html
%%ICINGAWWWDIR%%/docs/en/icinga-web.html
%%ICINGAWWWDIR%%/docs/en/icingastats.html
%%ICINGAWWWDIR%%/docs/en/index.html
%%ICINGAWWWDIR%%/docs/en/int-mklivestatus.html
%%ICINGAWWWDIR%%/docs/en/int-snmptrap.html
%%ICINGAWWWDIR%%/docs/en/int-tcpwrappers.html
%%ICINGAWWWDIR%%/docs/en/integration.html
%%ICINGAWWWDIR%%/docs/en/ix01.html
%%ICINGAWWWDIR%%/docs/en/largeinstalltweaks.html
%%ICINGAWWWDIR%%/docs/en/macrolist.html
%%ICINGAWWWDIR%%/docs/en/macros.html
%%ICINGAWWWDIR%%/docs/en/monitoring-linux.html
%%ICINGAWWWDIR%%/docs/en/monitoring-netware.html
%%ICINGAWWWDIR%%/docs/en/monitoring-printers.html
%%ICINGAWWWDIR%%/docs/en/monitoring-publicservices.html
%%ICINGAWWWDIR%%/docs/en/monitoring-routers.html
%%ICINGAWWWDIR%%/docs/en/monitoring-windows.html
%%ICINGAWWWDIR%%/docs/en/mrtggraphs.html
%%ICINGAWWWDIR%%/docs/en/networkreachability.html
%%ICINGAWWWDIR%%/docs/en/notifications.html
%%ICINGAWWWDIR%%/docs/en/nrpe.html
%%ICINGAWWWDIR%%/docs/en/nsca.html
%%ICINGAWWWDIR%%/docs/en/objectdefinitions.html
%%ICINGAWWWDIR%%/docs/en/objectinheritance.html
%%ICINGAWWWDIR%%/docs/en/objecttricks.html
%%ICINGAWWWDIR%%/docs/en/oncallrotation.html
%%ICINGAWWWDIR%%/docs/en/passivechecks.html
%%ICINGAWWWDIR%%/docs/en/passivestatetranslation.html
%%ICINGAWWWDIR%%/docs/en/perfdata.html
%%ICINGAWWWDIR%%/docs/en/perfgraphs.html
%%ICINGAWWWDIR%%/docs/en/pluginapi.html
%%ICINGAWWWDIR%%/docs/en/plugins.html
%%ICINGAWWWDIR%%/docs/en/quickstart-icinga-freebsd.html
%%ICINGAWWWDIR%%/docs/en/quickstart-icinga.html
%%ICINGAWWWDIR%%/docs/en/quickstart-idoutils-freebsd.html
%%ICINGAWWWDIR%%/docs/en/quickstart-idoutils.html
%%ICINGAWWWDIR%%/docs/en/quickstart.html
%%ICINGAWWWDIR%%/docs/en/redundancy.html
%%ICINGAWWWDIR%%/docs/en/reporting.html
%%ICINGAWWWDIR%%/docs/en/security.html
%%ICINGAWWWDIR%%/docs/en/servicechecks.html
%%ICINGAWWWDIR%%/docs/en/stalking.html
%%ICINGAWWWDIR%%/docs/en/startstop.html
%%ICINGAWWWDIR%%/docs/en/statetypes.html
%%ICINGAWWWDIR%%/docs/en/temp_data.html
%%ICINGAWWWDIR%%/docs/en/timeperiods.html
%%ICINGAWWWDIR%%/docs/en/tuning.html
%%ICINGAWWWDIR%%/docs/en/upgrading.html
%%ICINGAWWWDIR%%/docs/en/upgrading_icingaweb.html
%%ICINGAWWWDIR%%/docs/en/upgrading_idoutils.html
%%ICINGAWWWDIR%%/docs/en/verifyconfig.html
%%ICINGAWWWDIR%%/docs/en/volatileservices.html
%%ICINGAWWWDIR%%/docs/en/whatsnew.html
%%ICINGAWWWDIR%%/docs/images/MyServiceStatus.png
%%ICINGAWWWDIR%%/docs/images/activechecks.png
%%ICINGAWWWDIR%%/docs/images/cachedcheckgraphs.png
%%ICINGAWWWDIR%%/docs/images/cachedchecks.png
%%ICINGAWWWDIR%%/docs/images/cachedchecks1.png
%%ICINGAWWWDIR%%/docs/images/caution.gif
%%ICINGAWWWDIR%%/docs/images/caution.png
%%ICINGAWWWDIR%%/docs/images/cgi-avail-a.png
%%ICINGAWWWDIR%%/docs/images/cgi-avail-b.png
%%ICINGAWWWDIR%%/docs/images/cgi-cmd.png
%%ICINGAWWWDIR%%/docs/images/cgi-commands.png
%%ICINGAWWWDIR%%/docs/images/cgi-config.png
%%ICINGAWWWDIR%%/docs/images/cgi-continue.png
%%ICINGAWWWDIR%%/docs/images/cgi-extinfo-a.png
%%ICINGAWWWDIR%%/docs/images/cgi-extinfo-b.png
%%ICINGAWWWDIR%%/docs/images/cgi-extinfo-c.png
%%ICINGAWWWDIR%%/docs/images/cgi-extinfo-d.png
%%ICINGAWWWDIR%%/docs/images/cgi-general.png
%%ICINGAWWWDIR%%/docs/images/cgi-histogram.png
%%ICINGAWWWDIR%%/docs/images/cgi-history.png
%%ICINGAWWWDIR%%/docs/images/cgi-notifications.png
%%ICINGAWWWDIR%%/docs/images/cgi-outages.png
%%ICINGAWWWDIR%%/docs/images/cgi-pause.png
%%ICINGAWWWDIR%%/docs/images/cgi-showlog.png
%%ICINGAWWWDIR%%/docs/images/cgi-status-a.png
%%ICINGAWWWDIR%%/docs/images/cgi-status-b.png
%%ICINGAWWWDIR%%/docs/images/cgi-status-c.png
%%ICINGAWWWDIR%%/docs/images/cgi-status-d.png
%%ICINGAWWWDIR%%/docs/images/cgi-statusinfo.png
%%ICINGAWWWDIR%%/docs/images/cgi-statusmap.png
%%ICINGAWWWDIR%%/docs/images/cgi-statuswml.png
%%ICINGAWWWDIR%%/docs/images/cgi-statuswrl.png
%%ICINGAWWWDIR%%/docs/images/cgi-summary.png
%%ICINGAWWWDIR%%/docs/images/cgi-tac.png
%%ICINGAWWWDIR%%/docs/images/cgi-trends.png
%%ICINGAWWWDIR%%/docs/images/checkmark.png
%%ICINGAWWWDIR%%/docs/images/checktiming.png
%%ICINGAWWWDIR%%/docs/images/configoverview.png
%%ICINGAWWWDIR%%/docs/images/db_model_cf.png
%%ICINGAWWWDIR%%/docs/images/db_model_ct.png
%%ICINGAWWWDIR%%/docs/images/db_model_cu.png
%%ICINGAWWWDIR%%/docs/images/db_model_dt.png
%%ICINGAWWWDIR%%/docs/images/db_model_ht.png
%%ICINGAWWWDIR%%/docs/images/distributed.png
%%ICINGAWWWDIR%%/docs/images/downtime.png
%%ICINGAWWWDIR%%/docs/images/epn.png
%%ICINGAWWWDIR%%/docs/images/eventhandlers.png
%%ICINGAWWWDIR%%/docs/images/externalcommands.png
%%ICINGAWWWDIR%%/docs/images/fast-startup.png
%%ICINGAWWWDIR%%/docs/images/fast-startup1.png
%%ICINGAWWWDIR%%/docs/images/fast-startup2.png
%%ICINGAWWWDIR%%/docs/images/fig1.png
%%ICINGAWWWDIR%%/docs/images/fig10.png
%%ICINGAWWWDIR%%/docs/images/fig11.png
%%ICINGAWWWDIR%%/docs/images/fig12.png
%%ICINGAWWWDIR%%/docs/images/fig13.png
%%ICINGAWWWDIR%%/docs/images/fig2.png
%%ICINGAWWWDIR%%/docs/images/fig3.png
%%ICINGAWWWDIR%%/docs/images/fig4.png
%%ICINGAWWWDIR%%/docs/images/fig5.png
%%ICINGAWWWDIR%%/docs/images/fig6.png
%%ICINGAWWWDIR%%/docs/images/fig7.png
%%ICINGAWWWDIR%%/docs/images/fig8.png
%%ICINGAWWWDIR%%/docs/images/fig9.png
%%ICINGAWWWDIR%%/docs/images/flags/de.png
%%ICINGAWWWDIR%%/docs/images/flags/um_gb.png
%%ICINGAWWWDIR%%/docs/images/freshness.png
%%ICINGAWWWDIR%%/docs/images/host-dependencies.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_groups2.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_logs1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_principals.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_tasks.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-admin_users2.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_hst_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-commands_svc_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks1_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks2a.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-cronks3_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-filter1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-filter1_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-filter2.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-filter2_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-filter3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-host_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-hostgroup_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-log.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-log_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-login.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-main_bar.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-mainscreen1_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-open_problems.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-overview.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-overview_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-search1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-search1_1.3.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-settings.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-settings_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-srv_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-statuscronk.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-statuscronk_1.5.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu1.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu2.png
%%ICINGAWWWDIR%%/docs/images/icinga-web-topmenu2_1.3.png
%%ICINGAWWWDIR%%/docs/images/idoutils.png
%%ICINGAWWWDIR%%/docs/images/important.gif
%%ICINGAWWWDIR%%/docs/images/important.png
%%ICINGAWWWDIR%%/docs/images/integrationoverview.png
%%ICINGAWWWDIR%%/docs/images/interleaved1.png
%%ICINGAWWWDIR%%/docs/images/interleaved2.png
%%ICINGAWWWDIR%%/docs/images/interleaved3.png
%%ICINGAWWWDIR%%/docs/images/logofullsize.png
%%ICINGAWWWDIR%%/docs/images/monitoring-printers.png
%%ICINGAWWWDIR%%/docs/images/monitoring-routers.png
%%ICINGAWWWDIR%%/docs/images/monitoring-windows.png
%%ICINGAWWWDIR%%/docs/images/multiple-templates1.png
%%ICINGAWWWDIR%%/docs/images/multiple-templates2.png
%%ICINGAWWWDIR%%/docs/images/nagios.jpg
%%ICINGAWWWDIR%%/docs/images/ndoutils.png
%%ICINGAWWWDIR%%/docs/images/network-outage1.png
%%ICINGAWWWDIR%%/docs/images/network-outage2.png
%%ICINGAWWWDIR%%/docs/images/noninterleaved1.png
%%ICINGAWWWDIR%%/docs/images/noninterleaved2.png
%%ICINGAWWWDIR%%/docs/images/note.gif
%%ICINGAWWWDIR%%/docs/images/note.png
%%ICINGAWWWDIR%%/docs/images/nrpe.png
%%ICINGAWWWDIR%%/docs/images/nrpe_remote.png
%%ICINGAWWWDIR%%/docs/images/nsca.png
%%ICINGAWWWDIR%%/docs/images/nscpp.png
%%ICINGAWWWDIR%%/docs/images/objects-commands.png
%%ICINGAWWWDIR%%/docs/images/objects-contacts.png
%%ICINGAWWWDIR%%/docs/images/objects-hosts.png
%%ICINGAWWWDIR%%/docs/images/objects-services.png
%%ICINGAWWWDIR%%/docs/images/objects-timeperiods.png
%%ICINGAWWWDIR%%/docs/images/passivechecks.png
%%ICINGAWWWDIR%%/docs/images/passivehosttranslation.png
%%ICINGAWWWDIR%%/docs/images/perfdata_cached.png
%%ICINGAWWWDIR%%/docs/images/perfdata_cached2.png
%%ICINGAWWWDIR%%/docs/images/perfdata_cmdbuf.png
%%ICINGAWWWDIR%%/docs/images/perfdata_exec.png
%%ICINGAWWWDIR%%/docs/images/perfdata_extcmd.png
%%ICINGAWWWDIR%%/docs/images/perfdata_host.png
%%ICINGAWWWDIR%%/docs/images/perfdata_lat.png
%%ICINGAWWWDIR%%/docs/images/perfdata_state_chg.png
%%ICINGAWWWDIR%%/docs/images/perfdata_svc.png
%%ICINGAWWWDIR%%/docs/images/plugins.png
%%ICINGAWWWDIR%%/docs/images/predictive-dependency-checks.png
%%ICINGAWWWDIR%%/docs/images/printer.png
%%ICINGAWWWDIR%%/docs/images/reachability1.png
%%ICINGAWWWDIR%%/docs/images/reachability2.png
%%ICINGAWWWDIR%%/docs/images/reachability3.png
%%ICINGAWWWDIR%%/docs/images/reachability4.png
%%ICINGAWWWDIR%%/docs/images/redundancy.png
%%ICINGAWWWDIR%%/docs/images/rep_avail.png
%%ICINGAWWWDIR%%/docs/images/reptop10.png
%%ICINGAWWWDIR%%/docs/images/security.png
%%ICINGAWWWDIR%%/docs/images/security1.png
%%ICINGAWWWDIR%%/docs/images/security2.png
%%ICINGAWWWDIR%%/docs/images/security3.png
%%ICINGAWWWDIR%%/docs/images/seealso.gif
%%ICINGAWWWDIR%%/docs/images/service-dependencies.png
%%ICINGAWWWDIR%%/docs/images/statetransitions.png
%%ICINGAWWWDIR%%/docs/images/statetransitions2.png
%%ICINGAWWWDIR%%/docs/images/stoprestart.png
%%ICINGAWWWDIR%%/docs/images/switch.png
%%ICINGAWWWDIR%%/docs/images/tac_header2.png
%%ICINGAWWWDIR%%/docs/images/tcpwrappers.png
%%ICINGAWWWDIR%%/docs/images/tip.gif
%%ICINGAWWWDIR%%/docs/images/tip.png
%%ICINGAWWWDIR%%/docs/images/tuning.png
%%ICINGAWWWDIR%%/docs/images/upto.gif
%%ICINGAWWWDIR%%/docs/index.html
%%ICINGAWWWDIR%%/docs/robots.txt
%%ICINGAWWWDIR%%/icinga-api/IcingaApi.php
%%ICINGAWWWDIR%%/icinga-api/contrib/ido2dbparser/Ido2dbParser.php
%%ICINGAWWWDIR%%/icinga-api/log/PLACEHOLDER
%%ICINGAWWWDIR%%/icinga-api/objects/IcingaApiConstantsInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommand.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandCollection.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandDispatcher.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandSend.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandSendPipe.php
%%ICINGAWWWDIR%%/icinga-api/objects/command/IcingaApiCommandSendSsh.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnection.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnectionDatabase.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnectionFile.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnectionIdo.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnectionInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/connection/IcingaApiConnectionLivestatus.php
%%ICINGAWWWDIR%%/icinga-api/objects/conversion/IcingaApiConversionTime.php
%%ICINGAWWWDIR%%/icinga-api/objects/debug/debugTargets/icingaApiDebuggerTargetInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/debug/debugTargets/icingaApiEchoDebugger.php
%%ICINGAWWWDIR%%/icinga-api/objects/debug/debugTargets/icingaApiFileDebugger.php
%%ICINGAWWWDIR%%/icinga-api/objects/debug/icingaApiDebugger.php
%%ICINGAWWWDIR%%/icinga-api/objects/ociPDO/PDO/ociPDO.php
%%ICINGAWWWDIR%%/icinga-api/objects/ociPDO/PDO/ociPDOStatement.php
%%ICINGAWWWDIR%%/icinga-api/objects/ociPDO/icingaApiPDO.php
%%ICINGAWWWDIR%%/icinga-api/objects/result/IcingaApiResult.php
%%ICINGAWWWDIR%%/icinga-api/objects/result/IcingaApiResultFile.php
%%ICINGAWWWDIR%%/icinga-api/objects/result/IcingaApiResultIdo.php
%%ICINGAWWWDIR%%/icinga-api/objects/result/IcingaApiResultInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/result/IcingaApiResultLivestatus.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearch.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearchColumnsFile.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearchFile.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearchIdo.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearchInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/IcingaApiSearchLivestatus.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoInterface.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoMysql.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoOci.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoOci8.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoPgsql.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces/IcingaApiSearchLivestatusSocket.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/filter/IcingaApiSearchFilter.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/filter/IcingaApiSearchFilterGroup.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/filter/IcingaApiSearchFilterGroupIdo.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/filter/IcingaApiSearchFilterIdo.php
%%ICINGAWWWDIR%%/icinga-api/objects/search/filter/IcingaApiSearchFilterInterface.php
%%ICINGAWWWDIR%%/icinga-api/tests/icingaApiTests.php
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/apiSearchDefinitions/custom.ini
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/apiSearchDefinitions/icinga-web.ini
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/apiSearchDefinitions/objectsearch.ini
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/dbConfig.php
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/idoConnectionTest.php
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/idoCreateSearchTest.php
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/mysql_delete.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/mysql_dump.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/mysql_schema.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/oci8_delete.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/oci8_schema.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/oracle_dump.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases/pgsql.sql
%%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testSuite.php
%%ICINGAWWWDIR%%/images/Icinga_Header_Webinterface.jpg
%%ICINGAWWWDIR%%/images/Icinga_Header_Webinterface_Pixel.jpg
%%ICINGAWWWDIR%%/images/Icinga_TAC_Header_Webinterface.jpg
%%ICINGAWWWDIR%%/images/NagiosEnterprises-whitebg-112x46.png
%%ICINGAWWWDIR%%/images/ack.gif
%%ICINGAWWWDIR%%/images/action.gif
%%ICINGAWWWDIR%%/images/application-monitor.png
%%ICINGAWWWDIR%%/images/arrow-menu.png
%%ICINGAWWWDIR%%/images/cmd_shadow.gif
%%ICINGAWWWDIR%%/images/cmd_stop.png
%%ICINGAWWWDIR%%/images/command.png
%%ICINGAWWWDIR%%/images/comment.gif
%%ICINGAWWWDIR%%/images/contexthelp1.gif
%%ICINGAWWWDIR%%/images/contexthelp2.gif
%%ICINGAWWWDIR%%/images/critical.png
%%ICINGAWWWDIR%%/images/database.gif
%%ICINGAWWWDIR%%/images/dd_arrow.gif
%%ICINGAWWWDIR%%/images/delay.gif
%%ICINGAWWWDIR%%/images/delete.gif
%%ICINGAWWWDIR%%/images/detail.gif
%%ICINGAWWWDIR%%/images/disabled.gif
%%ICINGAWWWDIR%%/images/down.gif
%%ICINGAWWWDIR%%/images/downtime.gif
%%ICINGAWWWDIR%%/images/empty.gif
%%ICINGAWWWDIR%%/images/enabled.gif
%%ICINGAWWWDIR%%/images/export_csv.png
%%ICINGAWWWDIR%%/images/export_json.png
%%ICINGAWWWDIR%%/images/export_link.png
%%ICINGAWWWDIR%%/images/export_xml.png
%%ICINGAWWWDIR%%/images/extinfo.gif
%%ICINGAWWWDIR%%/images/favicon.ico
%%ICINGAWWWDIR%%/images/flapping.gif
%%ICINGAWWWDIR%%/images/globe-support-150x150.png
%%ICINGAWWWDIR%%/images/greendot.gif
%%ICINGAWWWDIR%%/images/histogram.png
%%ICINGAWWWDIR%%/images/history.gif
%%ICINGAWWWDIR%%/images/hostevent.gif
%%ICINGAWWWDIR%%/images/hourglass-arrow.png
%%ICINGAWWWDIR%%/images/hourglass-exclamation.png
%%ICINGAWWWDIR%%/images/icinga-logo.png
%%ICINGAWWWDIR%%/images/icon_collapse.gif
%%ICINGAWWWDIR%%/images/icon_expand.gif
%%ICINGAWWWDIR%%/images/info.png
%%ICINGAWWWDIR%%/images/interface/bar.gif
%%ICINGAWWWDIR%%/images/interface/menu_blank.gif
%%ICINGAWWWDIR%%/images/interface/menu_body.gif
%%ICINGAWWWDIR%%/images/interface/menu_less.gif
%%ICINGAWWWDIR%%/images/interface/menu_li1.gif
%%ICINGAWWWDIR%%/images/interface/menu_li2.gif
%%ICINGAWWWDIR%%/images/interface/menu_more.gif
%%ICINGAWWWDIR%%/images/left.gif
%%ICINGAWWWDIR%%/images/logofullsize.png
%%ICINGAWWWDIR%%/images/logos/icinga.gd2
%%ICINGAWWWDIR%%/images/logos/icinga.gif
%%ICINGAWWWDIR%%/images/logos/icingavrml.png
%%ICINGAWWWDIR%%/images/logos/unknown.gd2
%%ICINGAWWWDIR%%/images/logos/unknown.gif
%%ICINGAWWWDIR%%/images/logrotate.png
%%ICINGAWWWDIR%%/images/ndisabled.gif
%%ICINGAWWWDIR%%/images/noack.gif
%%ICINGAWWWDIR%%/images/notes.gif
%%ICINGAWWWDIR%%/images/notify.gif
%%ICINGAWWWDIR%%/images/orangedot.gif
%%ICINGAWWWDIR%%/images/passiveonly.gif
%%ICINGAWWWDIR%%/images/recovery.png
%%ICINGAWWWDIR%%/images/redudancy.png
%%ICINGAWWWDIR%%/images/redundancy.png
%%ICINGAWWWDIR%%/images/restart.gif
%%ICINGAWWWDIR%%/images/right.gif
%%ICINGAWWWDIR%%/images/save.gif
%%ICINGAWWWDIR%%/images/sblogo.png
%%ICINGAWWWDIR%%/images/server.png
%%ICINGAWWWDIR%%/images/serviceevent.gif
%%ICINGAWWWDIR%%/images/sflogo.png
%%ICINGAWWWDIR%%/images/splunk1.gif
%%ICINGAWWWDIR%%/images/splunk2.gif
%%ICINGAWWWDIR%%/images/start.gif
%%ICINGAWWWDIR%%/images/stats.gif
%%ICINGAWWWDIR%%/images/status.gif
%%ICINGAWWWDIR%%/images/status2.gif
%%ICINGAWWWDIR%%/images/status3.gif
%%ICINGAWWWDIR%%/images/status4.gif
%%ICINGAWWWDIR%%/images/stop.gif
%%ICINGAWWWDIR%%/images/tacdisabled.jpg
%%ICINGAWWWDIR%%/images/tacdisabled.png
%%ICINGAWWWDIR%%/images/tacenabled.jpg
%%ICINGAWWWDIR%%/images/tacenabled.png
%%ICINGAWWWDIR%%/images/thermcrit.png
%%ICINGAWWWDIR%%/images/thermok.png
%%ICINGAWWWDIR%%/images/thermwarn.png
%%ICINGAWWWDIR%%/images/trends.gif
%%ICINGAWWWDIR%%/images/trendshost.png
%%ICINGAWWWDIR%%/images/trendssvc.png
%%ICINGAWWWDIR%%/images/unknown.png
%%ICINGAWWWDIR%%/images/up.gif
%%ICINGAWWWDIR%%/images/warning.png
%%ICINGAWWWDIR%%/images/warning_triangle.gif
%%ICINGAWWWDIR%%/images/weblogo1.png
%%ICINGAWWWDIR%%/images/zoom1.gif
%%ICINGAWWWDIR%%/images/zoom2.gif
%%ICINGAWWWDIR%%/index.html
%%ICINGAWWWDIR%%/js/builder.js
%%ICINGAWWWDIR%%/js/checkbox_functions.js
%%ICINGAWWWDIR%%/js/controls.js
%%ICINGAWWWDIR%%/js/dragdrop.js
%%ICINGAWWWDIR%%/js/effects.js
%%ICINGAWWWDIR%%/js/htable.js
%%ICINGAWWWDIR%%/js/jquery-1.6.2.min.js
%%ICINGAWWWDIR%%/js/jquery.dd.js
%%ICINGAWWWDIR%%/js/menu.js
%%ICINGAWWWDIR%%/js/mootools.js
%%ICINGAWWWDIR%%/js/skinnytip.js
%%ICINGAWWWDIR%%/js/slider.js
%%ICINGAWWWDIR%%/js/sound.js
%%ICINGAWWWDIR%%/log/.htaccess
%%ICINGAWWWDIR%%/log/index.htm
%%ICINGAWWWDIR%%/main.html
%%ICINGAWWWDIR%%/menu.html
%%ICINGAWWWDIR%%/robots.txt
%%ICINGAWWWDIR%%/sidebar.html
%%ICINGAWWWDIR%%/stylesheets/avail.css
%%ICINGAWWWDIR%%/stylesheets/checksanity.css
%%ICINGAWWWDIR%%/stylesheets/cmd.css
%%ICINGAWWWDIR%%/stylesheets/common.css
%%ICINGAWWWDIR%%/stylesheets/config.css
%%ICINGAWWWDIR%%/stylesheets/dd.css
%%ICINGAWWWDIR%%/stylesheets/extinfo.css
%%ICINGAWWWDIR%%/stylesheets/histogram.css
%%ICINGAWWWDIR%%/stylesheets/history.css
%%ICINGAWWWDIR%%/stylesheets/interface/common.css
%%ICINGAWWWDIR%%/stylesheets/interface/menu.css
%%ICINGAWWWDIR%%/stylesheets/interface/search.css
%%ICINGAWWWDIR%%/stylesheets/ministatus.css
%%ICINGAWWWDIR%%/stylesheets/notifications.css
%%ICINGAWWWDIR%%/stylesheets/outages.css
%%ICINGAWWWDIR%%/stylesheets/showlog.css
%%ICINGAWWWDIR%%/stylesheets/status.css
%%ICINGAWWWDIR%%/stylesheets/statusmap.css
%%ICINGAWWWDIR%%/stylesheets/summary.css
%%ICINGAWWWDIR%%/stylesheets/tac.css
%%ICINGAWWWDIR%%/stylesheets/tacheader.css
%%ICINGAWWWDIR%%/stylesheets/trends.css
@dirrmtry libexec/icinga
@dirrmtry etc/icinga/objects
@dirrmtry etc/icinga/modules
@dirrmtry etc/icinga
@dirrmtry %%ICINGAWWWDIR%%/stylesheets/interface
@dirrmtry %%ICINGAWWWDIR%%/stylesheets
@dirrmtry %%ICINGAWWWDIR%%/ssi
@dirrmtry %%ICINGAWWWDIR%%/media
@dirrmtry %%ICINGAWWWDIR%%/log
@dirrmtry %%ICINGAWWWDIR%%/js
@dirrmtry %%ICINGAWWWDIR%%/images/logos
@dirrmtry %%ICINGAWWWDIR%%/images/interface
@dirrmtry %%ICINGAWWWDIR%%/images
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests/testDatabases
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests/apiSearchDefinitions
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests/idoTests
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/tests
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search/filter
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search/data_interfaces
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/search
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/result
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/ociPDO/PDO
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/ociPDO
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/debug/debugTargets
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/debug
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/conversion
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/connection
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects/command
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/objects
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/log
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/contrib/ido2dbparser
@dirrmtry %%ICINGAWWWDIR%%/icinga-api/contrib
@dirrmtry %%ICINGAWWWDIR%%/icinga-api
@dirrmtry %%ICINGAWWWDIR%%/docs/images/flags
@dirrmtry %%ICINGAWWWDIR%%/docs/images
@dirrmtry %%ICINGAWWWDIR%%/docs/en
@dirrmtry %%ICINGAWWWDIR%%/docs/de
@dirrmtry %%ICINGAWWWDIR%%/docs
@dirrmtry %%ICINGAWWWDIR%%/contexthelp
@dirrmtry %%ICINGAWWWDIR%%/cgi-bin
@dirrmtry %%ICINGAWWWDIR%%
@dirrmtry %%ICINGADIR%%/archives
@dirrmtry %%ICINGADIR%%/checkresults
@dirrmtry %%ICINGADIR%%/rw
@dirrmtry %%ICINGADIR%%
|