Imported Upstream version 1.7.0~beta1
Showing
with
35226 additions
and
122035 deletions
+35226
-122035
- Changelog Changelog +256 -1
- Changelog_json Changelog_json +7 -1
- INSTALLING INSTALLING +20 -3
- Makefile.in Makefile.in +52 -31
- README README +49 -17
- README.RHEL README.RHEL +90 -0
- README.RHEL.idoutils README.RHEL.idoutils +162 -0
- THANKS THANKS +4 -0
- base/Makefile.in base/Makefile.in +5 -2
- base/broker.c base/broker.c +6 -3
- base/checks.c base/checks.c +57 -55
- base/commands.c base/commands.c +8 -41
- base/config.c base/config.c +3 -11
- base/events.c base/events.c +36 -25
- base/flapping.c base/flapping.c +6 -4
- base/icinga.c base/icinga.c +4 -5
- base/icingastats.c base/icingastats.c +2 -2
- base/logging.c base/logging.c +2 -2
- base/nebmods.c base/nebmods.c +29 -3
- base/netutils.c base/netutils.c +1 -1
- base/notifications.c base/notifications.c +51 -33
- base/perfdata.c base/perfdata.c +2 -2
- base/sehandlers.c base/sehandlers.c +2 -2
- base/sretention.c base/sretention.c +2 -2
- base/statsprofiler.c base/statsprofiler.c +1 -1
- base/utils.c base/utils.c +3 -4
- cgi/Makefile.in cgi/Makefile.in +1 -0
- cgi/avail.c cgi/avail.c +46 -39
- cgi/cgiauth.c cgi/cgiauth.c +134 -200
- cgi/cgiutils.c cgi/cgiutils.c +616 -287
- cgi/cmd.c cgi/cmd.c +119 -36
- cgi/config.c cgi/config.c +731 -133
- cgi/extcmd_list.c cgi/extcmd_list.c +1 -1
- cgi/extinfo.c cgi/extinfo.c +218 -106
- cgi/getcgi.c cgi/getcgi.c +1 -1
- cgi/histogram.c cgi/histogram.c +8 -18
- cgi/history.c cgi/history.c +7 -23
- cgi/notifications.c cgi/notifications.c +62 -36
- cgi/outages.c cgi/outages.c +12 -33
- cgi/readlogs.c cgi/readlogs.c +1 -1
- cgi/showlog.c cgi/showlog.c +64 -40
- cgi/status.c cgi/status.c +2666 -2209
- cgi/statusmap.c cgi/statusmap.c +185 -58
- cgi/statuswml.c cgi/statuswml.c +2 -7
- cgi/statuswrl.c cgi/statuswrl.c +4 -13
- cgi/summary.c cgi/summary.c +6 -17
- cgi/tac.c cgi/tac.c +326 -272
- cgi/trends.c cgi/trends.c +43 -55
- common/Makefile.in common/Makefile.in +2 -1
- common/comments.c common/comments.c +2 -2
- common/downtime.c common/downtime.c +49 -28
- common/macros.c common/macros.c +124 -153
- common/objects.c common/objects.c +2 -2
- common/skiplist.c common/skiplist.c +2 -2
- common/snprintf.c common/snprintf.c +13 -0
- common/statusdata.c common/statusdata.c +1 -1
- configure configure +260 -193
- configure.in configure.in +142 -45
- contrib/Makefile.in contrib/Makefile.in +1 -0
- contrib/downtimes/sched_conv.pl contrib/downtimes/sched_conv.pl +153 -0
- contrib/downtimes/sched_down.pl contrib/downtimes/sched_down.pl +1167 -0
- contrib/solaris/0001-solaris_idomod_so_patch.patch contrib/solaris/0001-solaris_idomod_so_patch.patch +0 -96
- daemon-init.in daemon-init.in +1 -4
- docbook/de/Icinga.xml docbook/de/Icinga.xml +18 -4
- docbook/de/cgiparams.xml docbook/de/cgiparams.xml +1465 -1409
- docbook/de/configcgi.xml docbook/de/configcgi.xml +438 -255
- docbook/de/configido.xml docbook/de/configido.xml +151 -132
- docbook/de/configmain.xml docbook/de/configmain.xml +796 -787
- docbook/de/downtime.xml docbook/de/downtime.xml +1 -1
- docbook/de/extcommands2.xml docbook/de/extcommands2.xml +16 -13
- docbook/de/icinga-api.xml docbook/de/icinga-api.xml +62 -2
- docbook/de/icinga-web-config.xml docbook/de/icinga-web-config.xml +427 -280
- docbook/de/icinga-web-intro_1.7.xml docbook/de/icinga-web-intro_1.7.xml +566 -0
- docbook/de/icinga-web-introduction.xml docbook/de/icinga-web-introduction.xml +4 -2
- docbook/de/icinga-web-pnp.xml docbook/de/icinga-web-pnp.xml +62 -16
- docbook/de/icinga-web-scratch.xml docbook/de/icinga-web-scratch.xml +221 -139
- docbook/de/modified_attr.xml docbook/de/modified_attr.xml +105 -0
- docbook/de/monitoring-overview.xml docbook/de/monitoring-overview.xml +89 -0
- docbook/de/monitoring-printers.xml docbook/de/monitoring-printers.xml +1 -1
- docbook/de/monitoring-routers.xml docbook/de/monitoring-routers.xml +1 -1
- docbook/de/notifications.xml docbook/de/notifications.xml +1 -1
- docbook/de/notifications2.xml docbook/de/notifications2.xml +261 -0
- docbook/de/objectdefinitions.xml docbook/de/objectdefinitions.xml +449 -350
- docbook/de/objectinheritance.xml docbook/de/objectinheritance.xml +182 -141
- docbook/de/perfdata.xml docbook/de/perfdata.xml +189 -69
- docbook/de/perfgraphs.xml docbook/de/perfgraphs.xml +70 -17
- docbook/de/plugins.xml docbook/de/plugins.xml +96 -5
- docbook/de/quickstart-icinga-freebsd.xml docbook/de/quickstart-icinga-freebsd.xml +26 -15
- docbook/de/quickstart-icinga.xml docbook/de/quickstart-icinga.xml +76 -32
- docbook/de/quickstart-idoutils-freebsd.xml docbook/de/quickstart-idoutils-freebsd.xml +64 -41
- docbook/de/quickstart-idoutils.xml docbook/de/quickstart-idoutils.xml +193 -124
- docbook/de/recurring_downtimes.xml docbook/de/recurring_downtimes.xml +422 -0
- docbook/de/upgrading.xml docbook/de/upgrading.xml +13 -7
- docbook/de/upgrading_icingaweb.xml docbook/de/upgrading_icingaweb.xml +2 -2
- docbook/de/upgrading_idoutils.xml docbook/de/upgrading_idoutils.xml +33 -19
- docbook/de/whatsnew.xml docbook/de/whatsnew.xml +102 -105
- docbook/en/Icinga.xml docbook/en/Icinga.xml +18 -4
- docbook/en/cgiparams.xml docbook/en/cgiparams.xml +1466 -1410
- docbook/en/configcgi.xml docbook/en/configcgi.xml +525 -418
- docbook/en/configido.xml docbook/en/configido.xml +150 -143
- docbook/en/configmain.xml docbook/en/configmain.xml +834 -828
- docbook/en/downtime.xml docbook/en/downtime.xml +2 -2
- docbook/en/extcommands2.xml docbook/en/extcommands2.xml +16 -12
- docbook/en/icinga-api.xml docbook/en/icinga-api.xml +58 -2
- docbook/en/icinga-web-config.xml docbook/en/icinga-web-config.xml +386 -271
- docbook/en/icinga-web-intro_1.7.xml docbook/en/icinga-web-intro_1.7.xml +536 -0
- docbook/en/icinga-web-introduction.xml docbook/en/icinga-web-introduction.xml +4 -2
- docbook/en/icinga-web-pnp.xml docbook/en/icinga-web-pnp.xml +53 -10
- docbook/en/icinga-web-scratch.xml docbook/en/icinga-web-scratch.xml +204 -121
- docbook/en/macrolist.xml docbook/en/macrolist.xml +26 -0
- docbook/en/modified_attr.xml docbook/en/modified_attr.xml +104 -0
- docbook/en/monitoring-overview.xml docbook/en/monitoring-overview.xml +87 -0
- docbook/en/monitoring-windows.xml docbook/en/monitoring-windows.xml +89 -80
- docbook/en/notifications2.xml docbook/en/notifications2.xml +246 -0
- docbook/en/objectdefinitions.xml docbook/en/objectdefinitions.xml +445 -377
- docbook/en/objectinheritance.xml docbook/en/objectinheritance.xml +284 -256
- docbook/en/perfdata.xml docbook/en/perfdata.xml +175 -62
- docbook/en/perfgraphs.xml docbook/en/perfgraphs.xml +49 -21
- docbook/en/plugins.xml docbook/en/plugins.xml +98 -9
- docbook/en/quickstart-icinga-freebsd.xml docbook/en/quickstart-icinga-freebsd.xml +22 -10
- docbook/en/quickstart-icinga.xml docbook/en/quickstart-icinga.xml +78 -28
- docbook/en/quickstart-idoutils-freebsd.xml docbook/en/quickstart-idoutils-freebsd.xml +60 -34
- docbook/en/quickstart-idoutils.xml docbook/en/quickstart-idoutils.xml +171 -100
- docbook/en/recurring_downtimes.xml docbook/en/recurring_downtimes.xml +404 -0
- docbook/en/upgrading.xml docbook/en/upgrading.xml +25 -11
- docbook/en/upgrading_icingaweb.xml docbook/en/upgrading_icingaweb.xml +2 -1
- docbook/en/upgrading_idoutils.xml docbook/en/upgrading_idoutils.xml +30 -17
- docbook/en/whatsnew.xml docbook/en/whatsnew.xml +100 -113
- docbook/ent/version.ent docbook/ent/version.ent +5 -5
- docbook/images/Architecture_1.5_800px.png docbook/images/Architecture_1.5_800px.png +0 -0
- docbook/images/icinga-web-cronks1_1.7.png docbook/images/icinga-web-cronks1_1.7.png +0 -0
- docbook/images/icinga-web-cronks2_1.7.png docbook/images/icinga-web-cronks2_1.7.png +0 -0
- docbook/images/icinga-web-cronks2a_1.7.png docbook/images/icinga-web-cronks2a_1.7.png +0 -0
- docbook/images/icinga-web-cronks3_1.7.png docbook/images/icinga-web-cronks3_1.7.png +0 -0
- docbook/images/icinga-web-overview_1.7.png docbook/images/icinga-web-overview_1.7.png +0 -0
- docbook/images/icinga-web-search1_1.7.png docbook/images/icinga-web-search1_1.7.png +0 -0
- docbook/images/icinga-web-topmenu1_1.7.png docbook/images/icinga-web-topmenu1_1.7.png +0 -0
- docbook/xsl/html-chunked-pdf.xsl docbook/xsl/html-chunked-pdf.xsl +53 -0
- docbook/xsl/html-chunked.xsl docbook/xsl/html-chunked.xsl +2 -2
- html/Makefile.in html/Makefile.in +2 -1
- html/docs/de/about.html html/docs/de/about.html +10 -10
- html/docs/de/activechecks.html html/docs/de/activechecks.html +4 -4
- html/docs/de/adaptive.html html/docs/de/adaptive.html +4 -4
- html/docs/de/addons.html html/docs/de/addons.html +27 -27
- html/docs/de/beginners.html html/docs/de/beginners.html +3 -3
- html/docs/de/cachedchecks.html html/docs/de/cachedchecks.html +5 -5
- html/docs/de/cgiauth.html html/docs/de/cgiauth.html +10 -10
- html/docs/de/cgicmd.html html/docs/de/cgicmd.html +3 -3
- html/docs/de/cgiincludes.html html/docs/de/cgiincludes.html +7 -7
- html/docs/de/cgiparams.html html/docs/de/cgiparams.html +141 -108
- html/docs/de/cgis.html html/docs/de/cgis.html +18 -18
- html/docs/de/cgisecurity.html html/docs/de/cgisecurity.html +7 -7
- html/docs/de/ch01.html html/docs/de/ch01.html +6 -6
- html/docs/de/ch02.html html/docs/de/ch02.html +8 -5
- html/docs/de/ch03.html html/docs/de/ch03.html +18 -18
- html/docs/de/ch04.html html/docs/de/ch04.html +3 -3
- html/docs/de/ch05.html html/docs/de/ch05.html +5 -3
- html/docs/de/ch06.html html/docs/de/ch06.html +8 -8
- html/docs/de/ch07.html html/docs/de/ch07.html +8 -3
- html/docs/de/ch08.html html/docs/de/ch08.html +4 -4
- html/docs/de/ch09.html html/docs/de/ch09.html +3 -3
- html/docs/de/ch10.html html/docs/de/ch10.html +3 -3
- html/docs/de/ch11.html html/docs/de/ch11.html +4 -4
- html/docs/de/ch12.html html/docs/de/ch12.html +21 -21
- html/docs/de/checkscheduling.html html/docs/de/checkscheduling.html +16 -16
- html/docs/de/clusters.html html/docs/de/clusters.html +3 -3
- html/docs/de/components.html html/docs/de/components.html +12 -12
- html/docs/de/config.html html/docs/de/config.html +3 -3
- html/docs/de/configcgi.html html/docs/de/configcgi.html +332 -165
- html/docs/de/configido.html html/docs/de/configido.html +130 -111
- html/docs/de/configmain.html html/docs/de/configmain.html +538 -520
- html/docs/de/configobject.html html/docs/de/configobject.html +7 -7
- html/docs/de/customobjectvars.html html/docs/de/customobjectvars.html +4 -4
- html/docs/de/db_changes.html html/docs/de/db_changes.html +3 -3
- html/docs/de/db_intro.html html/docs/de/db_intro.html +10 -10
- html/docs/de/db_model.html html/docs/de/db_model.html +78 -78
- html/docs/de/dependencies.html html/docs/de/dependencies.html +4 -4
- html/docs/de/dependencychecks.html html/docs/de/dependencychecks.html +3 -3
- html/docs/de/distributed.html html/docs/de/distributed.html +3 -3
- html/docs/de/downtime.html html/docs/de/downtime.html +8 -8
- html/docs/de/embeddedperl.html html/docs/de/embeddedperl.html +8 -8
- html/docs/de/epnplugins.html html/docs/de/epnplugins.html +3 -3
- html/docs/de/escalation_condition.html html/docs/de/escalation_condition.html +3 -3
- html/docs/de/escalations.html html/docs/de/escalations.html +3 -3
- html/docs/de/eventhandlers.html html/docs/de/eventhandlers.html +4 -4
- html/docs/de/example-configs.html html/docs/de/example-configs.html +8 -8
- html/docs/de/extcommands.html html/docs/de/extcommands.html +3 -3
- html/docs/de/extcommands2.html html/docs/de/extcommands2.html +179 -176
- html/docs/de/faststartup.html html/docs/de/faststartup.html +10 -10
- html/docs/de/flapping.html html/docs/de/flapping.html +3 -3
- html/docs/de/freshness.html html/docs/de/freshness.html +3 -3
- html/docs/de/hostchecks.html html/docs/de/hostchecks.html +3 -3
- html/docs/de/howtos.html html/docs/de/howtos.html +18 -18
- html/docs/de/icinga-api.html html/docs/de/icinga-api.html +78 -8
- html/docs/de/icinga-web-api.html html/docs/de/icinga-web-api.html +5 -5
- html/docs/de/icinga-web-config.html html/docs/de/icinga-web-config.html +441 -299
- html/docs/de/icinga-web-intro.html html/docs/de/icinga-web-intro.html +1 -1
- html/docs/de/icinga-web-introduction.html html/docs/de/icinga-web-introduction.html +42 -63
- html/docs/de/icinga-web-pnp.html html/docs/de/icinga-web-pnp.html +89 -19
- html/docs/de/icinga-web-scratch.html html/docs/de/icinga-web-scratch.html +251 -175
- html/docs/de/icingastats.html html/docs/de/icingastats.html +7 -7
- html/docs/de/index.html html/docs/de/index.html +123 -115
- html/docs/de/int-mklivestatus.html html/docs/de/int-mklivestatus.html +7 -7
- html/docs/de/int-snmptrap.html html/docs/de/int-snmptrap.html +3 -3
- html/docs/de/int-tcpwrappers.html html/docs/de/int-tcpwrappers.html +3 -3
- html/docs/de/integration.html html/docs/de/integration.html +3 -3
- html/docs/de/ix01.html html/docs/de/ix01.html +44 -14
- html/docs/de/largeinstalltweaks.html html/docs/de/largeinstalltweaks.html +3 -3
- html/docs/de/macrolist.html html/docs/de/macrolist.html +308 -308
- html/docs/de/macros.html html/docs/de/macros.html +3 -3
- html/docs/de/modified_attr.html html/docs/de/modified_attr.html +132 -0
- html/docs/de/monitoring-linux.html html/docs/de/monitoring-linux.html +4 -4
- html/docs/de/monitoring-netware.html html/docs/de/monitoring-netware.html +4 -4
- html/docs/de/monitoring-overview.html html/docs/de/monitoring-overview.html +119 -0
- html/docs/de/monitoring-printers.html html/docs/de/monitoring-printers.html +5 -5
- html/docs/de/monitoring-publicservices.html html/docs/de/monitoring-publicservices.html +4 -4
- html/docs/de/monitoring-routers.html html/docs/de/monitoring-routers.html +5 -5
- html/docs/de/monitoring-windows.html html/docs/de/monitoring-windows.html +9 -9
- html/docs/de/mrtggraphs.html html/docs/de/mrtggraphs.html +1 -1
- html/docs/de/networkreachability.html html/docs/de/networkreachability.html +4 -4
- html/docs/de/notifications.html html/docs/de/notifications.html +11 -11
- html/docs/de/notifications2.html html/docs/de/notifications2.html +301 -0
- html/docs/de/nrpe.html html/docs/de/nrpe.html +6 -6
- html/docs/de/nsca.html html/docs/de/nsca.html +5 -5
- html/docs/de/objectdefinitions.html html/docs/de/objectdefinitions.html +191 -107
- html/docs/de/objectinheritance.html html/docs/de/objectinheritance.html +150 -132
- html/docs/de/objecttricks.html html/docs/de/objecttricks.html +13 -13
- html/docs/de/oncallrotation.html html/docs/de/oncallrotation.html +3 -3
- html/docs/de/passivechecks.html html/docs/de/passivechecks.html +3 -3
- html/docs/de/passivestatetranslation.html html/docs/de/passivestatetranslation.html +3 -3
- html/docs/de/perfdata.html html/docs/de/perfdata.html +176 -60
- html/docs/de/perfgraphs.html html/docs/de/perfgraphs.html +82 -22
- html/docs/de/pluginapi.html html/docs/de/pluginapi.html +3 -3
- html/docs/de/plugins.html html/docs/de/plugins.html +105 -11
- html/docs/de/quickstart-icinga-freebsd.html html/docs/de/quickstart-icinga-freebsd.html +36 -21
- html/docs/de/quickstart-icinga.html html/docs/de/quickstart-icinga.html +79 -36
- html/docs/de/quickstart-idoutils-freebsd.html html/docs/de/quickstart-idoutils-freebsd.html +74 -48
- html/docs/de/quickstart-idoutils.html html/docs/de/quickstart-idoutils.html +183 -118
- html/docs/de/quickstart.html html/docs/de/quickstart.html +5 -5
- html/docs/de/recurring_downtimes.html html/docs/de/recurring_downtimes.html +409 -0
- html/docs/de/redundancy.html html/docs/de/redundancy.html +6 -6
- html/docs/de/reporting.html html/docs/de/reporting.html +1 -1
- html/docs/de/reporting_1.6.html html/docs/de/reporting_1.6.html +4 -4
- html/docs/de/security.html html/docs/de/security.html +3 -3
- html/docs/de/servicechecks.html html/docs/de/servicechecks.html +3 -3
- html/docs/de/stalking.html html/docs/de/stalking.html +3 -3
- html/docs/de/startstop.html html/docs/de/startstop.html +5 -5
- html/docs/de/statetypes.html html/docs/de/statetypes.html +3 -3
- html/docs/de/temp_data.html html/docs/de/temp_data.html +8 -8
- html/docs/de/timeperiods.html html/docs/de/timeperiods.html +3 -3
- html/docs/de/tuning.html html/docs/de/tuning.html +7 -7
- html/docs/de/upgrading.html html/docs/de/upgrading.html +22 -17
- html/docs/de/upgrading_icingaweb.html html/docs/de/upgrading_icingaweb.html +10 -10
- html/docs/de/upgrading_idoutils.html html/docs/de/upgrading_idoutils.html +32 -19
- html/docs/de/verifyconfig.html html/docs/de/verifyconfig.html +7 -7
- html/docs/de/volatileservices.html html/docs/de/volatileservices.html +3 -3
- html/docs/de/whatsnew.html html/docs/de/whatsnew.html +97 -119
- html/docs/en/about.html html/docs/en/about.html +10 -10
- html/docs/en/activechecks.html html/docs/en/activechecks.html +4 -4
- html/docs/en/adaptive.html html/docs/en/adaptive.html +4 -4
- html/docs/en/addons.html html/docs/en/addons.html +27 -27
- html/docs/en/beginners.html html/docs/en/beginners.html +3 -3
- html/docs/en/cachedchecks.html html/docs/en/cachedchecks.html +4 -4
- html/docs/en/cgiauth.html html/docs/en/cgiauth.html +10 -10
- html/docs/en/cgicmd.html html/docs/en/cgicmd.html +3 -3
- html/docs/en/cgiincludes.html html/docs/en/cgiincludes.html +7 -7
- html/docs/en/cgiparams.html html/docs/en/cgiparams.html +141 -108
- html/docs/en/cgis.html html/docs/en/cgis.html +18 -18
- html/docs/en/cgisecurity.html html/docs/en/cgisecurity.html +7 -7
- html/docs/en/ch01.html html/docs/en/ch01.html +6 -6
- html/docs/en/ch02.html html/docs/en/ch02.html +8 -5
- html/docs/en/ch03.html html/docs/en/ch03.html +18 -18
- html/docs/en/ch04.html html/docs/en/ch04.html +3 -3
- html/docs/en/ch05.html html/docs/en/ch05.html +5 -3
- html/docs/en/ch06.html html/docs/en/ch06.html +8 -8
- html/docs/en/ch07.html html/docs/en/ch07.html +8 -3
- html/docs/en/ch08.html html/docs/en/ch08.html +3 -3
- html/docs/en/ch09.html html/docs/en/ch09.html +3 -3
- html/docs/en/ch10.html html/docs/en/ch10.html +3 -3
- html/docs/en/ch11.html html/docs/en/ch11.html +4 -4
- html/docs/en/ch12.html html/docs/en/ch12.html +21 -21
- html/docs/en/checkscheduling.html html/docs/en/checkscheduling.html +16 -16
- html/docs/en/clusters.html html/docs/en/clusters.html +3 -3
- html/docs/en/config.html html/docs/en/config.html +3 -3
- html/docs/en/configcgi.html html/docs/en/configcgi.html +411 -314
- html/docs/en/configido.html html/docs/en/configido.html +129 -122
- html/docs/en/configmain.html html/docs/en/configmain.html +553 -539
- html/docs/en/configobject.html html/docs/en/configobject.html +7 -7
- html/docs/en/customobjectvars.html html/docs/en/customobjectvars.html +4 -4
- html/docs/en/db_changes.html html/docs/en/db_changes.html +3 -3
- html/docs/en/db_components.html html/docs/en/db_components.html +12 -12
- html/docs/en/db_example-configs.html html/docs/en/db_example-configs.html +8 -8
- html/docs/en/db_intro.html html/docs/en/db_intro.html +10 -10
- html/docs/en/db_model.html html/docs/en/db_model.html +78 -78
- html/docs/en/dependencies.html html/docs/en/dependencies.html +4 -4
- html/docs/en/dependencychecks.html html/docs/en/dependencychecks.html +3 -3
- html/docs/en/distributed.html html/docs/en/distributed.html +3 -3
- html/docs/en/downtime.html html/docs/en/downtime.html +8 -8
- html/docs/en/embeddedperl.html html/docs/en/embeddedperl.html +8 -8
- html/docs/en/epnplugins.html html/docs/en/epnplugins.html +3 -3
- html/docs/en/escalation_condition.html html/docs/en/escalation_condition.html +3 -3
- html/docs/en/escalations.html html/docs/en/escalations.html +3 -3
- html/docs/en/eventhandlers.html html/docs/en/eventhandlers.html +4 -4
- html/docs/en/extcommands.html html/docs/en/extcommands.html +2 -2
- html/docs/en/extcommands2.html html/docs/en/extcommands2.html +180 -176
- html/docs/en/faststartup.html html/docs/en/faststartup.html +9 -9
- html/docs/en/flapping.html html/docs/en/flapping.html +3 -3
- html/docs/en/freshness.html html/docs/en/freshness.html +3 -3
- html/docs/en/hostchecks.html html/docs/en/hostchecks.html +3 -3
- html/docs/en/howtos.html html/docs/en/howtos.html +16 -16
- html/docs/en/icinga-api.html html/docs/en/icinga-api.html +74 -8
- html/docs/en/icinga-web-api.html html/docs/en/icinga-web-api.html +5 -5
- html/docs/en/icinga-web-config.html html/docs/en/icinga-web-config.html +392 -278
- html/docs/en/icinga-web-intro.html html/docs/en/icinga-web-intro.html +1 -1
- html/docs/en/icinga-web-introduction.html html/docs/en/icinga-web-introduction.html +43 -64
- html/docs/en/icinga-web-pnp.html html/docs/en/icinga-web-pnp.html +80 -13
- html/docs/en/icinga-web-scratch.html html/docs/en/icinga-web-scratch.html +232 -160
- html/docs/en/icingastats.html html/docs/en/icingastats.html +4 -4
- html/docs/en/index.html html/docs/en/index.html +121 -114
- html/docs/en/int-mklivestatus.html html/docs/en/int-mklivestatus.html +7 -7
- html/docs/en/int-snmptrap.html html/docs/en/int-snmptrap.html +3 -3
- html/docs/en/int-tcpwrappers.html html/docs/en/int-tcpwrappers.html +3 -3
- html/docs/en/integration.html html/docs/en/integration.html +3 -3
- html/docs/en/ix01.html html/docs/en/ix01.html +37 -12
- html/docs/en/largeinstalltweaks.html html/docs/en/largeinstalltweaks.html +3 -3
- html/docs/en/macrolist.html html/docs/en/macrolist.html +321 -321
- html/docs/en/macros.html html/docs/en/macros.html +3 -3
- html/docs/en/modified_attr.html html/docs/en/modified_attr.html +132 -0
- html/docs/en/monitoring-linux.html html/docs/en/monitoring-linux.html +3 -3
- html/docs/en/monitoring-netware.html html/docs/en/monitoring-netware.html +3 -3
- html/docs/en/monitoring-overview.html html/docs/en/monitoring-overview.html +116 -0
- html/docs/en/monitoring-printers.html html/docs/en/monitoring-printers.html +3 -3
- html/docs/en/monitoring-publicservices.html html/docs/en/monitoring-publicservices.html +3 -3
- html/docs/en/monitoring-routers.html html/docs/en/monitoring-routers.html +3 -3
- html/docs/en/monitoring-windows.html html/docs/en/monitoring-windows.html +81 -79
- html/docs/en/mrtggraphs.html html/docs/en/mrtggraphs.html +1 -1
- html/docs/en/networkreachability.html html/docs/en/networkreachability.html +4 -4
- html/docs/en/notifications.html html/docs/en/notifications.html +10 -10
- html/docs/en/notifications2.html html/docs/en/notifications2.html +287 -0
- html/docs/en/nrpe.html html/docs/en/nrpe.html +6 -6
- html/docs/en/nsca.html html/docs/en/nsca.html +5 -5
- html/docs/en/objectdefinitions.html html/docs/en/objectdefinitions.html +208 -130
- html/docs/en/objectinheritance.html html/docs/en/objectinheritance.html +193 -168
- html/docs/en/objecttricks.html html/docs/en/objecttricks.html +13 -13
- html/docs/en/oncallrotation.html html/docs/en/oncallrotation.html +3 -3
- html/docs/en/passivechecks.html html/docs/en/passivechecks.html +3 -3
- html/docs/en/passivestatetranslation.html html/docs/en/passivestatetranslation.html +3 -3
- html/docs/en/perfdata.html html/docs/en/perfdata.html +157 -50
- html/docs/en/perfgraphs.html html/docs/en/perfgraphs.html +58 -24
- html/docs/en/pluginapi.html html/docs/en/pluginapi.html +3 -3
- html/docs/en/plugins.html html/docs/en/plugins.html +106 -15
- html/docs/en/quickstart-icinga-freebsd.html html/docs/en/quickstart-icinga-freebsd.html +31 -15
- html/docs/en/quickstart-icinga.html html/docs/en/quickstart-icinga.html +85 -30
- html/docs/en/quickstart-idoutils-freebsd.html html/docs/en/quickstart-idoutils-freebsd.html +68 -39
- html/docs/en/quickstart-idoutils.html html/docs/en/quickstart-idoutils.html +167 -98
- html/docs/en/quickstart.html html/docs/en/quickstart.html +4 -4
- html/docs/en/recurring_downtimes.html html/docs/en/recurring_downtimes.html +395 -0
- html/docs/en/redundancy.html html/docs/en/redundancy.html +5 -5
- html/docs/en/reporting.html html/docs/en/reporting.html +1 -1
- html/docs/en/reporting_1.6.html html/docs/en/reporting_1.6.html +4 -4
- html/docs/en/security.html html/docs/en/security.html +3 -3
- html/docs/en/servicechecks.html html/docs/en/servicechecks.html +3 -3
- html/docs/en/stalking.html html/docs/en/stalking.html +3 -3
- html/docs/en/startstop.html html/docs/en/startstop.html +5 -5
- html/docs/en/statetypes.html html/docs/en/statetypes.html +3 -3
- html/docs/en/temp_data.html html/docs/en/temp_data.html +6 -6
- html/docs/en/timeperiods.html html/docs/en/timeperiods.html +3 -3
- html/docs/en/tuning.html html/docs/en/tuning.html +3 -3
- html/docs/en/upgrading.html html/docs/en/upgrading.html +36 -23
- html/docs/en/upgrading_icingaweb.html html/docs/en/upgrading_icingaweb.html +10 -9
- html/docs/en/upgrading_idoutils.html html/docs/en/upgrading_idoutils.html +29 -17
- html/docs/en/verifyconfig.html html/docs/en/verifyconfig.html +7 -7
- html/docs/en/volatileservices.html html/docs/en/volatileservices.html +3 -3
- html/docs/en/whatsnew.html html/docs/en/whatsnew.html +96 -124
- html/docs/images/Architecture_1.5_800px.png html/docs/images/Architecture_1.5_800px.png +0 -0
- html/docs/images/icinga-web-cronks1_1.7.png html/docs/images/icinga-web-cronks1_1.7.png +0 -0
- html/docs/images/icinga-web-cronks2_1.7.png html/docs/images/icinga-web-cronks2_1.7.png +0 -0
- html/docs/images/icinga-web-cronks2a_1.7.png html/docs/images/icinga-web-cronks2a_1.7.png +0 -0
- html/docs/images/icinga-web-cronks3_1.7.png html/docs/images/icinga-web-cronks3_1.7.png +0 -0
- html/docs/images/icinga-web-overview_1.7.png html/docs/images/icinga-web-overview_1.7.png +0 -0
- html/docs/images/icinga-web-search1_1.7.png html/docs/images/icinga-web-search1_1.7.png +0 -0
- html/docs/images/icinga-web-topmenu1_1.7.png html/docs/images/icinga-web-topmenu1_1.7.png +0 -0
- html/images/export_csv.png html/images/export_csv.png +0 -0
- html/images/icon_reload.png html/images/icon_reload.png +0 -0
- html/images/logos/Stats1.gif html/images/logos/Stats1.gif +0 -0
- html/images/logos/Stats2.png html/images/logos/Stats2.png +0 -0
- html/images/logos/s.gif html/images/logos/s.gif +0 -0
- html/js/checkbox_functions.js html/js/checkbox_functions.js +29 -67
- html/js/page_refresh.js html/js/page_refresh.js +56 -0
- html/main.html html/main.html +4 -4
- html/menu.html.in html/menu.html.in +11 -11
- html/stylesheets/config.css html/stylesheets/config.css +3 -2
- html/stylesheets/status.css html/stylesheets/status.css +13 -2
- icinga.htpasswd icinga.htpasswd +1 -0
- icinga.logrotate icinga.logrotate +15 -0
- icinga.spec icinga.spec +275 -87
- include/Makefile include/Makefile +1 -1
- include/broker.h include/broker.h +3 -3
- include/cgiauth.h include/cgiauth.h +2 -2
- include/cgiutils.h include/cgiutils.h +30 -5
- include/comments.h include/comments.h +2 -2
- include/common.h include/common.h +4 -4
- include/config.h.in include/config.h.in +13 -2
- include/downtime.h include/downtime.h +9 -8
- include/epn_icinga.h include/epn_icinga.h +1 -1
- include/getcgi.h include/getcgi.h +1 -1
- include/icinga.h include/icinga.h +2 -2
- include/locations.h.in include/locations.h.in +13 -13
- include/logging.h include/logging.h +6 -0
- include/macros.h include/macros.h +3 -3
- include/nebcallbacks.h include/nebcallbacks.h +2 -2
- include/neberrors.h include/neberrors.h +1 -1
- include/nebmods.h include/nebmods.h +1 -1
- include/nebmodules.h include/nebmodules.h +3 -2
- include/nebstructs.h include/nebstructs.h +4 -2
- include/objects.h include/objects.h +12 -4
- include/perfdata.h include/perfdata.h +2 -2
- include/readlogs.h include/readlogs.h +1 -1
- include/skiplist.h include/skiplist.h +2 -2
- include/snprintf.h include/snprintf.h +33 -0
- include/snprintf.h.in include/snprintf.h.in +0 -3
- include/sretention.h include/sretention.h +2 -2
- include/statusdata.h include/statusdata.h +6 -2
- module/Makefile.in module/Makefile.in +5 -4
- module/helloworld.c module/helloworld.c +1 -1
- module/icinga-api/.buildpath module/icinga-api/.buildpath +0 -6
- module/icinga-api/.project module/icinga-api/.project +0 -22
- module/icinga-api/.settings/org.eclipse.php.core.prefs module/icinga-api/.settings/org.eclipse.php.core.prefs +0 -5
- module/icinga-api/IcingaApi.php module/icinga-api/IcingaApi.php +0 -185
- module/icinga-api/Makefile.in module/icinga-api/Makefile.in +0 -98
- module/icinga-api/README module/icinga-api/README +0 -17
- module/icinga-api/configure module/icinga-api/configure +0 -4065
- module/icinga-api/configure.in module/icinga-api/configure.in +0 -109
- module/icinga-api/contrib/development_tools/create-col-array.php ...icinga-api/contrib/development_tools/create-col-array.php +0 -74
- module/icinga-api/contrib/ido2dbparser/Ido2dbParser.php.in module/icinga-api/contrib/ido2dbparser/Ido2dbParser.php.in +0 -99
- module/icinga-api/contrib/ido2dbparser/README module/icinga-api/contrib/ido2dbparser/README +0 -10
- module/icinga-api/contrib/idoliteutils/Makefile module/icinga-api/contrib/idoliteutils/Makefile +0 -48
- module/icinga-api/contrib/idoliteutils/db/idolite.sql module/icinga-api/contrib/idoliteutils/db/idolite.sql +0 -49
- module/icinga-api/contrib/idoliteutils/db/idolite.sqlite3 module/icinga-api/contrib/idoliteutils/db/idolite.sqlite3 +0 -0
- module/icinga-api/contrib/idoliteutils/doc/AUTHORS module/icinga-api/contrib/idoliteutils/doc/AUTHORS +0 -1
- module/icinga-api/contrib/idoliteutils/doc/DOCUMENTATION module/icinga-api/contrib/idoliteutils/doc/DOCUMENTATION +0 -6
- module/icinga-api/contrib/idoliteutils/doc/TODO module/icinga-api/contrib/idoliteutils/doc/TODO +0 -15
- module/icinga-api/contrib/idoliteutils/inc/db_drv/sqlite3.h module/icinga-api/contrib/idoliteutils/inc/db_drv/sqlite3.h +0 -15
- module/icinga-api/contrib/idoliteutils/inc/idolite.h module/icinga-api/contrib/idoliteutils/inc/idolite.h +0 -31
- module/icinga-api/contrib/idoliteutils/inc/idolite2db.h module/icinga-api/contrib/idoliteutils/inc/idolite2db.h +0 -58
- module/icinga-api/contrib/idoliteutils/inc/idolitemod.h module/icinga-api/contrib/idoliteutils/inc/idolitemod.h +0 -92
- module/icinga-api/contrib/idoliteutils/src/db_drv/sqlite3.c module/icinga-api/contrib/idoliteutils/src/db_drv/sqlite3.c +0 -102
- module/icinga-api/contrib/idoliteutils/src/idolite2db.c module/icinga-api/contrib/idoliteutils/src/idolite2db.c +0 -224
- module/icinga-api/contrib/idoliteutils/src/idolitemod.c module/icinga-api/contrib/idoliteutils/src/idolitemod.c +0 -1127
- module/icinga-api/doc/AUTHORS module/icinga-api/doc/AUTHORS +0 -3
- module/icinga-api/doc/CHANGELOG module/icinga-api/doc/CHANGELOG +0 -1
- module/icinga-api/doc/DOCUMENTATION module/icinga-api/doc/DOCUMENTATION +0 -503
- module/icinga-api/doc/GPL module/icinga-api/doc/GPL +0 -340
- module/icinga-api/doc/LICENSE module/icinga-api/doc/LICENSE +0 -49
- module/icinga-api/doc/TODO module/icinga-api/doc/TODO +0 -2
- module/icinga-api/doc/VERSION module/icinga-api/doc/VERSION +0 -1
- module/icinga-api/doc/api/Doxyfile module/icinga-api/doc/api/Doxyfile +0 -256
- module/icinga-api/doc/api/html/IcingaApiCommandCollection_8php.html ...nga-api/doc/api/html/IcingaApiCommandCollection_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiCommandDispatcher_8php.html ...nga-api/doc/api/html/IcingaApiCommandDispatcher_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiCommandInterface_8php.html ...inga-api/doc/api/html/IcingaApiCommandInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiCommandSendPipe_8php.html ...cinga-api/doc/api/html/IcingaApiCommandSendPipe_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiCommandSendSsh_8php.html ...icinga-api/doc/api/html/IcingaApiCommandSendSsh_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiCommandSend_8php.html ...le/icinga-api/doc/api/html/IcingaApiCommandSend_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiCommand_8php.html module/icinga-api/doc/api/html/IcingaApiCommand_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConnectionDatabase_8php.html ...ga-api/doc/api/html/IcingaApiConnectionDatabase_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConnectionFile_8php.html ...icinga-api/doc/api/html/IcingaApiConnectionFile_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConnectionIdo_8php.html .../icinga-api/doc/api/html/IcingaApiConnectionIdo_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConnectionInterface_8php.html ...a-api/doc/api/html/IcingaApiConnectionInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiConnectionLivestatus_8php.html ...-api/doc/api/html/IcingaApiConnectionLivestatus_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConnection_8php.html module/icinga-api/doc/api/html/IcingaApiConnection_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiConstantsInterface_8php.html ...ga-api/doc/api/html/IcingaApiConstantsInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiConversionTime_8php.html ...icinga-api/doc/api/html/IcingaApiConversionTime_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiResultFile_8php.html module/icinga-api/doc/api/html/IcingaApiResultFile_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiResultIdo_8php.html module/icinga-api/doc/api/html/IcingaApiResultIdo_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiResultInterface_8php.html ...cinga-api/doc/api/html/IcingaApiResultInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiResultLivestatus_8php.html ...inga-api/doc/api/html/IcingaApiResultLivestatus_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiResult_8php.html module/icinga-api/doc/api/html/IcingaApiResult_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiSearchColumnsFile_8php.html ...nga-api/doc/api/html/IcingaApiSearchColumnsFile_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchFile_8php.html module/icinga-api/doc/api/html/IcingaApiSearchFile_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiSearchIdoInterface_8php.html ...ga-api/doc/api/html/IcingaApiSearchIdoInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchIdoMysql_8php.html ...icinga-api/doc/api/html/IcingaApiSearchIdoMysql_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchIdoOci_8php.html ...e/icinga-api/doc/api/html/IcingaApiSearchIdoOci_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchIdoPgsql_8php.html ...icinga-api/doc/api/html/IcingaApiSearchIdoPgsql_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchIdo_8php.html module/icinga-api/doc/api/html/IcingaApiSearchIdo_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiSearchInterface_8php.html ...cinga-api/doc/api/html/IcingaApiSearchInterface_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchLivestatusSocket_8php.html ...pi/doc/api/html/IcingaApiSearchLivestatusSocket_8php.html +0 -39
- module/icinga-api/doc/api/html/IcingaApiSearchLivestatus_8php.html ...inga-api/doc/api/html/IcingaApiSearchLivestatus_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApiSearch_8php.html module/icinga-api/doc/api/html/IcingaApiSearch_8php.html +0 -40
- module/icinga-api/doc/api/html/IcingaApi_8php.html module/icinga-api/doc/api/html/IcingaApi_8php.html +0 -38
- module/icinga-api/doc/api/html/annotated.html module/icinga-api/doc/api/html/annotated.html +0 -86
- module/icinga-api/doc/api/html/classIcingaApi-members.html module/icinga-api/doc/api/html/classIcingaApi-members.html +0 -123
- module/icinga-api/doc/api/html/classIcingaApi.html module/icinga-api/doc/api/html/classIcingaApi.html +0 -343
- module/icinga-api/doc/api/html/classIcingaApiCommand-members.html ...cinga-api/doc/api/html/classIcingaApiCommand-members.html +0 -127
- module/icinga-api/doc/api/html/classIcingaApiCommand.html module/icinga-api/doc/api/html/classIcingaApiCommand.html +0 -207
- module/icinga-api/doc/api/html/classIcingaApiCommandCollection-members.html ...doc/api/html/classIcingaApiCommandCollection-members.html +0 -133
- module/icinga-api/doc/api/html/classIcingaApiCommandCollection.html ...nga-api/doc/api/html/classIcingaApiCommandCollection.html +0 -234
- module/icinga-api/doc/api/html/classIcingaApiCommandCollectionException.html ...oc/api/html/classIcingaApiCommandCollectionException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiCommandCollectionException__coll__graph.dot ...classIcingaApiCommandCollectionException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiCommandCollectionException__coll__graph.md5 ...classIcingaApiCommandCollectionException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandCollection__coll__graph.dot ...api/html/classIcingaApiCommandCollection__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiCommandCollection__coll__graph.md5 ...api/html/classIcingaApiCommandCollection__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcher-members.html ...doc/api/html/classIcingaApiCommandDispatcher-members.html +0 -131
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcher.html ...nga-api/doc/api/html/classIcingaApiCommandDispatcher.html +0 -200
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcherException-members.html ...tml/classIcingaApiCommandDispatcherException-members.html +0 -127
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcherException.html ...oc/api/html/classIcingaApiCommandDispatcherException.html +0 -47
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcherException__coll__graph.dot ...classIcingaApiCommandDispatcherException__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcherException__coll__graph.md5 ...classIcingaApiCommandDispatcherException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcher__coll__graph.dot ...api/html/classIcingaApiCommandDispatcher__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiCommandDispatcher__coll__graph.md5 ...api/html/classIcingaApiCommandDispatcher__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandException.html ...inga-api/doc/api/html/classIcingaApiCommandException.html +0 -47
- module/icinga-api/doc/api/html/classIcingaApiCommandException__coll__graph.dot .../api/html/classIcingaApiCommandException__coll__graph.dot +0 -9
- module/icinga-api/doc/api/html/classIcingaApiCommandException__coll__graph.md5 .../api/html/classIcingaApiCommandException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSend-members.html ...a-api/doc/api/html/classIcingaApiCommandSend-members.html +0 -130
- module/icinga-api/doc/api/html/classIcingaApiCommandSend.html ...le/icinga-api/doc/api/html/classIcingaApiCommandSend.html +0 -112
- module/icinga-api/doc/api/html/classIcingaApiCommandSendException.html ...-api/doc/api/html/classIcingaApiCommandSendException.html +0 -47
- module/icinga-api/doc/api/html/classIcingaApiCommandSendException__coll__graph.dot .../html/classIcingaApiCommandSendException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiCommandSendException__coll__graph.md5 .../html/classIcingaApiCommandSendException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe-members.html ...i/doc/api/html/classIcingaApiCommandSendPipe-members.html +0 -135
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe.html ...cinga-api/doc/api/html/classIcingaApiCommandSendPipe.html +0 -181
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipeException.html .../doc/api/html/classIcingaApiCommandSendPipeException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipeException__coll__graph.dot ...l/classIcingaApiCommandSendPipeException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipeException__coll__graph.md5 ...l/classIcingaApiCommandSendPipeException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe__coll__graph.dot ...c/api/html/classIcingaApiCommandSendPipe__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe__coll__graph.md5 ...c/api/html/classIcingaApiCommandSendPipe__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe_a9259aaa79c8aabe555ce26574c5c651a_cgraph.dot ...mandSendPipe_a9259aaa79c8aabe555ce26574c5c651a_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiCommandSendPipe_a9259aaa79c8aabe555ce26574c5c651a_cgraph.md5 ...mandSendPipe_a9259aaa79c8aabe555ce26574c5c651a_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh-members.html ...pi/doc/api/html/classIcingaApiCommandSendSsh-members.html +0 -137
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh.html ...icinga-api/doc/api/html/classIcingaApiCommandSendSsh.html +0 -218
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSshException.html ...i/doc/api/html/classIcingaApiCommandSendSshException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSshException__coll__graph.dot ...ml/classIcingaApiCommandSendSshException__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSshException__coll__graph.md5 ...ml/classIcingaApiCommandSendSshException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh__coll__graph.dot ...oc/api/html/classIcingaApiCommandSendSsh__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh__coll__graph.md5 ...oc/api/html/classIcingaApiCommandSendSsh__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh_abeda64cb96d3f3eed1aad69543ad3a89_cgraph.dot ...mmandSendSsh_abeda64cb96d3f3eed1aad69543ad3a89_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiCommandSendSsh_abeda64cb96d3f3eed1aad69543ad3a89_cgraph.md5 ...mmandSendSsh_abeda64cb96d3f3eed1aad69543ad3a89_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommandSend__coll__graph.dot ...i/doc/api/html/classIcingaApiCommandSend__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiCommandSend__coll__graph.md5 ...i/doc/api/html/classIcingaApiCommandSend__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiCommand__coll__graph.dot ...a-api/doc/api/html/classIcingaApiCommand__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiCommand__coll__graph.md5 ...a-api/doc/api/html/classIcingaApiCommand__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnection-members.html ...ga-api/doc/api/html/classIcingaApiConnection-members.html +0 -129
- module/icinga-api/doc/api/html/classIcingaApiConnection.html module/icinga-api/doc/api/html/classIcingaApiConnection.html +0 -215
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase-members.html ...oc/api/html/classIcingaApiConnectionDatabase-members.html +0 -135
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase.html ...ga-api/doc/api/html/classIcingaApiConnectionDatabase.html +0 -263
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabaseException.html ...c/api/html/classIcingaApiConnectionDatabaseException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabaseException__coll__graph.dot ...lassIcingaApiConnectionDatabaseException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabaseException__coll__graph.md5 ...lassIcingaApiConnectionDatabaseException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase__coll__graph.dot ...pi/html/classIcingaApiConnectionDatabase__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase__coll__graph.md5 ...pi/html/classIcingaApiConnectionDatabase__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase_a77936786628d93292f9948a231c2864a_cgraph.dot ...tionDatabase_a77936786628d93292f9948a231c2864a_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionDatabase_a77936786628d93292f9948a231c2864a_cgraph.md5 ...tionDatabase_a77936786628d93292f9948a231c2864a_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionException.html ...a-api/doc/api/html/classIcingaApiConnectionException.html +0 -47
- module/icinga-api/doc/api/html/classIcingaApiConnectionException__coll__graph.dot ...i/html/classIcingaApiConnectionException__coll__graph.dot +0 -9
- module/icinga-api/doc/api/html/classIcingaApiConnectionException__coll__graph.md5 ...i/html/classIcingaApiConnectionException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile-members.html ...pi/doc/api/html/classIcingaApiConnectionFile-members.html +0 -134
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile.html ...icinga-api/doc/api/html/classIcingaApiConnectionFile.html +0 -219
- module/icinga-api/doc/api/html/classIcingaApiConnectionFileException.html ...i/doc/api/html/classIcingaApiConnectionFileException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiConnectionFileException__coll__graph.dot ...ml/classIcingaApiConnectionFileException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiConnectionFileException__coll__graph.md5 ...ml/classIcingaApiConnectionFileException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile__coll__graph.dot ...oc/api/html/classIcingaApiConnectionFile__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile__coll__graph.md5 ...oc/api/html/classIcingaApiConnectionFile__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile_a37b88bfcb5ef9fb71c5abca319bf3b95_cgraph.dot ...nnectionFile_a37b88bfcb5ef9fb71c5abca319bf3b95_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile_a37b88bfcb5ef9fb71c5abca319bf3b95_cgraph.md5 ...nnectionFile_a37b88bfcb5ef9fb71c5abca319bf3b95_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile_ad8730fb1a87f376d40d3dc4551d77cfe_cgraph.dot ...nnectionFile_ad8730fb1a87f376d40d3dc4551d77cfe_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionFile_ad8730fb1a87f376d40d3dc4551d77cfe_cgraph.md5 ...nnectionFile_ad8730fb1a87f376d40d3dc4551d77cfe_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo-members.html ...api/doc/api/html/classIcingaApiConnectionIdo-members.html +0 -136
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo.html .../icinga-api/doc/api/html/classIcingaApiConnectionIdo.html +0 -143
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdoException.html ...pi/doc/api/html/classIcingaApiConnectionIdoException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdoException__coll__graph.dot ...tml/classIcingaApiConnectionIdoException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdoException__coll__graph.md5 ...tml/classIcingaApiConnectionIdoException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo__coll__graph.dot ...doc/api/html/classIcingaApiConnectionIdo__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo__coll__graph.md5 ...doc/api/html/classIcingaApiConnectionIdo__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo_a66e9fbbcf0942912823553c5be251ffc_cgraph.dot ...onnectionIdo_a66e9fbbcf0942912823553c5be251ffc_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionIdo_a66e9fbbcf0942912823553c5be251ffc_cgraph.md5 ...onnectionIdo_a66e9fbbcf0942912823553c5be251ffc_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus-members.html .../api/html/classIcingaApiConnectionLivestatus-members.html +0 -133
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus.html ...-api/doc/api/html/classIcingaApiConnectionLivestatus.html +0 -203
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatusException.html ...api/html/classIcingaApiConnectionLivestatusException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatusException__coll__graph.dot ...ssIcingaApiConnectionLivestatusException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatusException__coll__graph.md5 ...ssIcingaApiConnectionLivestatusException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus__coll__graph.dot .../html/classIcingaApiConnectionLivestatus__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus__coll__graph.md5 .../html/classIcingaApiConnectionLivestatus__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus_a7ece5ce63f4f23d3018e357b33ab9f01_cgraph.dot ...onLivestatus_a7ece5ce63f4f23d3018e357b33ab9f01_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus_a7ece5ce63f4f23d3018e357b33ab9f01_cgraph.md5 ...onLivestatus_a7ece5ce63f4f23d3018e357b33ab9f01_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus_acc6aa52e10cb811bfc8da221d360c7dc_cgraph.dot ...onLivestatus_acc6aa52e10cb811bfc8da221d360c7dc_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiConnectionLivestatus_acc6aa52e10cb811bfc8da221d360c7dc_cgraph.md5 ...onLivestatus_acc6aa52e10cb811bfc8da221d360c7dc_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConnection__coll__graph.dot ...pi/doc/api/html/classIcingaApiConnection__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiConnection__coll__graph.md5 ...pi/doc/api/html/classIcingaApiConnection__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiConversionTime-members.html ...pi/doc/api/html/classIcingaApiConversionTime-members.html +0 -36
- module/icinga-api/doc/api/html/classIcingaApiConversionTime.html ...icinga-api/doc/api/html/classIcingaApiConversionTime.html +0 -84
- module/icinga-api/doc/api/html/classIcingaApiConversionTimeException.html ...i/doc/api/html/classIcingaApiConversionTimeException.html +0 -39
- module/icinga-api/doc/api/html/classIcingaApiException.html module/icinga-api/doc/api/html/classIcingaApiException.html +0 -41
- module/icinga-api/doc/api/html/classIcingaApiResult-members.html ...icinga-api/doc/api/html/classIcingaApiResult-members.html +0 -142
- module/icinga-api/doc/api/html/classIcingaApiResult.html module/icinga-api/doc/api/html/classIcingaApiResult.html +0 -504
- module/icinga-api/doc/api/html/classIcingaApiResultException.html ...cinga-api/doc/api/html/classIcingaApiResultException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiResultException__coll__graph.dot ...c/api/html/classIcingaApiResultException__coll__graph.dot +0 -9
- module/icinga-api/doc/api/html/classIcingaApiResultException__coll__graph.md5 ...c/api/html/classIcingaApiResultException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResultFile-members.html ...ga-api/doc/api/html/classIcingaApiResultFile-members.html +0 -144
- module/icinga-api/doc/api/html/classIcingaApiResultFile.html module/icinga-api/doc/api/html/classIcingaApiResultFile.html +0 -147
- module/icinga-api/doc/api/html/classIcingaApiResultFile__coll__graph.dot ...pi/doc/api/html/classIcingaApiResultFile__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiResultFile__coll__graph.md5 ...pi/doc/api/html/classIcingaApiResultFile__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResultIdo-members.html ...nga-api/doc/api/html/classIcingaApiResultIdo-members.html +0 -144
- module/icinga-api/doc/api/html/classIcingaApiResultIdo.html module/icinga-api/doc/api/html/classIcingaApiResultIdo.html +0 -186
- module/icinga-api/doc/api/html/classIcingaApiResultIdo__coll__graph.dot ...api/doc/api/html/classIcingaApiResultIdo__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiResultIdo__coll__graph.md5 ...api/doc/api/html/classIcingaApiResultIdo__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResultIdo_aca6ecf2e9f7e36aef5a486d71f5d636a_cgraph.dot ...ApiResultIdo_aca6ecf2e9f7e36aef5a486d71f5d636a_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiResultIdo_aca6ecf2e9f7e36aef5a486d71f5d636a_cgraph.md5 ...ApiResultIdo_aca6ecf2e9f7e36aef5a486d71f5d636a_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus-members.html .../doc/api/html/classIcingaApiResultLivestatus-members.html +0 -146
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus.html ...inga-api/doc/api/html/classIcingaApiResultLivestatus.html +0 -242
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus__coll__graph.dot .../api/html/classIcingaApiResultLivestatus__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus__coll__graph.md5 .../api/html/classIcingaApiResultLivestatus__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus_ab416a86a405f6351bf2e5bf3bf87a7d0_cgraph.dot ...ltLivestatus_ab416a86a405f6351bf2e5bf3bf87a7d0_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiResultLivestatus_ab416a86a405f6351bf2e5bf3bf87a7d0_cgraph.md5 ...ltLivestatus_ab416a86a405f6351bf2e5bf3bf87a7d0_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiResult__coll__graph.dot ...ga-api/doc/api/html/classIcingaApiResult__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiResult__coll__graph.md5 ...ga-api/doc/api/html/classIcingaApiResult__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch-members.html ...icinga-api/doc/api/html/classIcingaApiSearch-members.html +0 -154
- module/icinga-api/doc/api/html/classIcingaApiSearch.html module/icinga-api/doc/api/html/classIcingaApiSearch.html +0 -778
- module/icinga-api/doc/api/html/classIcingaApiSearchColumnsFile-members.html ...doc/api/html/classIcingaApiSearchColumnsFile-members.html +0 -37
- module/icinga-api/doc/api/html/classIcingaApiSearchColumnsFile.html ...nga-api/doc/api/html/classIcingaApiSearchColumnsFile.html +0 -73
- module/icinga-api/doc/api/html/classIcingaApiSearchException.html ...cinga-api/doc/api/html/classIcingaApiSearchException.html +0 -47
- module/icinga-api/doc/api/html/classIcingaApiSearchException__coll__graph.dot ...c/api/html/classIcingaApiSearchException__coll__graph.dot +0 -9
- module/icinga-api/doc/api/html/classIcingaApiSearchException__coll__graph.md5 ...c/api/html/classIcingaApiSearchException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchFile-members.html ...ga-api/doc/api/html/classIcingaApiSearchFile-members.html +0 -157
- module/icinga-api/doc/api/html/classIcingaApiSearchFile.html module/icinga-api/doc/api/html/classIcingaApiSearchFile.html +0 -188
- module/icinga-api/doc/api/html/classIcingaApiSearchFileException.html ...a-api/doc/api/html/classIcingaApiSearchFileException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiSearchFileException__coll__graph.dot ...i/html/classIcingaApiSearchFileException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiSearchFileException__coll__graph.md5 ...i/html/classIcingaApiSearchFileException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchFile__coll__graph.dot ...pi/doc/api/html/classIcingaApiSearchFile__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiSearchFile__coll__graph.md5 ...pi/doc/api/html/classIcingaApiSearchFile__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo-members.html ...nga-api/doc/api/html/classIcingaApiSearchIdo-members.html +0 -159
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo.html module/icinga-api/doc/api/html/classIcingaApiSearchIdo.html +0 -261
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoException.html ...ga-api/doc/api/html/classIcingaApiSearchIdoException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoException__coll__graph.dot ...pi/html/classIcingaApiSearchIdoException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoException__coll__graph.md5 ...pi/html/classIcingaApiSearchIdoException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoMysql-members.html ...pi/doc/api/html/classIcingaApiSearchIdoMysql-members.html +0 -162
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoMysql.html ...icinga-api/doc/api/html/classIcingaApiSearchIdoMysql.html +0 -244
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoMysql__coll__graph.dot ...oc/api/html/classIcingaApiSearchIdoMysql__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoMysql__coll__graph.md5 ...oc/api/html/classIcingaApiSearchIdoMysql__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoOci-members.html ...-api/doc/api/html/classIcingaApiSearchIdoOci-members.html +0 -162
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoOci.html ...e/icinga-api/doc/api/html/classIcingaApiSearchIdoOci.html +0 -252
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoOci__coll__graph.dot .../doc/api/html/classIcingaApiSearchIdoOci__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoOci__coll__graph.md5 .../doc/api/html/classIcingaApiSearchIdoOci__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoPgsql-members.html ...pi/doc/api/html/classIcingaApiSearchIdoPgsql-members.html +0 -162
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoPgsql.html ...icinga-api/doc/api/html/classIcingaApiSearchIdoPgsql.html +0 -244
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoPgsql__coll__graph.dot ...oc/api/html/classIcingaApiSearchIdoPgsql__coll__graph.dot +0 -17
- module/icinga-api/doc/api/html/classIcingaApiSearchIdoPgsql__coll__graph.md5 ...oc/api/html/classIcingaApiSearchIdoPgsql__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo__coll__graph.dot ...api/doc/api/html/classIcingaApiSearchIdo__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo__coll__graph.md5 ...api/doc/api/html/classIcingaApiSearchIdo__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a4bb355c4579ceb4c2b10af0472ace95e_cgraph.dot ...ApiSearchIdo_a4bb355c4579ceb4c2b10af0472ace95e_cgraph.dot +0 -14
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a4bb355c4579ceb4c2b10af0472ace95e_cgraph.md5 ...ApiSearchIdo_a4bb355c4579ceb4c2b10af0472ace95e_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a65eedbc7db5c088e82bf9e050f6ed7ce_cgraph.dot ...ApiSearchIdo_a65eedbc7db5c088e82bf9e050f6ed7ce_cgraph.dot +0 -12
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a65eedbc7db5c088e82bf9e050f6ed7ce_cgraph.md5 ...ApiSearchIdo_a65eedbc7db5c088e82bf9e050f6ed7ce_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a6be87e551e361ff85af04780db0fd8a5_cgraph.dot ...ApiSearchIdo_a6be87e551e361ff85af04780db0fd8a5_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiSearchIdo_a6be87e551e361ff85af04780db0fd8a5_cgraph.md5 ...ApiSearchIdo_a6be87e551e361ff85af04780db0fd8a5_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus-members.html .../doc/api/html/classIcingaApiSearchLivestatus-members.html +0 -158
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus.html ...inga-api/doc/api/html/classIcingaApiSearchLivestatus.html +0 -210
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusException.html ...doc/api/html/classIcingaApiSearchLivestatusException.html +0 -45
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusException__coll__graph.dot .../classIcingaApiSearchLivestatusException__coll__graph.dot +0 -11
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusException__coll__graph.md5 .../classIcingaApiSearchLivestatusException__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusSocket-members.html ...pi/html/classIcingaApiSearchLivestatusSocket-members.html +0 -157
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusSocket.html ...pi/doc/api/html/classIcingaApiSearchLivestatusSocket.html +0 -142
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusSocket__coll__graph.dot ...tml/classIcingaApiSearchLivestatusSocket__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatusSocket__coll__graph.md5 ...tml/classIcingaApiSearchLivestatusSocket__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus__coll__graph.dot .../api/html/classIcingaApiSearchLivestatus__coll__graph.dot +0 -15
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus__coll__graph.md5 .../api/html/classIcingaApiSearchLivestatus__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus_a12ca53e59b8b5180c74178c045f13b82_cgraph.dot ...chLivestatus_a12ca53e59b8b5180c74178c045f13b82_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiSearchLivestatus_a12ca53e59b8b5180c74178c045f13b82_cgraph.md5 ...chLivestatus_a12ca53e59b8b5180c74178c045f13b82_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch__coll__graph.dot ...ga-api/doc/api/html/classIcingaApiSearch__coll__graph.dot +0 -13
- module/icinga-api/doc/api/html/classIcingaApiSearch__coll__graph.md5 ...ga-api/doc/api/html/classIcingaApiSearch__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch_a23a05c2e51833ef419cf001650f08efa_cgraph.dot ...ngaApiSearch_a23a05c2e51833ef419cf001650f08efa_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiSearch_a23a05c2e51833ef419cf001650f08efa_cgraph.md5 ...ngaApiSearch_a23a05c2e51833ef419cf001650f08efa_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch_a2fe9a3cd7f3319f7cafcd21a68f014bc_cgraph.dot ...ngaApiSearch_a2fe9a3cd7f3319f7cafcd21a68f014bc_cgraph.dot +0 -12
- module/icinga-api/doc/api/html/classIcingaApiSearch_a2fe9a3cd7f3319f7cafcd21a68f014bc_cgraph.md5 ...ngaApiSearch_a2fe9a3cd7f3319f7cafcd21a68f014bc_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch_a6ff56b9837532d2af6011677335cf2f4_cgraph.dot ...ngaApiSearch_a6ff56b9837532d2af6011677335cf2f4_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiSearch_a6ff56b9837532d2af6011677335cf2f4_cgraph.md5 ...ngaApiSearch_a6ff56b9837532d2af6011677335cf2f4_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApiSearch_a80e2c1cfb8b2d707f7c57e94333b7362_cgraph.dot ...ngaApiSearch_a80e2c1cfb8b2d707f7c57e94333b7362_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApiSearch_a80e2c1cfb8b2d707f7c57e94333b7362_cgraph.md5 ...ngaApiSearch_a80e2c1cfb8b2d707f7c57e94333b7362_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApi__coll__graph.dot ...e/icinga-api/doc/api/html/classIcingaApi__coll__graph.dot +0 -9
- module/icinga-api/doc/api/html/classIcingaApi__coll__graph.md5 ...e/icinga-api/doc/api/html/classIcingaApi__coll__graph.md5 +0 -1
- module/icinga-api/doc/api/html/classIcingaApi_a111f6abf57b76e2bbae5c461d42288e9_cgraph.dot ...assIcingaApi_a111f6abf57b76e2bbae5c461d42288e9_cgraph.dot +0 -10
- module/icinga-api/doc/api/html/classIcingaApi_a111f6abf57b76e2bbae5c461d42288e9_cgraph.md5 ...assIcingaApi_a111f6abf57b76e2bbae5c461d42288e9_cgraph.md5 +0 -1
- module/icinga-api/doc/api/html/classes.html module/icinga-api/doc/api/html/classes.html +0 -38
- module/icinga-api/doc/api/html/create-col-array_8php.html module/icinga-api/doc/api/html/create-col-array_8php.html +0 -235
- module/icinga-api/doc/api/html/dir_18947d4b13eee2c393550cd1842a6ac2.html ...pi/doc/api/html/dir_18947d4b13eee2c393550cd1842a6ac2.html +0 -39
- module/icinga-api/doc/api/html/dir_18947d4b13eee2c393550cd1842a6ac2_dep.dot ...doc/api/html/dir_18947d4b13eee2c393550cd1842a6ac2_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_54a9181b502ad493fe13160916e15445.html ...pi/doc/api/html/dir_54a9181b502ad493fe13160916e15445.html +0 -44
- module/icinga-api/doc/api/html/dir_54a9181b502ad493fe13160916e15445_dep.dot ...doc/api/html/dir_54a9181b502ad493fe13160916e15445_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_5ed9546e9ca801d8a80449a1a6f210ce.html ...pi/doc/api/html/dir_5ed9546e9ca801d8a80449a1a6f210ce.html +0 -45
- module/icinga-api/doc/api/html/dir_5ed9546e9ca801d8a80449a1a6f210ce_dep.dot ...doc/api/html/dir_5ed9546e9ca801d8a80449a1a6f210ce_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_643bf45d45d2a265fb2d3f9365d5fd92.html ...pi/doc/api/html/dir_643bf45d45d2a265fb2d3f9365d5fd92.html +0 -45
- module/icinga-api/doc/api/html/dir_643bf45d45d2a265fb2d3f9365d5fd92_dep.dot ...doc/api/html/dir_643bf45d45d2a265fb2d3f9365d5fd92_dep.dot +0 -15
- module/icinga-api/doc/api/html/dir_87417df22c3ba5ac80db36a7b2f0fae0.html ...pi/doc/api/html/dir_87417df22c3ba5ac80db36a7b2f0fae0.html +0 -43
- module/icinga-api/doc/api/html/dir_87417df22c3ba5ac80db36a7b2f0fae0_dep.dot ...doc/api/html/dir_87417df22c3ba5ac80db36a7b2f0fae0_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_8ad8c7fd333f3b96e88908af7573c632.html ...pi/doc/api/html/dir_8ad8c7fd333f3b96e88908af7573c632.html +0 -43
- module/icinga-api/doc/api/html/dir_8ad8c7fd333f3b96e88908af7573c632_dep.dot ...doc/api/html/dir_8ad8c7fd333f3b96e88908af7573c632_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_aa4f7b59dcb17b9f391e615ec7504c81.html ...pi/doc/api/html/dir_aa4f7b59dcb17b9f391e615ec7504c81.html +0 -39
- module/icinga-api/doc/api/html/dir_aa4f7b59dcb17b9f391e615ec7504c81_dep.dot ...doc/api/html/dir_aa4f7b59dcb17b9f391e615ec7504c81_dep.dot +0 -10
- module/icinga-api/doc/api/html/dir_b6b2fd105e37d9dd84b8a8d49a8e39e5.html ...pi/doc/api/html/dir_b6b2fd105e37d9dd84b8a8d49a8e39e5.html +0 -46
- module/icinga-api/doc/api/html/dir_b6b2fd105e37d9dd84b8a8d49a8e39e5_dep.dot ...doc/api/html/dir_b6b2fd105e37d9dd84b8a8d49a8e39e5_dep.dot +0 -14
- module/icinga-api/doc/api/html/dir_fda035a59cffc14fa9ff50d8a6bf4f2e.html ...pi/doc/api/html/dir_fda035a59cffc14fa9ff50d8a6bf4f2e.html +0 -39
- module/icinga-api/doc/api/html/dir_fda035a59cffc14fa9ff50d8a6bf4f2e_dep.dot ...doc/api/html/dir_fda035a59cffc14fa9ff50d8a6bf4f2e_dep.dot +0 -11
- module/icinga-api/doc/api/html/dirs.html module/icinga-api/doc/api/html/dirs.html +0 -44
- module/icinga-api/doc/api/html/doxygen.css module/icinga-api/doc/api/html/doxygen.css +0 -498
- module/icinga-api/doc/api/html/doxygen.png module/icinga-api/doc/api/html/doxygen.png +0 -0
- module/icinga-api/doc/api/html/files.html module/icinga-api/doc/api/html/files.html +0 -68
- module/icinga-api/doc/api/html/functions.html module/icinga-api/doc/api/html/functions.html +0 -209
- module/icinga-api/doc/api/html/functions_0x5f.html module/icinga-api/doc/api/html/functions_0x5f.html +0 -98
- module/icinga-api/doc/api/html/functions_0x61.html module/icinga-api/doc/api/html/functions_0x61.html +0 -72
- module/icinga-api/doc/api/html/functions_0x63.html module/icinga-api/doc/api/html/functions_0x63.html +0 -201
- module/icinga-api/doc/api/html/functions_0x64.html module/icinga-api/doc/api/html/functions_0x64.html +0 -75
- module/icinga-api/doc/api/html/functions_0x65.html module/icinga-api/doc/api/html/functions_0x65.html +0 -72
- module/icinga-api/doc/api/html/functions_0x66.html module/icinga-api/doc/api/html/functions_0x66.html +0 -84
- module/icinga-api/doc/api/html/functions_0x67.html module/icinga-api/doc/api/html/functions_0x67.html +0 -132
- module/icinga-api/doc/api/html/functions_0x68.html module/icinga-api/doc/api/html/functions_0x68.html +0 -78
- module/icinga-api/doc/api/html/functions_0x6b.html module/icinga-api/doc/api/html/functions_0x6b.html +0 -72
- module/icinga-api/doc/api/html/functions_0x6c.html module/icinga-api/doc/api/html/functions_0x6c.html +0 -72
- module/icinga-api/doc/api/html/functions_0x6d.html module/icinga-api/doc/api/html/functions_0x6d.html +0 -87
- module/icinga-api/doc/api/html/functions_0x6e.html module/icinga-api/doc/api/html/functions_0x6e.html +0 -74
- module/icinga-api/doc/api/html/functions_0x6f.html module/icinga-api/doc/api/html/functions_0x6f.html +0 -72
- module/icinga-api/doc/api/html/functions_0x70.html module/icinga-api/doc/api/html/functions_0x70.html +0 -75
- module/icinga-api/doc/api/html/functions_0x71.html module/icinga-api/doc/api/html/functions_0x71.html +0 -73
- module/icinga-api/doc/api/html/functions_0x72.html module/icinga-api/doc/api/html/functions_0x72.html +0 -80
- module/icinga-api/doc/api/html/functions_0x73.html module/icinga-api/doc/api/html/functions_0x73.html +0 -211
- module/icinga-api/doc/api/html/functions_0x74.html module/icinga-api/doc/api/html/functions_0x74.html +0 -150
- module/icinga-api/doc/api/html/functions_0x76.html module/icinga-api/doc/api/html/functions_0x76.html +0 -72
- module/icinga-api/doc/api/html/functions_func.html module/icinga-api/doc/api/html/functions_func.html +0 -419
- module/icinga-api/doc/api/html/functions_vars.html module/icinga-api/doc/api/html/functions_vars.html +0 -475
- module/icinga-api/doc/api/html/globals.html module/icinga-api/doc/api/html/globals.html +0 -81
- module/icinga-api/doc/api/html/globals_func.html module/icinga-api/doc/api/html/globals_func.html +0 -48
- module/icinga-api/doc/api/html/globals_vars.html module/icinga-api/doc/api/html/globals_vars.html +0 -75
- module/icinga-api/doc/api/html/graph_legend.dot module/icinga-api/doc/api/html/graph_legend.dot +0 -23
- module/icinga-api/doc/api/html/graph_legend.html module/icinga-api/doc/api/html/graph_legend.html +0 -91
- module/icinga-api/doc/api/html/hierarchy.html module/icinga-api/doc/api/html/hierarchy.html +0 -132
- module/icinga-api/doc/api/html/index.html module/icinga-api/doc/api/html/index.html +0 -27
- module/icinga-api/doc/api/html/inherit__graph__0.dot module/icinga-api/doc/api/html/inherit__graph__0.dot +0 -8
- module/icinga-api/doc/api/html/inherit__graph__0.md5 module/icinga-api/doc/api/html/inherit__graph__0.md5 +0 -1
- module/icinga-api/doc/api/html/inherits.html module/icinga-api/doc/api/html/inherits.html +0 -38
- module/icinga-api/doc/api/html/interfaceIcingaApiCommandInterface-members.html .../api/html/interfaceIcingaApiCommandInterface-members.html +0 -40
- module/icinga-api/doc/api/html/interfaceIcingaApiCommandInterface.html ...-api/doc/api/html/interfaceIcingaApiCommandInterface.html +0 -193
- module/icinga-api/doc/api/html/interfaceIcingaApiConnectionInterface-members.html ...i/html/interfaceIcingaApiConnectionInterface-members.html +0 -38
- module/icinga-api/doc/api/html/interfaceIcingaApiConnectionInterface.html ...i/doc/api/html/interfaceIcingaApiConnectionInterface.html +0 -118
- module/icinga-api/doc/api/html/interfaceIcingaApiConstantsInterface-members.html ...pi/html/interfaceIcingaApiConstantsInterface-members.html +0 -112
- module/icinga-api/doc/api/html/interfaceIcingaApiConstantsInterface.html ...pi/doc/api/html/interfaceIcingaApiConstantsInterface.html +0 -1125
- module/icinga-api/doc/api/html/interfaceIcingaApiResultInterface-members.html ...c/api/html/interfaceIcingaApiResultInterface-members.html +0 -41
- module/icinga-api/doc/api/html/interfaceIcingaApiResultInterface.html ...a-api/doc/api/html/interfaceIcingaApiResultInterface.html +0 -229
- module/icinga-api/doc/api/html/interfaceIcingaApiSearchIdoInterface-members.html ...pi/html/interfaceIcingaApiSearchIdoInterface-members.html +0 -38
- module/icinga-api/doc/api/html/interfaceIcingaApiSearchIdoInterface.html ...pi/doc/api/html/interfaceIcingaApiSearchIdoInterface.html +0 -171
- module/icinga-api/doc/api/html/interfaceIcingaApiSearchInterface-members.html ...c/api/html/interfaceIcingaApiSearchInterface-members.html +0 -47
- module/icinga-api/doc/api/html/interfaceIcingaApiSearchInterface.html ...a-api/doc/api/html/interfaceIcingaApiSearchInterface.html +0 -460
- module/icinga-api/doc/api/html/tab_b.gif module/icinga-api/doc/api/html/tab_b.gif +0 -0
- module/icinga-api/doc/api/html/tab_l.gif module/icinga-api/doc/api/html/tab_l.gif +0 -0
- module/icinga-api/doc/api/html/tab_r.gif module/icinga-api/doc/api/html/tab_r.gif +0 -0
- module/icinga-api/doc/api/html/tabs.css module/icinga-api/doc/api/html/tabs.css +0 -105
- module/icinga-api/doc/api/makedoc.sh module/icinga-api/doc/api/makedoc.sh +0 -13
- module/icinga-api/doc/examples/command.phps module/icinga-api/doc/examples/command.phps +0 -49
- module/icinga-api/doc/examples/ido.phps module/icinga-api/doc/examples/ido.phps +0 -142
- module/icinga-api/doc/examples/ido_auto_contact.phps module/icinga-api/doc/examples/ido_auto_contact.phps +0 -33
- module/icinga-api/install-sh module/icinga-api/install-sh +0 -519
- module/icinga-api/log/PLACEHOLDER module/icinga-api/log/PLACEHOLDER +0 -0
- module/icinga-api/nbproject/private/private.properties module/icinga-api/nbproject/private/private.properties +0 -2
- module/icinga-api/nbproject/project.properties module/icinga-api/nbproject/project.properties +0 -7
- module/icinga-api/nbproject/project.xml module/icinga-api/nbproject/project.xml +0 -9
- module/icinga-api/objects/IcingaApiConstantsInterface.php module/icinga-api/objects/IcingaApiConstantsInterface.php +0 -124
- module/icinga-api/objects/command/IcingaApiCommand.php module/icinga-api/objects/command/IcingaApiCommand.php +0 -214
- module/icinga-api/objects/command/IcingaApiCommandCollection.php ...icinga-api/objects/command/IcingaApiCommandCollection.php +0 -436
- module/icinga-api/objects/command/IcingaApiCommandDispatcher.php ...icinga-api/objects/command/IcingaApiCommandDispatcher.php +0 -91
- module/icinga-api/objects/command/IcingaApiCommandInterface.php .../icinga-api/objects/command/IcingaApiCommandInterface.php +0 -52
- module/icinga-api/objects/command/IcingaApiCommandSend.php module/icinga-api/objects/command/IcingaApiCommandSend.php +0 -38
- module/icinga-api/objects/command/IcingaApiCommandSendPipe.php ...e/icinga-api/objects/command/IcingaApiCommandSendPipe.php +0 -121
- module/icinga-api/objects/command/IcingaApiCommandSendSsh.php.in ...icinga-api/objects/command/IcingaApiCommandSendSsh.php.in +0 -149
- module/icinga-api/objects/connection/IcingaApiConnection.php module/icinga-api/objects/connection/IcingaApiConnection.php +0 -86
- module/icinga-api/objects/connection/IcingaApiConnectionDatabase.php ...ga-api/objects/connection/IcingaApiConnectionDatabase.php +0 -223
- module/icinga-api/objects/connection/IcingaApiConnectionFile.php ...icinga-api/objects/connection/IcingaApiConnectionFile.php +0 -113
- module/icinga-api/objects/connection/IcingaApiConnectionIdo.php .../icinga-api/objects/connection/IcingaApiConnectionIdo.php +0 -80
- module/icinga-api/objects/connection/IcingaApiConnectionInterface.php ...a-api/objects/connection/IcingaApiConnectionInterface.php +0 -16
- module/icinga-api/objects/connection/IcingaApiConnectionLivestatus.php ...-api/objects/connection/IcingaApiConnectionLivestatus.php +0 -127
- module/icinga-api/objects/conversion/IcingaApiConversionTime.php ...icinga-api/objects/conversion/IcingaApiConversionTime.php +0 -33
- module/icinga-api/objects/debug/debugTargets/icingaApiDebuggerTargetInterface.php ...s/debug/debugTargets/icingaApiDebuggerTargetInterface.php +0 -5
- module/icinga-api/objects/debug/debugTargets/icingaApiEchoDebugger.php ...-api/objects/debug/debugTargets/icingaApiEchoDebugger.php +0 -18
- module/icinga-api/objects/debug/debugTargets/icingaApiFileDebugger.php.in ...i/objects/debug/debugTargets/icingaApiFileDebugger.php.in +0 -35
- module/icinga-api/objects/debug/icingaApiDebugger.php module/icinga-api/objects/debug/icingaApiDebugger.php +0 -192
- module/icinga-api/objects/ociPDO/PDO/ociPDO.php module/icinga-api/objects/ociPDO/PDO/ociPDO.php +0 -147
- module/icinga-api/objects/ociPDO/PDO/ociPDOStatement.php module/icinga-api/objects/ociPDO/PDO/ociPDOStatement.php +0 -191
- module/icinga-api/objects/ociPDO/icingaApiPDO.php module/icinga-api/objects/ociPDO/icingaApiPDO.php +0 -9
- module/icinga-api/objects/result/IcingaApiResult.php module/icinga-api/objects/result/IcingaApiResult.php +0 -187
- module/icinga-api/objects/result/IcingaApiResultFile.php module/icinga-api/objects/result/IcingaApiResultFile.php +0 -53
- module/icinga-api/objects/result/IcingaApiResultIdo.php module/icinga-api/objects/result/IcingaApiResultIdo.php +0 -200
- module/icinga-api/objects/result/IcingaApiResultInterface.php ...le/icinga-api/objects/result/IcingaApiResultInterface.php +0 -66
- module/icinga-api/objects/result/IcingaApiResultLivestatus.php ...e/icinga-api/objects/result/IcingaApiResultLivestatus.php +0 -209
- module/icinga-api/objects/search/IcingaApiSearch.php module/icinga-api/objects/search/IcingaApiSearch.php +0 -420
- module/icinga-api/objects/search/IcingaApiSearchColumnsFile.php .../icinga-api/objects/search/IcingaApiSearchColumnsFile.php +0 -96
- module/icinga-api/objects/search/IcingaApiSearchFile.php module/icinga-api/objects/search/IcingaApiSearchFile.php +0 -434
- module/icinga-api/objects/search/IcingaApiSearchIdo.php module/icinga-api/objects/search/IcingaApiSearchIdo.php +0 -627
- module/icinga-api/objects/search/IcingaApiSearchInterface.php ...le/icinga-api/objects/search/IcingaApiSearchInterface.php +0 -126
- module/icinga-api/objects/search/IcingaApiSearchLivestatus.php ...e/icinga-api/objects/search/IcingaApiSearchLivestatus.php +0 -346
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoInterface.php ...ts/search/data_interfaces/IcingaApiSearchIdoInterface.php +0 -40
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoMysql.php ...bjects/search/data_interfaces/IcingaApiSearchIdoMysql.php +0 -796
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoOci.php .../objects/search/data_interfaces/IcingaApiSearchIdoOci.php +0 -797
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoOci8.php ...objects/search/data_interfaces/IcingaApiSearchIdoOci8.php +0 -863
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchIdoPgsql.php ...bjects/search/data_interfaces/IcingaApiSearchIdoPgsql.php +0 -851
- module/icinga-api/objects/search/data_interfaces/IcingaApiSearchLivestatusSocket.php ...earch/data_interfaces/IcingaApiSearchLivestatusSocket.php +0 -772
- module/icinga-api/objects/search/filter/IcingaApiSearchFilter.php ...cinga-api/objects/search/filter/IcingaApiSearchFilter.php +0 -94
- module/icinga-api/objects/search/filter/IcingaApiSearchFilterGroup.php ...-api/objects/search/filter/IcingaApiSearchFilterGroup.php +0 -142
- module/icinga-api/objects/search/filter/IcingaApiSearchFilterGroupIdo.php ...i/objects/search/filter/IcingaApiSearchFilterGroupIdo.php +0 -21
- module/icinga-api/objects/search/filter/IcingaApiSearchFilterIdo.php ...ga-api/objects/search/filter/IcingaApiSearchFilterIdo.php +0 -21
- module/icinga-api/objects/search/filter/IcingaApiSearchFilterInterface.php .../objects/search/filter/IcingaApiSearchFilterInterface.php +0 -11
- module/icinga-api/subst.in module/icinga-api/subst.in +0 -47
- module/icinga-api/tests/icingaApiTests.php module/icinga-api/tests/icingaApiTests.php +0 -25
- module/icinga-api/tests/idoTests/apiSearchDefinitions/custom.ini ...icinga-api/tests/idoTests/apiSearchDefinitions/custom.ini +0 -37
- module/icinga-api/tests/idoTests/apiSearchDefinitions/icinga-web.ini ...ga-api/tests/idoTests/apiSearchDefinitions/icinga-web.ini +0 -156
- module/icinga-api/tests/idoTests/apiSearchDefinitions/objectsearch.ini ...-api/tests/idoTests/apiSearchDefinitions/objectsearch.ini +0 -35
- module/icinga-api/tests/idoTests/dbConfig.php module/icinga-api/tests/idoTests/dbConfig.php +0 -33
- module/icinga-api/tests/idoTests/idoConnectionTest.php module/icinga-api/tests/idoTests/idoConnectionTest.php +0 -45
- module/icinga-api/tests/idoTests/idoCreateSearchTest.php module/icinga-api/tests/idoTests/idoCreateSearchTest.php +0 -234
- module/icinga-api/tests/idoTests/testDatabases/mysql_delete.sql .../icinga-api/tests/idoTests/testDatabases/mysql_delete.sql +0 -39
- module/icinga-api/tests/idoTests/testDatabases/mysql_dump.sql ...le/icinga-api/tests/idoTests/testDatabases/mysql_dump.sql +0 -1144
- module/icinga-api/tests/idoTests/testDatabases/mysql_schema.sql .../icinga-api/tests/idoTests/testDatabases/mysql_schema.sql +0 -1558
- module/icinga-api/tests/idoTests/testDatabases/oci8_delete.sql ...e/icinga-api/tests/idoTests/testDatabases/oci8_delete.sql +0 -38
- module/icinga-api/tests/idoTests/testDatabases/oci8_schema.sql ...e/icinga-api/tests/idoTests/testDatabases/oci8_schema.sql +0 -1937
- module/icinga-api/tests/idoTests/testDatabases/oracle_dump.sql ...e/icinga-api/tests/idoTests/testDatabases/oracle_dump.sql +0 -1142
- module/icinga-api/tests/idoTests/testDatabases/pgsql.sql module/icinga-api/tests/idoTests/testDatabases/pgsql.sql +0 -1568
- module/icinga-api/tests/idoTests/testSuite.php module/icinga-api/tests/idoTests/testSuite.php +0 -19
- module/icinga-api/tests/testResults.txt module/icinga-api/tests/testResults.txt +0 -3726
- module/idoutils/Makefile.in module/idoutils/Makefile.in +3 -2
- module/idoutils/config/icinga.cfg.in module/idoutils/config/icinga.cfg.in +0 -8
- module/idoutils/config/ido2db.cfg-sample.in module/idoutils/config/ido2db.cfg-sample.in +9 -5
- module/idoutils/config/idomod.cfg-sample.in module/idoutils/config/idomod.cfg-sample.in +8 -5
- module/idoutils/config/idoutils.cfg-sample.in module/idoutils/config/idoutils.cfg-sample.in +20 -1
- module/idoutils/db/mysql/mysql.sql module/idoutils/db/mysql/mysql.sql +66 -57
- module/idoutils/db/mysql/upgrade/mysql-upgrade-1.7.0.sql module/idoutils/db/mysql/upgrade/mysql-upgrade-1.7.0.sql +155 -0
- module/idoutils/db/oracle/create_icinga_objects_oracle.sql module/idoutils/db/oracle/create_icinga_objects_oracle.sql +79 -7
- module/idoutils/db/oracle/create_oracle_sys.sql module/idoutils/db/oracle/create_oracle_sys.sql +1 -1
- module/idoutils/db/oracle/oracle.sql module/idoutils/db/oracle/oracle.sql +4 -4
- module/idoutils/db/oracle/upgrade/oracle-upgrade-1.7.0.sql module/idoutils/db/oracle/upgrade/oracle-upgrade-1.7.0.sql +143 -0
- module/idoutils/db/pgsql/pgsql.sql module/idoutils/db/pgsql/pgsql.sql +18 -10
- module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.0.1.sql module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.0.1.sql +1 -1
- module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.7.0.sql module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.7.0.sql +67 -0
- module/idoutils/db/scripts/create_mysqldb.sh module/idoutils/db/scripts/create_mysqldb.sh +2 -2
- module/idoutils/db/scripts/create_oracledb.sh module/idoutils/db/scripts/create_oracledb.sh +1 -1
- module/idoutils/db/scripts/create_pgsqldb.sh module/idoutils/db/scripts/create_pgsqldb.sh +1 -1
- module/idoutils/db/scripts/installdb.in module/idoutils/db/scripts/installdb.in +1 -1
- module/idoutils/db/scripts/upgradedb.in module/idoutils/db/scripts/upgradedb.in +3 -3
- module/idoutils/include/common.h module/idoutils/include/common.h +5 -5
- module/idoutils/include/db.h module/idoutils/include/db.h +5 -1
- module/idoutils/include/dbhandlers.h module/idoutils/include/dbhandlers.h +1 -1
- module/idoutils/include/dbqueries.h module/idoutils/include/dbqueries.h +1 -1
- module/idoutils/include/ido2db.h module/idoutils/include/ido2db.h +2 -2
- module/idoutils/include/idomod.h module/idoutils/include/idomod.h +1 -1
- module/idoutils/include/io.h module/idoutils/include/io.h +1 -1
- module/idoutils/include/protoapi.h module/idoutils/include/protoapi.h +4 -2
- module/idoutils/include/utils.h module/idoutils/include/utils.h +1 -1
- module/idoutils/src/Makefile.in module/idoutils/src/Makefile.in +17 -8
- module/idoutils/src/db.c module/idoutils/src/db.c +133 -95
- module/idoutils/src/dbhandlers.c module/idoutils/src/dbhandlers.c +291 -94
- module/idoutils/src/dbqueries.c module/idoutils/src/dbqueries.c +408 -163
- module/idoutils/src/file2sock.c module/idoutils/src/file2sock.c +1 -1
- module/idoutils/src/ido2db.c module/idoutils/src/ido2db.c +25 -13
- module/idoutils/src/idomod.c module/idoutils/src/idomod.c +14 -3
- module/idoutils/src/io.c module/idoutils/src/io.c +1 -1
- module/idoutils/src/log2ido.c module/idoutils/src/log2ido.c +1 -1
- module/idoutils/src/logging.c module/idoutils/src/logging.c +53 -5
- module/idoutils/src/sockdebug.c module/idoutils/src/sockdebug.c +1 -1
- module/idoutils/src/utils.c module/idoutils/src/utils.c +3 -2
- rc.ido2db.in rc.ido2db.in +2 -3
- sample-config/cgi.cfg.in sample-config/cgi.cfg.in +30 -2
- sample-config/httpd.conf.in sample-config/httpd.conf.in +2 -2
- sample-config/icinga.cfg.in sample-config/icinga.cfg.in +46 -45
- sample-config/resource.cfg.in sample-config/resource.cfg.in +9 -7
- sample-config/template-object/commands.cfg.in sample-config/template-object/commands.cfg.in +2 -2
- selinux/fc14/icinga.fc selinux/fc14/icinga.fc +0 -2
- subst.in subst.in +11 -0
- t-tap/Makefile.in t-tap/Makefile.in +8 -11
- t-tap/smallconfig/icinga.cfg t-tap/smallconfig/icinga.cfg +0 -25
- t-tap/stub_broker.c t-tap/stub_broker.c +2 -2
- t-tap/stub_downtime.c t-tap/stub_downtime.c +1 -2
- t-tap/stub_xddefault.c t-tap/stub_xddefault.c +2 -2
- t-tap/test-stubs.c t-tap/test-stubs.c +8 -0
- t-tap/test_checks.c t-tap/test_checks.c +101 -66
- t-tap/test_commands.c t-tap/test_commands.c +3 -3
- t-tap/test_downtime.c t-tap/test_downtime.c +83 -3
- t-tap/test_events.c t-tap/test_events.c +7 -1
- t-tap/test_icinga_config.c t-tap/test_icinga_config.c +9 -4
- t-tap/test_leak.pl t-tap/test_leak.pl +61 -0
- t-tap/test_logging.c t-tap/test_logging.c +1 -1
- t-tap/test_strtoul.c t-tap/test_strtoul.c +1 -1
- t-tap/test_timeperiods.c t-tap/test_timeperiods.c +17 -13
- t-tap/test_xsddefault.c t-tap/test_xsddefault.c +7 -8
- t/610cgistatus.t t/610cgistatus.t +25 -23
- t/611cgistatus-hosturgencies.t t/611cgistatus-hosturgencies.t +24 -23
- t/615cgierror.t t/615cgierror.t +15 -18
- t/616cginotification.t t/616cginotification.t +13 -16
- t/617statuswml.t t/617statuswml.t +0 -39
- t/620history.t t/620history.t +4 -2
- t/621extinfo.t.disabled t/621extinfo.t.disabled +0 -40
- t/622extinfo-local.t t/622extinfo-local.t +24 -14
- t/705icingastats.t t/705icingastats.t +15 -7
- t/900-configparsing.t t/900-configparsing.t +18 -11
- t/910-noservice.t t/910-noservice.t +0 -20
- t/920-nocontactgroup.t t/920-nocontactgroup.t +8 -7
- t/930_emptygroups.t t/930_emptygroups.t +4 -3
- t/Icinga/Test.pm t/Icinga/Test.pm +69 -0
- t/Makefile.in t/Makefile.in +1 -1
- t/etc/cgi-hosturgencies.cfg t/etc/cgi-hosturgencies.cfg +1 -1
- t/etc/hosturgencies.cfg t/etc/hosturgencies.cfg +6 -0
- t/etc/icinga-hosturgencies.cfg t/etc/icinga-hosturgencies.cfg +2 -2
- t/etc/icinga-with-generated-status.cfg t/etc/icinga-with-generated-status.cfg +1 -1
- t/var/objects.cache.hosturgencies t/var/objects.cache.hosturgencies +6 -0
- tap/INSTALL tap/INSTALL +0 -8
- tap/Makefile.am tap/Makefile.am +0 -5
- tap/Makefile.in tap/Makefile.in +0 -578
- tap/README tap/README +0 -11
- tap/README.nagios tap/README.nagios +0 -3
- tap/aclocal.m4 tap/aclocal.m4 +0 -6985
- tap/compile tap/compile +0 -142
- tap/config.guess tap/config.guess +0 -1407
- tap/config.sub tap/config.sub +0 -1504
- tap/configure tap/configure +0 -21388
- tap/configure.in tap/configure.in +0 -52
- tap/depcomp tap/depcomp +0 -522
- tap/install-sh tap/install-sh +0 -323
- tap/ltmain.sh tap/ltmain.sh +0 -6419
- tap/missing tap/missing +0 -353
- tap/src/Makefile.am tap/src/Makefile.am +0 -7
- tap/src/Makefile.in tap/src/Makefile.in +0 -526
- tap/src/tap.3 tap/src/tap.3 +0 -368
- tap/src/tap.c tap/src/tap.c +0 -424
- tap/src/tap.h tap/src/tap.h +0 -89
- tap/tests/Makefile.am tap/tests/Makefile.am +0 -7
- tap/tests/Makefile.in tap/tests/Makefile.in +0 -453
- tap/tests/README tap/tests/README +0 -12
- tap/tests/diag/Makefile.am tap/tests/diag/Makefile.am +0 -13
- tap/tests/diag/Makefile.in tap/tests/diag/Makefile.in +0 -512
- tap/tests/diag/test.c tap/tests/diag/test.c +0 -45
- tap/tests/diag/test.pl tap/tests/diag/test.pl +0 -16
- tap/tests/diag/test.t tap/tests/diag/test.t +0 -29
- tap/tests/fail/Makefile.am tap/tests/fail/Makefile.am +0 -13
- tap/tests/fail/Makefile.in tap/tests/fail/Makefile.in +0 -512
- tap/tests/fail/test.c tap/tests/fail/test.c +0 -45
- tap/tests/fail/test.pl tap/tests/fail/test.pl +0 -17
- tap/tests/fail/test.t tap/tests/fail/test.t +0 -29
- tap/tests/ok/Makefile.am tap/tests/ok/Makefile.am +0 -3
- tap/tests/ok/Makefile.in tap/tests/ok/Makefile.in +0 -453
- tap/tests/ok/ok-hash/Makefile.am tap/tests/ok/ok-hash/Makefile.am +0 -13
- tap/tests/ok/ok-hash/Makefile.in tap/tests/ok/ok-hash/Makefile.in +0 -512
- tap/tests/ok/ok-hash/test.c tap/tests/ok/ok-hash/test.c +0 -51
- tap/tests/ok/ok-hash/test.pl tap/tests/ok/ok-hash/test.pl +0 -24
- tap/tests/ok/ok-hash/test.t tap/tests/ok/ok-hash/test.t +0 -29
- tap/tests/ok/ok-numeric/Makefile.am tap/tests/ok/ok-numeric/Makefile.am +0 -13
- tap/tests/ok/ok-numeric/Makefile.in tap/tests/ok/ok-numeric/Makefile.in +0 -512
- tap/tests/ok/ok-numeric/test.c tap/tests/ok/ok-numeric/test.c +0 -48
- tap/tests/ok/ok-numeric/test.pl tap/tests/ok/ok-numeric/test.pl +0 -21
- tap/tests/ok/ok-numeric/test.t tap/tests/ok/ok-numeric/test.t +0 -29
- tap/tests/ok/ok/Makefile.am tap/tests/ok/ok/Makefile.am +0 -13
- tap/tests/ok/ok/Makefile.in tap/tests/ok/ok/Makefile.in +0 -512
- tap/tests/ok/ok/test.c tap/tests/ok/ok/test.c +0 -54
- tap/tests/ok/ok/test.pl tap/tests/ok/ok/test.pl +0 -27
- tap/tests/ok/ok/test.t tap/tests/ok/ok/test.t +0 -29
- tap/tests/pass/Makefile.am tap/tests/pass/Makefile.am +0 -13
- tap/tests/pass/Makefile.in tap/tests/pass/Makefile.in +0 -512
- tap/tests/pass/test.c tap/tests/pass/test.c +0 -45
- tap/tests/pass/test.pl tap/tests/pass/test.pl +0 -17
- tap/tests/pass/test.t tap/tests/pass/test.t +0 -29
- tap/tests/plan/Makefile.am tap/tests/plan/Makefile.am +0 -7
- tap/tests/plan/Makefile.in tap/tests/plan/Makefile.in +0 -454
- tap/tests/plan/no-tests/Makefile.am tap/tests/plan/no-tests/Makefile.am +0 -13
- tap/tests/plan/no-tests/Makefile.in tap/tests/plan/no-tests/Makefile.in +0 -512
- tap/tests/plan/no-tests/test.c tap/tests/plan/no-tests/test.c +0 -42
- tap/tests/plan/no-tests/test.pl tap/tests/plan/no-tests/test.pl +0 -14
- tap/tests/plan/no-tests/test.t tap/tests/plan/no-tests/test.t +0 -29
- tap/tests/plan/no_plan/Makefile.am tap/tests/plan/no_plan/Makefile.am +0 -13
- tap/tests/plan/no_plan/Makefile.in tap/tests/plan/no_plan/Makefile.in +0 -512
- tap/tests/plan/no_plan/test.c tap/tests/plan/no_plan/test.c +0 -42
- tap/tests/plan/no_plan/test.pl tap/tests/plan/no_plan/test.pl +0 -14
- tap/tests/plan/no_plan/test.t tap/tests/plan/no_plan/test.t +0 -29
- tap/tests/plan/not-enough-tests/Makefile.am tap/tests/plan/not-enough-tests/Makefile.am +0 -13
- tap/tests/plan/not-enough-tests/Makefile.in tap/tests/plan/not-enough-tests/Makefile.in +0 -512
- tap/tests/plan/not-enough-tests/test.c tap/tests/plan/not-enough-tests/test.c +0 -48
- tap/tests/plan/not-enough-tests/test.pl tap/tests/plan/not-enough-tests/test.pl +0 -20
- tap/tests/plan/not-enough-tests/test.t tap/tests/plan/not-enough-tests/test.t +0 -29
- tap/tests/plan/sane/Makefile.am tap/tests/plan/sane/Makefile.am +0 -13
- tap/tests/plan/sane/Makefile.in tap/tests/plan/sane/Makefile.in +0 -512
- tap/tests/plan/sane/test.c tap/tests/plan/sane/test.c +0 -42
- tap/tests/plan/sane/test.pl tap/tests/plan/sane/test.pl +0 -14
- tap/tests/plan/sane/test.t tap/tests/plan/sane/test.t +0 -29
- tap/tests/plan/skip_all/Makefile.am tap/tests/plan/skip_all/Makefile.am +0 -13
- tap/tests/plan/skip_all/Makefile.in tap/tests/plan/skip_all/Makefile.in +0 -512
- tap/tests/plan/skip_all/test.c tap/tests/plan/skip_all/test.c +0 -37
- tap/tests/plan/skip_all/test.pl tap/tests/plan/skip_all/test.pl +0 -11
- tap/tests/plan/skip_all/test.t tap/tests/plan/skip_all/test.t +0 -29
- tap/tests/plan/too-many-plans/Makefile.am tap/tests/plan/too-many-plans/Makefile.am +0 -13
- tap/tests/plan/too-many-plans/Makefile.in tap/tests/plan/too-many-plans/Makefile.in +0 -512
- tap/tests/plan/too-many-plans/test.c tap/tests/plan/too-many-plans/test.c +0 -48
- tap/tests/plan/too-many-plans/test.pl tap/tests/plan/too-many-plans/test.pl +0 -20
- tap/tests/plan/too-many-plans/test.t tap/tests/plan/too-many-plans/test.t +0 -29
- tap/tests/plan/too-many-tests/Makefile.am tap/tests/plan/too-many-tests/Makefile.am +0 -13
- tap/tests/plan/too-many-tests/Makefile.in tap/tests/plan/too-many-tests/Makefile.in +0 -512
- tap/tests/plan/too-many-tests/test.c tap/tests/plan/too-many-tests/test.c +0 -45
- tap/tests/plan/too-many-tests/test.pl tap/tests/plan/too-many-tests/test.pl +0 -17
- tap/tests/plan/too-many-tests/test.t tap/tests/plan/too-many-tests/test.t +0 -29
- tap/tests/skip/Makefile.am tap/tests/skip/Makefile.am +0 -13
- tap/tests/skip/Makefile.in tap/tests/skip/Makefile.in +0 -512
- tap/tests/skip/test.c tap/tests/skip/test.c +0 -68
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.