Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
univention-pkg-icinga
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
packaging
univention-pkg-icinga
Commits
85b59ef3
Commit
85b59ef3
authored
Nov 06, 2013
by
Alexander Wirt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported Upstream version 1.10.1
parent
e1883146
Changes
595
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
595 changed files
with
33472 additions
and
22148 deletions
+33472
-22148
AUTHORS
AUTHORS
+2
-0
Changelog
Changelog
+135
-3
Changelog_json
Changelog_json
+4
-0
Makefile.in
Makefile.in
+41
-8
README.RHEL.idoutils
README.RHEL.idoutils
+3
-3
README.SUSE
README.SUSE
+92
-0
README.SUSE.idoutils
README.SUSE.idoutils
+167
-0
THANKS
THANKS
+4
-0
base/Makefile.in
base/Makefile.in
+13
-5
base/broker.c
base/broker.c
+17
-0
base/checks.c
base/checks.c
+38
-28
base/commands.c
base/commands.c
+102
-59
base/config.c
base/config.c
+181
-174
base/events.c
base/events.c
+32
-59
base/flapping.c
base/flapping.c
+2
-4
base/icinga.c
base/icinga.c
+8
-28
base/icingastats.c
base/icingastats.c
+0
-75
base/logging.c
base/logging.c
+46
-25
base/nebmods.c
base/nebmods.c
+46
-16
base/netutils.c
base/netutils.c
+1
-3
base/notifications.c
base/notifications.c
+44
-36
base/profiler.c
base/profiler.c
+0
-192
base/sehandlers.c
base/sehandlers.c
+4
-6
base/statsprofiler.c
base/statsprofiler.c
+0
-141
base/utils.c
base/utils.c
+39
-36
cgi/Makefile.in
cgi/Makefile.in
+25
-17
cgi/avail.c
cgi/avail.c
+340
-339
cgi/cgiauth.c
cgi/cgiauth.c
+1
-1
cgi/cgiutils.c
cgi/cgiutils.c
+228
-182
cgi/cmd.c
cgi/cmd.c
+251
-170
cgi/config.c
cgi/config.c
+571
-567
cgi/extinfo.c
cgi/extinfo.c
+828
-670
cgi/histogram.c
cgi/histogram.c
+172
-171
cgi/history.c
cgi/history.c
+59
-58
cgi/notifications.c
cgi/notifications.c
+90
-89
cgi/outages.c
cgi/outages.c
+30
-30
cgi/readlogs.c
cgi/readlogs.c
+3
-4
cgi/showlog.c
cgi/showlog.c
+60
-61
cgi/status.c
cgi/status.c
+1641
-1491
cgi/statusmap.c
cgi/statusmap.c
+45
-55
cgi/statuswml.c
cgi/statuswml.c
+4
-4
cgi/summary.c
cgi/summary.c
+183
-183
cgi/tac.c
cgi/tac.c
+368
-407
cgi/trends.c
cgi/trends.c
+164
-167
common/Makefile.in
common/Makefile.in
+10
-0
common/downtime.c
common/downtime.c
+5
-6
common/macros.c
common/macros.c
+82
-82
common/objects.c
common/objects.c
+24
-68
common/statusdata.c
common/statusdata.c
+6
-6
configure
configure
+124
-21
configure.in
configure.in
+74
-13
contrib/Makefile.in
contrib/Makefile.in
+11
-0
contrib/mini_epn_icinga.8
contrib/mini_epn_icinga.8
+44
-0
contrib/traceroute.cgi
contrib/traceroute.cgi
+3
-3
contrib/vim-highlight/README
contrib/vim-highlight/README
+16
-0
contrib/vim-highlight/icinga.vim
contrib/vim-highlight/icinga.vim
+157
-0
daemon-init.in
daemon-init.in
+4
-1
html/Makefile.in
html/Makefile.in
+1
-1
html/docs/de/about.html
html/docs/de/about.html
+11
-11
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
+29
-29
html/docs/de/beginners.html
html/docs/de/beginners.html
+21
-25
html/docs/de/cachedchecks.html
html/docs/de/cachedchecks.html
+4
-4
html/docs/de/cgiauth.html
html/docs/de/cgiauth.html
+10
-10
html/docs/de/cgicmd.html
html/docs/de/cgicmd.html
+5
-5
html/docs/de/cgiincludes.html
html/docs/de/cgiincludes.html
+3
-3
html/docs/de/cgiparams.html
html/docs/de/cgiparams.html
+377
-133
html/docs/de/cgis.html
html/docs/de/cgis.html
+17
-17
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
+5
-5
html/docs/de/ch03.html
html/docs/de/ch03.html
+3
-3
html/docs/de/ch04.html
html/docs/de/ch04.html
+3
-3
html/docs/de/ch05.html
html/docs/de/ch05.html
+4
-3
html/docs/de/ch06.html
html/docs/de/ch06.html
+18
-15
html/docs/de/ch07.html
html/docs/de/ch07.html
+9
-8
html/docs/de/ch08.html
html/docs/de/ch08.html
+4
-4
html/docs/de/ch09.html
html/docs/de/ch09.html
+5
-5
html/docs/de/ch10.html
html/docs/de/ch10.html
+7
-5
html/docs/de/ch11.html
html/docs/de/ch11.html
+12
-10
html/docs/de/ch12.html
html/docs/de/ch12.html
+5
-5
html/docs/de/ch13.html
html/docs/de/ch13.html
+101
-0
html/docs/de/checkscheduling.html
html/docs/de/checkscheduling.html
+16
-16
html/docs/de/clusters.html
html/docs/de/clusters.html
+4
-4
html/docs/de/components.html
html/docs/de/components.html
+8
-8
html/docs/de/config.html
html/docs/de/config.html
+15
-6
html/docs/de/configcgi.html
html/docs/de/configcgi.html
+129
-82
html/docs/de/configido.html
html/docs/de/configido.html
+129
-161
html/docs/de/configmain.html
html/docs/de/configmain.html
+159
-149
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
+10
-10
html/docs/de/db_intro.html
html/docs/de/db_intro.html
+8
-8
html/docs/de/db_model.html
html/docs/de/db_model.html
+97
-463
html/docs/de/dependencies.html
html/docs/de/dependencies.html
+4
-4
html/docs/de/dependencychecks.html
html/docs/de/dependencychecks.html
+5
-5
html/docs/de/distributed.html
html/docs/de/distributed.html
+3
-3
html/docs/de/downtime.html
html/docs/de/downtime.html
+4
-4
html/docs/de/embeddedperl.html
html/docs/de/embeddedperl.html
+6
-6
html/docs/de/epnplugins.html
html/docs/de/epnplugins.html
+5
-5
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
+6
-6
html/docs/de/example-configs.html
html/docs/de/example-configs.html
+5
-5
html/docs/de/extcommands.html
html/docs/de/extcommands.html
+3
-3
html/docs/de/extcommands2.html
html/docs/de/extcommands2.html
+168
-163
html/docs/de/faststartup.html
html/docs/de/faststartup.html
+10
-10
html/docs/de/flapping.html
html/docs/de/flapping.html
+7
-5
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
+25
-25
html/docs/de/icinga-api.html
html/docs/de/icinga-api.html
+30
-30
html/docs/de/icinga-web-api.html
html/docs/de/icinga-web-api.html
+25
-25
html/docs/de/icinga-web-config.html
html/docs/de/icinga-web-config.html
+54
-34
html/docs/de/icinga-web-introduction.html
html/docs/de/icinga-web-introduction.html
+153
-95
html/docs/de/icinga-web-pnp.html
html/docs/de/icinga-web-pnp.html
+80
-28
html/docs/de/icinga-web-scratch.html
html/docs/de/icinga-web-scratch.html
+58
-55
html/docs/de/icinga_packages.html
html/docs/de/icinga_packages.html
+5
-5
html/docs/de/icingastats.html
html/docs/de/icingastats.html
+4
-4
html/docs/de/index.html
html/docs/de/index.html
+162
-123
html/docs/de/int-mklivestatus.html
html/docs/de/int-mklivestatus.html
+6
-6
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
+5
-5
html/docs/de/ix01.html
html/docs/de/ix01.html
+54
-56
html/docs/de/largeinstalltweaks.html
html/docs/de/largeinstalltweaks.html
+3
-3
html/docs/de/macrolist.html
html/docs/de/macrolist.html
+318
-318
html/docs/de/macros.html
html/docs/de/macros.html
+5
-5
html/docs/de/modified_attr.html
html/docs/de/modified_attr.html
+4
-4
html/docs/de/monitoring-linux.html
html/docs/de/monitoring-linux.html
+6
-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
+3
-3
html/docs/de/monitoring-printers.html
html/docs/de/monitoring-printers.html
+6
-4
html/docs/de/monitoring-publicservices.html
html/docs/de/monitoring-publicservices.html
+6
-4
html/docs/de/monitoring-routers.html
html/docs/de/monitoring-routers.html
+6
-4
html/docs/de/monitoring-windows.html
html/docs/de/monitoring-windows.html
+7
-5
html/docs/de/networkreachability.html
html/docs/de/networkreachability.html
+4
-4
html/docs/de/notifications.html
html/docs/de/notifications.html
+6
-6
html/docs/de/notifications2.html
html/docs/de/notifications2.html
+3
-3
html/docs/de/nrpe.html
html/docs/de/nrpe.html
+193
-340
html/docs/de/nsca.html
html/docs/de/nsca.html
+6
-6
html/docs/de/objectdefinitions.html
html/docs/de/objectdefinitions.html
+1653
-3610
html/docs/de/objectinheritance.html
html/docs/de/objectinheritance.html
+8
-8
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
+4
-4
html/docs/de/perfgraphs.html
html/docs/de/perfgraphs.html
+13
-13
html/docs/de/pluginapi.html
html/docs/de/pluginapi.html
+3
-3
html/docs/de/plugins.html
html/docs/de/plugins.html
+10
-10
html/docs/de/quickstart-icinga-freebsd.html
html/docs/de/quickstart-icinga-freebsd.html
+8
-8
html/docs/de/quickstart-icinga.html
html/docs/de/quickstart-icinga.html
+35
-10
html/docs/de/quickstart-idoutils-freebsd.html
html/docs/de/quickstart-idoutils-freebsd.html
+9
-9
html/docs/de/quickstart-idoutils.html
html/docs/de/quickstart-idoutils.html
+33
-9
html/docs/de/quickstart.html
html/docs/de/quickstart.html
+7
-7
html/docs/de/recurring_downtimes.html
html/docs/de/recurring_downtimes.html
+4
-4
html/docs/de/redundancy.html
html/docs/de/redundancy.html
+6
-6
html/docs/de/reporting.html
html/docs/de/reporting.html
+18
-18
html/docs/de/sample-cgi.html
html/docs/de/sample-cgi.html
+1011
-0
html/docs/de/sample-commands.html
html/docs/de/sample-commands.html
+302
-0
html/docs/de/sample-config.html
html/docs/de/sample-config.html
+95
-0
html/docs/de/sample-contacts.html
html/docs/de/sample-contacts.html
+110
-0
html/docs/de/sample-httpd.html
html/docs/de/sample-httpd.html
+95
-0
html/docs/de/sample-icinga.html
html/docs/de/sample-icinga.html
+1593
-0
html/docs/de/sample-localhost.html
html/docs/de/sample-localhost.html
+223
-0
html/docs/de/sample-notifications.html
html/docs/de/sample-notifications.html
+190
-0
html/docs/de/sample-printer.html
html/docs/de/sample-printer.html
+140
-0
html/docs/de/sample-resource.html
html/docs/de/sample-resource.html
+88
-0
html/docs/de/sample-switch.html
html/docs/de/sample-switch.html
+168
-0
html/docs/de/sample-templates.html
html/docs/de/sample-templates.html
+245
-0
html/docs/de/sample-timeperiods.html
html/docs/de/sample-timeperiods.html
+149
-0
html/docs/de/sample-windows.html
html/docs/de/sample-windows.html
+200
-0
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
+6
-6
html/docs/de/timeperiods.html
html/docs/de/timeperiods.html
+3
-3
html/docs/de/tuning.html
html/docs/de/tuning.html
+3
-3
html/docs/de/upgrading.html
html/docs/de/upgrading.html
+38
-17
html/docs/de/upgrading_icingaweb.html
html/docs/de/upgrading_icingaweb.html
+40
-40
html/docs/de/upgrading_idoutils.html
html/docs/de/upgrading_idoutils.html
+3
-3
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
+62
-75
html/docs/en/about.html
html/docs/en/about.html
+12
-12
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
+29
-29
html/docs/en/beginners.html
html/docs/en/beginners.html
+29
-18
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
+5
-5
html/docs/en/cgiincludes.html
html/docs/en/cgiincludes.html
+3
-3
html/docs/en/cgiparams.html
html/docs/en/cgiparams.html
+375
-131
html/docs/en/cgis.html
html/docs/en/cgis.html
+17
-17
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
+5
-5
html/docs/en/ch03.html
html/docs/en/ch03.html
+3
-3
html/docs/en/ch04.html
html/docs/en/ch04.html
+3
-3
html/docs/en/ch05.html
html/docs/en/ch05.html
+4
-3
html/docs/en/ch06.html
html/docs/en/ch06.html
+29
-21
html/docs/en/ch07.html
html/docs/en/ch07.html
+7
-6
html/docs/en/ch08.html
html/docs/en/ch08.html
+4
-4
html/docs/en/ch09.html
html/docs/en/ch09.html
+5
-6
html/docs/en/ch10.html
html/docs/en/ch10.html
+7
-5
html/docs/en/ch11.html
html/docs/en/ch11.html
+10
-8
html/docs/en/ch12.html
html/docs/en/ch12.html
+5
-5
html/docs/en/ch13.html
html/docs/en/ch13.html
+101
-0
html/docs/en/checkscheduling.html
html/docs/en/checkscheduling.html
+16
-16
html/docs/en/clusters.html
html/docs/en/clusters.html
+4
-4
html/docs/en/config.html
html/docs/en/config.html
+6
-4
html/docs/en/configcgi.html
html/docs/en/configcgi.html
+125
-80
html/docs/en/configido.html
html/docs/en/configido.html
+138
-160
html/docs/en/configmain.html
html/docs/en/configmain.html
+163
-153
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
+10
-10
html/docs/en/db_components.html
html/docs/en/db_components.html
+8
-8
html/docs/en/db_example-configs.html
html/docs/en/db_example-configs.html
+5
-5
html/docs/en/db_intro.html
html/docs/en/db_intro.html
+7
-7
html/docs/en/db_model.html
html/docs/en/db_model.html
+97
-463
html/docs/en/dependencies.html
html/docs/en/dependencies.html
+6
-6
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
+3
-3
html/docs/en/embeddedperl.html
html/docs/en/embeddedperl.html
+4
-4
html/docs/en/epnplugins.html
html/docs/en/epnplugins.html
+5
-5
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
+166
-163
html/docs/en/faststartup.html
html/docs/en/faststartup.html
+9
-9
html/docs/en/flapping.html
html/docs/en/flapping.html
+167
-176
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
+22
-22
html/docs/en/icinga-api.html
html/docs/en/icinga-api.html
+25
-25
html/docs/en/icinga-web-api.html
html/docs/en/icinga-web-api.html
+21
-21
html/docs/en/icinga-web-config.html
html/docs/en/icinga-web-config.html
+47
-28
html/docs/en/icinga-web-introduction.html
html/docs/en/icinga-web-introduction.html
+143
-88
html/docs/en/icinga-web-pnp.html
html/docs/en/icinga-web-pnp.html
+138
-93
html/docs/en/icinga-web-scratch.html
html/docs/en/icinga-web-scratch.html
+58
-46
html/docs/en/icinga_packages.html
html/docs/en/icinga_packages.html
+5
-5
html/docs/en/icingastats.html
html/docs/en/icingastats.html
+4
-4
html/docs/en/index.html
html/docs/en/index.html
+147
-109
html/docs/en/int-mklivestatus.html
html/docs/en/int-mklivestatus.html
+6
-6
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
+5
-5
html/docs/en/ix01.html
html/docs/en/ix01.html
+51
-53
html/docs/en/largeinstalltweaks.html
html/docs/en/largeinstalltweaks.html
+3
-3
html/docs/en/macrolist.html
html/docs/en/macrolist.html
+318
-318
html/docs/en/macros.html
html/docs/en/macros.html
+5
-5
html/docs/en/modified_attr.html
html/docs/en/modified_attr.html
+4
-4
html/docs/en/monitoring-linux.html
html/docs/en/monitoring-linux.html
+5
-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
+3
-3
html/docs/en/monitoring-printers.html
html/docs/en/monitoring-printers.html
+5
-3
html/docs/en/monitoring-publicservices.html
html/docs/en/monitoring-publicservices.html
+5
-3
html/docs/en/monitoring-routers.html
html/docs/en/monitoring-routers.html
+6
-4
html/docs/en/monitoring-windows.html
html/docs/en/monitoring-windows.html
+6
-4
html/docs/en/networkreachability.html
html/docs/en/networkreachability.html
+4
-4
html/docs/en/notifications.html
html/docs/en/notifications.html
+6
-6
html/docs/en/notifications2.html
html/docs/en/notifications2.html
+3
-3
html/docs/en/nrpe.html
html/docs/en/nrpe.html
+182
-317
html/docs/en/nsca.html
html/docs/en/nsca.html
+6
-6
html/docs/en/objectdefinitions.html
html/docs/en/objectdefinitions.html
+38
-37
html/docs/en/objectinheritance.html
html/docs/en/objectinheritance.html
+9
-9
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
+4
-4
html/docs/en/perfgraphs.html
html/docs/en/perfgraphs.html
+13
-13
html/docs/en/pluginapi.html
html/docs/en/pluginapi.html
+3
-3
html/docs/en/plugins.html
html/docs/en/plugins.html
+14
-14
html/docs/en/quickstart-icinga-freebsd.html
html/docs/en/quickstart-icinga-freebsd.html
+9
-9
html/docs/en/quickstart-icinga.html
html/docs/en/quickstart-icinga.html
+38
-12
html/docs/en/quickstart-idoutils-freebsd.html
html/docs/en/quickstart-idoutils-freebsd.html
+10
-10
html/docs/en/quickstart-idoutils.html
html/docs/en/quickstart-idoutils.html
+34
-10
html/docs/en/quickstart.html
html/docs/en/quickstart.html
+6
-6
html/docs/en/recurring_downtimes.html
html/docs/en/recurring_downtimes.html
+3
-3
html/docs/en/redundancy.html
html/docs/en/redundancy.html
+5
-5
html/docs/en/reporting.html
html/docs/en/reporting.html
+20
-20
html/docs/en/sample-cgi.html
html/docs/en/sample-cgi.html
+1011
-0
html/docs/en/sample-commands.html
html/docs/en/sample-commands.html
+302
-0
html/docs/en/sample-config.html
html/docs/en/sample-config.html
+94
-0
html/docs/en/sample-contacts.html
html/docs/en/sample-contacts.html
+110
-0
html/docs/en/sample-httpd.html
html/docs/en/sample-httpd.html
+95
-0
html/docs/en/sample-icinga.html
html/docs/en/sample-icinga.html
+1593
-0
html/docs/en/sample-localhost.html
html/docs/en/sample-localhost.html
+223
-0
html/docs/en/sample-notifications.html
html/docs/en/sample-notifications.html
+190
-0
html/docs/en/sample-printer.html
html/docs/en/sample-printer.html
+140
-0
html/docs/en/sample-resource.html
html/docs/en/sample-resource.html
+88
-0
html/docs/en/sample-switch.html
html/docs/en/sample-switch.html
+168
-0
html/docs/en/sample-templates.html
html/docs/en/sample-templates.html
+245
-0
html/docs/en/sample-timeperiods.html
html/docs/en/sample-timeperiods.html
+149
-0
html/docs/en/sample-windows.html
html/docs/en/sample-windows.html
+200
-0
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
+44
-24
html/docs/en/upgrading_icingaweb.html
html/docs/en/upgrading_icingaweb.html
+33
-33
html/docs/en/upgrading_idoutils.html
html/docs/en/upgrading_idoutils.html
+3
-3
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
+62
-75
html/docs/images/icinga-web-admin_groups1.png
html/docs/images/icinga-web-admin_groups1.png
+0
-0
html/docs/images/icinga-web-admin_groups1_1.6.png
html/docs/images/icinga-web-admin_groups1_1.6.png
+0
-0
html/docs/images/icinga-web-admin_groups1_1.9.png
html/docs/images/icinga-web-admin_groups1_1.9.png
+0
-0
html/docs/images/icinga-web-admin_groups2.png
html/docs/images/icinga-web-admin_groups2.png
+0
-0
html/docs/images/icinga-web-admin_groups2_1.6.png
html/docs/images/icinga-web-admin_groups2_1.6.png
+0
-0
html/docs/images/icinga-web-admin_users1.png
html/docs/images/icinga-web-admin_users1.png
+0
-0
html/docs/images/icinga-web-admin_users1_1.6.png
html/docs/images/icinga-web-admin_users1_1.6.png
+0
-0
html/docs/images/icinga-web-admin_users1_1.9.png
html/docs/images/icinga-web-admin_users1_1.9.png
+0
-0
html/docs/images/icinga-web-admin_users2.png
html/docs/images/icinga-web-admin_users2.png
+0
-0
html/docs/images/icinga-web-admin_users2_1.6.png
html/docs/images/icinga-web-admin_users2_1.6.png
+0
-0
html/docs/images/icinga-web-commands_hst.png
html/docs/images/icinga-web-commands_hst.png
+0
-0
html/docs/images/icinga-web-commands_hst_1.3.png
html/docs/images/icinga-web-commands_hst_1.3.png
+0
-0
html/docs/images/icinga-web-commands_hst_1.5.png
html/docs/images/icinga-web-commands_hst_1.5.png
+0
-0
html/docs/images/icinga-web-commands_hst_1.6.png
html/docs/images/icinga-web-commands_hst_1.6.png
+0
-0
html/docs/images/icinga-web-commands_svc.png
html/docs/images/icinga-web-commands_svc.png
+0
-0
html/docs/images/icinga-web-commands_svc_1.3.png
html/docs/images/icinga-web-commands_svc_1.3.png
+0
-0
html/docs/images/icinga-web-commands_svc_1.5.png
html/docs/images/icinga-web-commands_svc_1.5.png
+0
-0
html/docs/images/icinga-web-commands_svc_1.6.png
html/docs/images/icinga-web-commands_svc_1.6.png
+0
-0
html/docs/images/icinga-web-cronks-settings.png
html/docs/images/icinga-web-cronks-settings.png
+0
-0
html/docs/images/icinga-web-cronks-settings_1.9.png
html/docs/images/icinga-web-cronks-settings_1.9.png
+0
-0
html/docs/images/icinga-web-cronks1.png
html/docs/images/icinga-web-cronks1.png
+0
-0
html/docs/images/icinga-web-cronks1_1.3.png
html/docs/images/icinga-web-cronks1_1.3.png
+0
-0
html/docs/images/icinga-web-cronks1_1.5.png
html/docs/images/icinga-web-cronks1_1.5.png
+0
-0
html/docs/images/icinga-web-cronks1_1.6.png
html/docs/images/icinga-web-cronks1_1.6.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-cronks1_1.9.png
html/docs/images/icinga-web-cronks1_1.9.png
+0
-0
html/docs/images/icinga-web-cronks2.png
html/docs/images/icinga-web-cronks2.png
+0
-0
html/docs/images/icinga-web-cronks2_1.3.png
html/docs/images/icinga-web-cronks2_1.3.png
+0
-0
html/docs/images/icinga-web-cronks2_1.5.png
html/docs/images/icinga-web-cronks2_1.5.png
+0
-0
html/docs/images/icinga-web-cronks2_1.6.png
html/docs/images/icinga-web-cronks2_1.6.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-cronks2_1.9.png
html/docs/images/icinga-web-cronks2_1.9.png
+0
-0
html/docs/images/icinga-web-cronks2a.png
html/docs/images/icinga-web-cronks2a.png
+0
-0
html/docs/images/icinga-web-cronks2a_1.6.png
html/docs/images/icinga-web-cronks2a_1.6.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.png
html/docs/images/icinga-web-cronks3.png
+0
-0
html/docs/images/icinga-web-cronks3_1.3.png
html/docs/images/icinga-web-cronks3_1.3.png
+0
-0
html/docs/images/icinga-web-cronks3_1.5.png
html/docs/images/icinga-web-cronks3_1.5.png
+0
-0
html/docs/images/icinga-web-cronks3_1.6.png
html/docs/images/icinga-web-cronks3_1.6.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-cronks3_1.9.png
html/docs/images/icinga-web-cronks3_1.9.png
+0
-0
html/docs/images/icinga-web-cronks4.png
html/docs/images/icinga-web-cronks4.png
+0
-0
html/docs/images/icinga-web-cronks4_1.9.png
html/docs/images/icinga-web-cronks4_1.9.png
+0
-0
html/docs/images/icinga-web-cronks5.png
html/docs/images/icinga-web-cronks5.png
+0
-0
html/docs/images/icinga-web-cronks6.png
html/docs/images/icinga-web-cronks6.png
+0
-0
html/docs/images/icinga-web-exp_1.png
html/docs/images/icinga-web-exp_1.png
+0
-0
html/docs/images/icinga-web-exp_2.png
html/docs/images/icinga-web-exp_2.png
+0
-0
html/docs/images/icinga-web-exp_3.png
html/docs/images/icinga-web-exp_3.png
+0
-0
html/docs/images/icinga-web-exp_4.png
html/docs/images/icinga-web-exp_4.png
+0
-0
html/docs/images/icinga-web-exp_5.png
html/docs/images/icinga-web-exp_5.png
+0
-0
html/docs/images/icinga-web-filter1.png
html/docs/images/icinga-web-filter1.png
+0
-0
html/docs/images/icinga-web-filter1_1.3.png
html/docs/images/icinga-web-filter1_1.3.png
+0
-0
html/docs/images/icinga-web-filter1_1.6.png
html/docs/images/icinga-web-filter1_1.6.png
+0
-0
html/docs/images/icinga-web-filter1_1.9.png
html/docs/images/icinga-web-filter1_1.9.png
+0
-0
html/docs/images/icinga-web-filter2.png
html/docs/images/icinga-web-filter2.png
+0
-0
html/docs/images/icinga-web-filter2_1.3.png
html/docs/images/icinga-web-filter2_1.3.png
+0
-0
html/docs/images/icinga-web-filter2_1.9.png
html/docs/images/icinga-web-filter2_1.9.png
+0
-0
html/docs/images/icinga-web-filter3.png
html/docs/images/icinga-web-filter3.png
+0
-0
html/docs/images/icinga-web-filter3_1.9.png
html/docs/images/icinga-web-filter3_1.9.png
+0
-0
html/docs/images/icinga-web-filter4.png
html/docs/images/icinga-web-filter4.png
+0
-0
html/docs/images/icinga-web-filter5.png
html/docs/images/icinga-web-filter5.png
+0
-0
html/docs/images/icinga-web-filter6.png
html/docs/images/icinga-web-filter6.png
+0
-0
html/docs/images/icinga-web-host.png
html/docs/images/icinga-web-host.png
+0
-0
html/docs/images/icinga-web-host_1.5.png
html/docs/images/icinga-web-host_1.5.png
+0
-0
html/docs/images/icinga-web-host_1.6.png
html/docs/images/icinga-web-host_1.6.png
+0
-0
html/docs/images/icinga-web-hostgroup.png
html/docs/images/icinga-web-hostgroup.png
+0
-0
html/docs/images/icinga-web-hostgroup_1.5.png
html/docs/images/icinga-web-hostgroup_1.5.png
+0
-0
html/docs/images/icinga-web-hostgroup_1.6.png
html/docs/images/icinga-web-hostgroup_1.6.png
+0
-0
html/docs/images/icinga-web-instance-down.png
html/docs/images/icinga-web-instance-down.png
+0
-0
html/docs/images/icinga-web-log.png
html/docs/images/icinga-web-log.png
+0
-0
html/docs/images/icinga-web-log_1.3.png
html/docs/images/icinga-web-log_1.3.png
+0
-0
html/docs/images/icinga-web-log_1.6.png
html/docs/images/icinga-web-log_1.6.png
+0
-0
html/docs/images/icinga-web-mainscreen.png
html/docs/images/icinga-web-mainscreen.png
+0
-0
html/docs/images/icinga-web-mainscreen1.png
html/docs/images/icinga-web-mainscreen1.png
+0
-0
html/docs/images/icinga-web-mainscreen1_1.3.png
html/docs/images/icinga-web-mainscreen1_1.3.png
+0
-0
html/docs/images/icinga-web-mainscreen1_1.5.png
html/docs/images/icinga-web-mainscreen1_1.5.png
+0
-0
html/docs/images/icinga-web-mainscreen1_1.6.png
html/docs/images/icinga-web-mainscreen1_1.6.png
+0
-0
html/docs/images/icinga-web-overview.png
html/docs/images/icinga-web-overview.png
+0
-0
html/docs/images/icinga-web-overview_1.3.png
html/docs/images/icinga-web-overview_1.3.png
+0
-0
html/docs/images/icinga-web-overview_1.5.png
html/docs/images/icinga-web-overview_1.5.png
+0
-0
html/docs/images/icinga-web-overview_1.6.png
html/docs/images/icinga-web-overview_1.6.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-overview_1.8.png
html/docs/images/icinga-web-overview_1.8.png
+0
-0
html/docs/images/icinga-web-overview_1.9.png
html/docs/images/icinga-web-overview_1.9.png
+0
-0
html/docs/images/icinga-web-search1.png
html/docs/images/icinga-web-search1.png
+0
-0
html/docs/images/icinga-web-search1_1.3.png
html/docs/images/icinga-web-search1_1.3.png
+0
-0
html/docs/images/icinga-web-search1_1.6.png
html/docs/images/icinga-web-search1_1.6.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-settings.png
html/docs/images/icinga-web-settings.png
+0
-0
html/docs/images/icinga-web-settings_1.5.png
html/docs/images/icinga-web-settings_1.5.png
+0
-0
html/docs/images/icinga-web-srv.png
html/docs/images/icinga-web-srv.png
+0
-0
html/docs/images/icinga-web-srv_1.5.png
html/docs/images/icinga-web-srv_1.5.png
+0
-0
html/docs/images/icinga-web-srv_1.6.png
html/docs/images/icinga-web-srv_1.6.png
+0
-0
html/docs/images/icinga-web-statuscronk.png
html/docs/images/icinga-web-statuscronk.png
+0
-0
html/docs/images/icinga-web-statuscronk_1.5.png
html/docs/images/icinga-web-statuscronk_1.5.png
+0
-0
html/docs/images/icinga-web-statuscronk_1.6.png
html/docs/images/icinga-web-statuscronk_1.6.png
+0
-0
html/docs/images/icinga-web-topmenu1.png
html/docs/images/icinga-web-topmenu1.png
+0
-0
html/docs/images/icinga-web-topmenu1_1.6.png
html/docs/images/icinga-web-topmenu1_1.6.png
+0
-0
html/docs/images/icinga-web-topmenu1_1.7.png
html/docs/images/icinga-web-topmenu1_1.7.png
+0
-0
html/docs/images/icinga-web-topmenu2.png
html/docs/images/icinga-web-topmenu2.png
+0
-0
html/docs/images/icinga-web-topmenu2_1.3.png
html/docs/images/icinga-web-topmenu2_1.3.png
+0
-0
html/docs/images/icinga-web-topmenuadmin1.png
html/docs/images/icinga-web-topmenuadmin1.png
+0
-0
html/images/menu_cat_gray.png
html/images/menu_cat_gray.png
+0
-0
html/index.html.in
html/index.html.in
+1
-1
html/jquery-ui/themes/base/jquery.ui.base.css
html/jquery-ui/themes/base/jquery.ui.base.css
+2
-1
html/jquery-ui/themes/base/jquery.ui.button.css
html/jquery-ui/themes/base/jquery.ui.button.css
+5
-0
html/jquery-ui/themes/base/jquery.ui.core.css
html/jquery-ui/themes/base/jquery.ui.core.css
+4
-37
html/jquery-ui/themes/base/jquery.ui.datepicker.css
html/jquery-ui/themes/base/jquery.ui.datepicker.css
+4
-65
html/jquery-ui/themes/base/jquery.ui.slider.css
html/jquery-ui/themes/base/jquery.ui.slider.css
+4
-23
html/jquery-ui/themes/base/jquery.ui.theme.css
html/jquery-ui/themes/base/jquery.ui.theme.css
+5
-247
html/jquery-ui/ui/jquery.ui.autocomplete.js
html/jquery-ui/ui/jquery.ui.autocomplete.js
+4
-0
html/jquery-ui/ui/jquery.ui.button.js
html/jquery-ui/ui/jquery.ui.button.js
+4
-0
html/jquery-ui/ui/jquery.ui.core.js
html/jquery-ui/ui/jquery.ui.core.js
+4
-5
html/jquery-ui/ui/jquery.ui.datepicker.js
html/jquery-ui/ui/jquery.ui.datepicker.js
+5
-5
html/jquery-ui/ui/jquery.ui.effect-blind.js
html/jquery-ui/ui/jquery.ui.effect-blind.js
+4
-0
html/jquery-ui/ui/jquery.ui.effect.js
html/jquery-ui/ui/jquery.ui.effect.js
+4
-0
html/jquery-ui/ui/jquery.ui.menu.js
html/jquery-ui/ui/jquery.ui.menu.js
+4
-0
html/jquery-ui/ui/jquery.ui.mouse.js
html/jquery-ui/ui/jquery.ui.mouse.js
+4
-5
html/jquery-ui/ui/jquery.ui.position.js
html/jquery-ui/ui/jquery.ui.position.js
+4
-0
html/jquery-ui/ui/jquery.ui.slider.js
html/jquery-ui/ui/jquery.ui.slider.js
+4
-5
html/jquery-ui/ui/jquery.ui.widget.js
html/jquery-ui/ui/jquery.ui.widget.js
+4
-5
html/js/autocomplete.js.in
html/js/autocomplete.js.in
+151
-0
html/js/common_functions.js
html/js/common_functions.js
+34
-0
html/js/page_refresh.js
html/js/page_refresh.js
+3
-23
html/js/status_filter_functions.js
html/js/status_filter_functions.js
+512
-0
html/main.html
html/main.html
+14
-14
html/menu.html.in
html/menu.html.in
+21
-14
html/stylesheets/extinfo.css
html/stylesheets/extinfo.css
+4
-0
html/stylesheets/menu.css
html/stylesheets/menu.css
+61
-0
html/stylesheets/ministatus.css
html/stylesheets/ministatus.css
+0
-90
html/stylesheets/status.css
html/stylesheets/status.css
+14
-4
icinga-systemd.in
icinga-systemd.in
+12
-0
icinga.8
icinga.8
+59
-0
icinga.spec
icinga.spec
+207
-29
icingastats.8
icingastats.8
+51
-0
ido2db-systemd.in
ido2db-systemd.in
+11
-0
ido2db.8
ido2db.8
+51
-0
include/broker.h
include/broker.h
+1
-0
include/cgiutils.h
include/cgiutils.h
+16
-5
include/common.h
include/common.h
+11
-3
include/config.h.in
include/config.h.in
+0
-7
include/icinga.h
include/icinga.h
+0
-2
include/logging.h
include/logging.h
+3
-0
include/nebmodules.h
include/nebmodules.h
+1
-0
include/nebstructs.h
include/nebstructs.h
+2
-0
include/profiler.h
include/profiler.h
+0
-71
include/statsprofiler.h
include/statsprofiler.h
+0
-27
include/statusdata.h
include/statusdata.h
+2
-0
maketar.sh
maketar.sh
+19
-0
module/Makefile.in
module/Makefile.in
+10
-0
module/idoutils/Makefile.in
module/idoutils/Makefile.in
+10
-0
module/idoutils/config/ido2db.cfg-sample.in
module/idoutils/config/ido2db.cfg-sample.in
+2
-35
module/idoutils/config/idomod.cfg-sample.in
module/idoutils/config/idomod.cfg-sample.in
+18
-4
module/idoutils/config/updates/ido2db.cfg_added_1.9_to_1.10.cfg
.../idoutils/config/updates/ido2db.cfg_added_1.9_to_1.10.cfg
+13
-0
module/idoutils/config/updates/ido2db.cfg_removed_1.9_to_1.10.cfg
...doutils/config/updates/ido2db.cfg_removed_1.9_to_1.10.cfg
+49
-0
module/idoutils/config/updates/idomod.cfg_added_1.9_to_1.10.cfg
.../idoutils/config/updates/idomod.cfg_added_1.9_to_1.10.cfg
+23
-0
module/idoutils/db/mysql/mysql.sql
module/idoutils/db/mysql/mysql.sql
+8
-87
module/idoutils/db/mysql/upgrade/mysql-upgrade-1.10.0.sql
module/idoutils/db/mysql/upgrade/mysql-upgrade-1.10.0.sql
+73
-0
module/idoutils/db/oracle/create_icinga_objects_oracle.sql
module/idoutils/db/oracle/create_icinga_objects_oracle.sql
+6
-103
module/idoutils/db/oracle/oracle-drop.sql
module/idoutils/db/oracle/oracle-drop.sql
+0
-4
module/idoutils/db/oracle/oracle.sql
module/idoutils/db/oracle/oracle.sql
+1
-1
module/idoutils/db/oracle/upgrade/oracle-upgrade-1.10.0.sql
module/idoutils/db/oracle/upgrade/oracle-upgrade-1.10.0.sql
+109
-0
module/idoutils/db/pgsql/pgsql.sql
module/idoutils/db/pgsql/pgsql.sql
+9
-87
module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.10.0.sql
module/idoutils/db/pgsql/upgrade/pgsql-upgrade-1.10.0.sql
+77
-0
module/idoutils/db/queries/timed_event_queue.sql
module/idoutils/db/queries/timed_event_queue.sql
+0
-15
module/idoutils/db/queries/timed_events.sql
module/idoutils/db/queries/timed_events.sql
+0
-18
module/idoutils/db/scripts/installdb.in
module/idoutils/db/scripts/installdb.in
+1
-1
module/idoutils/include/common.h
module/idoutils/include/common.h
+3
-3
module/idoutils/include/db.h
module/idoutils/include/db.h
+4
-5
module/idoutils/include/dbhandlers.h
module/idoutils/include/dbhandlers.h
+0
-1
module/idoutils/include/dbqueries.h
module/idoutils/include/dbqueries.h
+0
-6
module/idoutils/include/ido2db.h
module/idoutils/include/ido2db.h
+4
-9
module/idoutils/include/idomod.h
module/idoutils/include/idomod.h
+1
-1
module/idoutils/include/protoapi.h
module/idoutils/include/protoapi.h
+3
-2
module/idoutils/include/sla.h
module/idoutils/include/sla.h
+0
-96
module/idoutils/src/Makefile.in
module/idoutils/src/Makefile.in
+12
-8
module/idoutils/src/db.c
module/idoutils/src/db.c
+15
-599
module/idoutils/src/dbhandlers.c
module/idoutils/src/dbhandlers.c
+470
-801
module/idoutils/src/dbqueries.c
module/idoutils/src/dbqueries.c
+311
-878
module/idoutils/src/ido2db.c
module/idoutils/src/ido2db.c
+40
-38
module/idoutils/src/idomod.c
module/idoutils/src/idomod.c
+71
-192
module/idoutils/src/sla.c
module/idoutils/src/sla.c
+0
-1393
module/idoutils/src/utils.c
module/idoutils/src/utils.c
+1
-2
rc.ido2db.in
rc.ido2db.in
+5
-3
sample-config/cgi.cfg.in
sample-config/cgi.cfg.in
+43
-6
sample-config/icinga.cfg.in
sample-config/icinga.cfg.in
+8
-5
sample-config/updates/cgi.cfg_added_1.9_to_1.10.cfg
sample-config/updates/cgi.cfg_added_1.9_to_1.10.cfg
+48
-0
sample-config/updates/icinga.cfg_added_1.9_to_1.10.cfg
sample-config/updates/icinga.cfg_added_1.9_to_1.10.cfg
+30
-0
selinux/el5/icinga.fc
selinux/el5/icinga.fc
+0
-15
selinux/el5/icinga.if
selinux/el5/icinga.if
+0
-104
selinux/el5/icinga.te
selinux/el5/icinga.te
+0
-166
selinux/fc14/icinga.fc
selinux/fc14/icinga.fc
+0
-80
selinux/fc14/icinga.if
selinux/fc14/icinga.if
+0
-260
selinux/fc14/icinga.te
selinux/fc14/icinga.te
+0
-387
selinux/icinga.fc
selinux/icinga.fc
+0
-0
selinux/icinga.if
selinux/icinga.if
+0
-0
selinux/icinga.sh
selinux/icinga.sh
+0
-0
selinux/icinga.te
selinux/icinga.te
+0
-0
solaris/postinstall
solaris/postinstall
+1
-14
solaris/preinstall
solaris/preinstall
+17
-0
subst.in
subst.in
+1
-0
sysconfig-env.in
sysconfig-env.in
+11
-0
t-tap/Makefile.in
t-tap/Makefile.in
+13
-1
t-tap/test-stubs.c
t-tap/test-stubs.c
+1
-3
t-tap/test_events.c
t-tap/test_events.c
+1
-3
t-tap/test_icinga_config.c
t-tap/test_icinga_config.c
+2
-2
t-tap/test_timeperiods.c
t-tap/test_timeperiods.c
+2
-2
t-tap/test_xsddefault.c
t-tap/test_xsddefault.c
+2
-6
t/610cgistatus.t
t/610cgistatus.t
+2
-2
t/623cmd-local.t.disabled
t/623cmd-local.t.disabled
+1
-1
t/670cgi-json-check.t
t/670cgi-json-check.t
+168
-0
t/Icinga/Test.pm
t/Icinga/Test.pm
+20
-1
t/Makefile.in
t/Makefile.in
+10
-0
t/etc/cgi-hosturgencies.cfg
t/etc/cgi-hosturgencies.cfg
+2
-0
t/etc/cgi-json-check.cfg
t/etc/cgi-json-check.cfg
+28
-0
t/etc/cgi-with-generated-status.cfg
t/etc/cgi-with-generated-status.cfg
+6
-0
t/etc/icinga-json-cgi-check.cfg
t/etc/icinga-json-cgi-check.cfg
+105
-0
t/var/archives/icinga-09-16-2013-00.log
t/var/archives/icinga-09-16-2013-00.log
+152
-0
t/var/icinga.log
t/var/icinga.log
+152
-8
t/var/nagios.log
t/var/nagios.log
+0
-8
t/var/objects-json-cgi-check.cache
t/var/objects-json-cgi-check.cache
+1723
-0
t/var/status-json-cgi-check.dat
t/var/status-json-cgi-check.dat
+2908
-0
tests/etc/1066.cfg
tests/etc/1066.cfg
+6
-6
tests/etc/1228.cfg
tests/etc/1228.cfg
+5
-5
tests/etc/1300.cfg
tests/etc/1300.cfg
+5
-5
tests/etc/1367.cfg
tests/etc/1367.cfg
+19
-19
tests/etc/1502.cfg
tests/etc/1502.cfg
+12
-12
tests/etc/1773.cfg
tests/etc/1773.cfg
+3
-3
tests/etc/1782.cfg
tests/etc/1782.cfg
+6
-5
tests/etc/1820.cfg
tests/etc/1820.cfg
+3
-3
tests/etc/1910.cfg
tests/etc/1910.cfg
+3
-3
tests/etc/1974.cfg
tests/etc/1974.cfg
+3
-3
tests/etc/2291.cfg
tests/etc/2291.cfg
+4
-4
tests/etc/2470.cfg
tests/etc/2470.cfg
+3
-3
tests/etc/2520.cfg
tests/etc/2520.cfg
+5
-5
tests/etc/2534.cfg
tests/etc/2534.cfg
+3
-3
tests/etc/2546.cfg
tests/etc/2546.cfg
+4
-4
tests/etc/2616.cfg
tests/etc/2616.cfg
+5
-5
tests/etc/2619.cfg
tests/etc/2619.cfg
+2
-2
tests/etc/2647.cfg
tests/etc/2647.cfg
+43
-0
tests/etc/2688.cfg
tests/etc/2688.cfg
+3
-3
tests/etc/2701.cfg
tests/etc/2701.cfg
+12
-12
tests/etc/2743.cfg
tests/etc/2743.cfg
+356
-46
tests/etc/2878.cfg
tests/etc/2878.cfg
+5
-5
tests/etc/2913.cfg
tests/etc/2913.cfg
+3
-3
tests/etc/2925.cfg
tests/etc/2925.cfg
+3
-3
tests/etc/3064.cfg
tests/etc/3064.cfg
+5
-5
tests/etc/3088.cfg
tests/etc/3088.cfg
+8
-8
tests/etc/3183.cfg
tests/etc/3183.cfg
+5
-5
tests/etc/3295.cfg
tests/etc/3295.cfg
+7
-7
tests/etc/3322.cfg
tests/etc/3322.cfg
+5
-5
tests/etc/3324.cfg
tests/etc/3324.cfg
+5
-5
tests/etc/3397.cfg
tests/etc/3397.cfg
+5
-5
tests/etc/3441.cfg
tests/etc/3441.cfg
+15
-15
tests/etc/3509.cfg.disabled
tests/etc/3509.cfg.disabled
+4
-4
tests/etc/3715.cfg
tests/etc/3715.cfg
+5
-5
tests/etc/3961.cfg
tests/etc/3961.cfg
+28
-0
tests/etc/4390.cfg
tests/etc/4390.cfg
+68
-0
tests/etc/4534.cfg
tests/etc/4534.cfg
+55
-0
tests/etc/4702.cfg.disabled
tests/etc/4702.cfg.disabled
+38
-0
tests/etc/4967.cfg.disabled
tests/etc/4967.cfg.disabled
+101
-0
tests/etc/674.cfg
tests/etc/674.cfg
+3
-3
tests/etc/949.cfg
tests/etc/949.cfg
+1
-1
tests/etc/check_startup_delay.cfg
tests/etc/check_startup_delay.cfg
+5
-5
tests/etc/commands.cfg
tests/etc/commands.cfg
+0
-26
tests/etc/contacts.cfg
tests/etc/contacts.cfg
+2
-2
tests/etc/nolinebreaks.cfg
tests/etc/nolinebreaks.cfg
+1
-1
tests/etc/resource_cfg
tests/etc/resource_cfg
+12
-0
tests/etc/templates.cfg
tests/etc/templates.cfg
+174
-0
tools/icinga_verification.pl
tools/icinga_verification.pl
+0
-4
update-version
update-version
+2
-2
update-version-schema
update-version-schema
+2
-2
xdata/Makefile.in
xdata/Makefile.in
+10
-0
xdata/xodtemplate.c
xdata/xodtemplate.c
+283
-121
xdata/xodtemplate.h
xdata/xodtemplate.h
+15
-2
xdata/xrddefault.c
xdata/xrddefault.c
+1
-2
xdata/xsddefault.c
xdata/xsddefault.c
+20
-46
No files found.
AUTHORS
View file @
85b59ef3
...
...
@@ -23,12 +23,14 @@ Alexander Hofmann
Matthieu Kermagoret
Petya Kohts
Julius Kriukas
Ondra 'Kepi' Kudlík
Joerg Linge
Opsera Ltd
Opsview Team
Michael Luebben
Christoph Maser
Bill McGonigle
Viranch Metha
Sean Millichamp
Chris Moates
Steven D. Morrey
...
...
Changelog
View file @
85b59ef3
...
...
@@ -13,6 +13,141 @@ UPGRADE NOTES
- idoutils: ${source}/module/idoutils/config/updates
* package locations may differ!
1.10.1 - 04/11/2013
ENHANCEMENTS
* core: add line number information to config verification error messages #4967 - GB
FIXES
* core/idoutils: revert check_source attribute due to mod_gearman manipulating in-memory checkresult list #4958 - MF
** classic ui/idoutils schema: functionality is kept only for Icinga 2 support
* classic ui: fix context help on mouseover in cmd.cgi (Marc-Christian Petersen) #4971 - MF
* classic ui: correction of colspan value in status.cgi (Bernd Arnold) #4961 - MF
* idoutils: fix pgsql update script #4953 - AW/MF
* idoutils: fix logentry_type being integer, not unsigned long (thx David Mikulksi) #4953 - MF
1.10.0 - 24/10/2013
* idoutils: slahistory table must be removed manually after enable_sla removal #4363
- DROP TABLE icinga_slahistory
* idoutils: timedevents & timedeventqueue tables are deprecated and removed #4482
ENHANCEMENTS
* core: allow exclude (!) to work for regexp matches as well (Matthias Kerk) #3720 - MF
* core: make logging of external command errors more verbose (Anton Lofgren, op5 team) #4402 - MF
* core: avoid unnecessary ctime() calls when debugging is disabled, increase performance (Opsview Team) #4681 - MF
* core: add check source to checkresult/status data #4709 - MF
* core: fix check fails when using environment variables (Sven Nierlein) #2647 - MF
* classic ui: add display filter modification for status.cgi #852 - RB
* classic ui: log errors into cgi log (use_logging=1) #4389 - MF
* classic ui: show custom variables in extended info #4390 - MF
* classic ui: allow to exclude custom variable name/value based on pattern #4390 - MF
* classic ui: add make install-classicui-standalone-conf as seperated config installation #4664 - MF
* classic ui: added performance data to extinfo json output #4728 - RB
* classic ui: show backend version info from status file (1.x or 2.x) #4737 - MF
* classic ui: added option for partial servicegroups #2740 - RB
* classic ui: show check source in extinfo #4709 - MF
* classic ui: added live search #1657 - Kepi/RB
* idoutils: add a table trimming option for 'downtime history' #3989 - MF
* idoutils: allow to disable customvar status updates with dump_customvar_status=0|1 in idomod.cfg #4479 - MF
* idoutils: add check_source to status tables #4709 - MF
* idoutils: add object_id (host, service) to logentries status updates/state changes #4754 - MF
* docs: add samples files for reference #4422 - WN
* docs: update pnp screenshots #4288 - WN
* docs: explain icinga web expander icon #4527 - WN
* docs: add hint to views.xml config file #4690 - WN
* docs: add "show_partial_servicegroups" to cgi.cfg #4730 - WN
* docs: add "dump_customvar_status" to idomod.cfg #4705 - WN
* install: allow enable perfdata config switch via configure #3996 - MF
* install: add --enable-debug=yes/no to set specific compiler flags for gdb, valgrind #4387 - MF
* install: detect /etc/apache2/conf-available on debian with apache2.4 #4509 - MF
* install: add manpages from debian upstream #4055 - MF
* contrib: add vim highlight script for Icinga syntax #4150 - LE
FIXES
* core: multiple idomod modules: only first gets data from registered callback functions #4199 - MF
* core: fix services with no host mappings are not accepted (Viranch Metha) #3961 - MF
* core: remove event_profiling_enabled functionality causing core dumps #2244 - MF
* core: fix init script status exit codes on not running daemon and present pid file #4243 - MF
* core: replace localtime() with reentrant localtime_r() (Opsview Team) #4682 - MF
* core: fix config parser ignores errors on non-existing templates used in multiple templates levels #4702 - MF
* core: add colon to illegal_object_name_chars #4227 - MF
* core: fix umask after reset for cmd pipe #4771 - MF
* core: dump host/service initial states on event loop initialization again #3838 - MF
* core: fix scheduling a downtime should preserve the author's name if provided, not setting "(Icinga Process)" (thx Eric Stanley) #4822 - MF
* core: fix external commands for CHANGE_*_INTERVAL don't accept floating point values #4897 - MF
* classic ui: fixed Generated HTML code partly invalid #3608 - RB/Dakon
* classic ui: fix empty REMOTE_ADDR env var causes sigsegv in cmd.cgi (use_logging=1) #4445 - MF
* classic ui: fixed disapearing scheduled downtime for down hosts in tac.cgi #4260 - RB
* classic ui: Hostgroup/Servicegroup Overview: hosts not sorted alphabetical #4404 - RB
* idoutils: remove enable_sla functionality (deprecated in 1.9) #4363
* idoutils: fix duration integer columns could run out of range (William Epler) #4420 #4939 - MF
* idoutils: remove timedevent support and tables #4482 - MF
* idoutils: fix comments(history) UK misses object_id, not allowing the same comment on host AND service #4544 - MF
* idoutils: fix contact_notificationcommands contain garbage and insert faulty command object ids (thx mhein/mjentsch) #4799 - MF
* idoutils: deprecate clean_{config,realtime}_tables_on_core_startup #4791 - MF
* idoutils: fix ido2db does not clear scheduleddowntime table on instance startup #4808 - MF
* docs: quickstart guides / default changed to compilation of IDOUtils #4203 - WN
* docs: update icinga web troubleshooting for timezones #4554 - WN
* docs: remove enable_sla, timedevent* from idoutils docs #4487 - MF
* docs: add colon to illegal_object_name_chars #4704 - MF
* install: fix initscripts exit-code 1 on start when service is already started (thx Marco Hoyer) #4393 - MF
* install: fix ido2db initscript: kill fails on stop() on debian wheezy #4504 - MF
* icinga.spec: remove commandgrp/user flags for configure (INSTALL_OPTS useless on package build) #4394 - MF
SUPPORT
* fixed gcc warnings about unused vars and unused return values #3984 - RB
* fixed gcc errors in extinfo.c and ido2db.c #4392 - CF
* fix warnings with CLANG compiler #4159 - MF
* added cgi JSON output tests #3203 - RB
* classic ui: javascript cleanup and common.lib added #4324 - RB
CHANGES
* core: multiple neb modules from same bin are copied to tmp with random name (again) #4199
** trick dlopen() to register callbacks for every neb module with different instance_name
** no need to manually copy binaries around
* core: drop event_profiling_enabled functionality #2244
* core: add colon to illegal_object_name_chars #4227
** reason are on-demand macros not working in #4005
* core: broker_{host,service}_data accept check_source parameter #4709
* core: dump_retained_host_service_states_to_neb is now disabled (re-enabled timing loop updates instead) #3838
* classic ui: added custom vars to json_output in extinfo.cgi #4390
* classic ui: add exclude_customvar_name and exclude_customvar_value to cfg.cfg #4390
** patterns to be excluded, comma seperated list
* classic ui: make install-classicui-standalone does not install configs anymore #4664
** use make install-classicui-standalone-conf instead
* idoutils: add max_downtimhistory_age to ido2db.cfg #3989
* idoutils: remove enable_sla functionality (deprecated in 1.9) #4363
* idoutils: remove timedevents functionality, drop tables #4482
* idoutils: unique constraint on comments/commenthistory tables #4544
* idoutils: customvariablestatus table not updated by default (dump_customvar_status=0) #4479
* idoutils: dump_customvar_status=0|1 in idomod.cfg #4479
* idoutils: add 'check_source' column to {host,service}_status tables #4709
* idoutils: clean_{config,realtime}_tables_on_core_startup are now DEPRECATED #4791
* idoutils: add 'object_id' to logentries table (NULL if not provided) #4754
* install: configure --enable-perfdata sets icinga.cfg:process_performance_data #3996
1.9.3 - 07/07/2013
FIXES
...
...
@@ -143,9 +278,6 @@ FIXES
* install: drop unused daemon-init-readhat script (spec uses daemon-init) #3402 - MF
* install: fix broken configure ssl detection for idoutils on ubuntu/debian (Oliver Skibbe) #3413 - MF
* install: fix ido2db initscript uses same chkconfig line as icinga (Dirk Götz) #3490 - MF
* install: fix configure does not detect AIX6/7 properly #3895 - MF
* install: fix STATEDIR creation during make install #3869 - MF
* docs: add missing cmd_mod description in cgi params #3438 - MF
* docs: search_string as cgi GET param works also for status.cgi #3451 - MF
...
...
Changelog_json
View file @
85b59ef3
...
...
@@ -2,6 +2,10 @@
Classic-UI JSON Change Log
#######################
1.10.0 - only values added, no existing values changed
* added custom vars to hosts and services in extinfo #4390
* added performance data to extinfo.cgi json #4723
1.9.0 - only values added, no existing values changed
* added icinga_status to every json response #3172
* added disable_notifications_expire_time to extinfo/processinfo #3482
...
...
Makefile.in
View file @
85b59ef3
...
...
@@ -10,6 +10,7 @@ SRC_BASE=@srcdir@/base
SRC_CGI
=
@srcdir@/cgi
SRC_HTM
=
@srcdir@/html
SRC_DOCS
=
@srcdir@/html/docs
SRC_DOCS_IMAGES
=
@srcdir@/html/docs/images
SRC_MODULE
=
@srcdir@/module
SRC_INCLUDE
=
@srcdir@/include
SRC_COMMON
=
@srcdir@/common
...
...
@@ -20,6 +21,7 @@ SRC_TTAP=@srcdir@/t-tap
SRC_TAP
=
@srcdir@/tools/libtap
SRC_T
=
@srcdir@/t
SRC_DOCBOOK
=
@srcdir@/docbook
SRC_DOCBOOK_IMAGES
=
@srcdir@/docbook/images
SRC_DOCBOOK_DE
=
@srcdir@/docbook/de
SRC_DOCBOOK_EN
=
@srcdir@/docbook/en
...
...
@@ -49,14 +51,22 @@ INSTALL_OPTS=@INSTALL_OPTS@
INSTALL_OPTS_WEB
=
@INSTALL_OPTS_WEB@
COMMAND_OPTS
=
@COMMAND_OPTS@
HTTPD_CONF
=
@HTTPD_CONF@
APACHE24_DEBIAN
=
@APACHE24_DEBIAN@
HTTPDCONFFILE
=
@HTTPDCONFFILE@
HTTPAUTHFILE
=
@HTTPAUTHFILE@
INIT_DIR
=
@init_dir@
INIT_OPTS
=
@INIT_OPTS@
SYSTEMD_UNIT_DIR
=
@systemd_unit_dir@
SYSTEMD_SYSCONFIG_DIR
=
@systemd_sysconfig_dir@
CGICFGDIR
=
$(CGIDIR)
PERLDIR
=
@PERLDIR@
STATEDIR
=
@STATEDIR@
###############################
# Debug
###############################
ENABLE_DEBUG
=
@ENABLE_DEBUG@
###############################
# Modules
###############################
...
...
@@ -81,7 +91,7 @@ MKDIR=/bin/mkdir
###############################
# Global
###############################
ICINGA_VERSION
=
1.
9.3
ICINGA_VERSION
=
1.
10.1
CP
=
@CP@
...
...
@@ -121,9 +131,10 @@ none:
@
printf
"
\t
%-23s - %s
\n
"
"install-dev-docu"
"install doxygen development documentation"
@
printf
"
\t
%-23s - %s
\n
"
"install-testconfig"
"install test config"
@
printf
"
\t
%-23s - %s
\n
"
"install-classicui-standalone"
"install standalone classic ui"
@
printf
"
\t
%-23s - %s
\n
"
"install-classicui-standalone-conf"
"install standalone classic ui config"
#
FreeBSD
make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999)
#
Solaris
make does not support -C option, so we'll use the Apache style... (patch by Stanley Hopcroft 12/27/1999)
###############################
# Compile
...
...
@@ -279,7 +290,7 @@ distclean: clean
cd
$(SRC_TAP)
&&
$(MAKE)
$@
;
\
rm
-f
sample-config/
*
.cfg sample-config/
*
.conf sample-config/template-object/
*
.cfg
rm
-f
daemon-init pkginfo rc.ido2db
rm
-f
daemon-init pkginfo rc.ido2db
ido2db-systemd icinga-systemd sysconfig-env
rm
-f
include/dh.h
rm
-f
Makefile subst p1.pl
rm
-f
config.log config.status config.cache
...
...
@@ -319,6 +330,7 @@ create-docs: copy-docs-style
#
${MAKE}
submodule-update-latest
cd
${SRC_DOCBOOK_EN}
&&
make en
cd
${SRC_DOCBOOK_DE}
&&
make de
cp
${SRC_DOCBOOK_IMAGES}
/
*
.png
${SRC_DOCS_IMAGES}
/
@
echo
"updated docs :)"
create-tarball
:
...
...
@@ -465,6 +477,10 @@ install-testconfig:
install-webconf
:
$(MKDIR)
-p
-m
775
$(DESTDIR)$(HTTPD_CONF)
$(INSTALL)
-b
-m
644
$(INSTALL_OPTS)
sample-config/httpd.conf
$(DESTDIR)$(HTTPDCONFFILE)
@
if
[
x
$(APACHE24_DEBIAN)
=
xyes
]
;
then
\
echo
" Debian Apache 2.4 detected. "
;
\
echo
" Run 'a2enconf icinga' and 'service apache2 reload'"
;
\
fi
@echo
""
@echo
"*** Icinga/Apache conf file installed ***"
...
...
@@ -472,6 +488,7 @@ install-webconf:
install-webconf-auth
:
$(MKDIR)
-p
-m
775
$(DESTDIR)$(HTTPD_CONF)
$(INSTALL)
-b
-m
644
$(INSTALL_OPTS)
icinga.htpasswd
$(DESTDIR)$(HTTPAUTHFILE)
@echo
""
...
...
@@ -519,6 +536,15 @@ install-daemoninit:
@echo
"*** Init script installed ***"
@echo
""
install-systemd
:
$(INSTALL)
-m
755
-d
$(INIT_OPTS)
$(DESTDIR)$(SYSTEMD_UNIT_DIR)
$(INSTALL)
-m
755
-d
$(INIT_OPTS)
$(DESTDIR)$(SYSTEMD_SYSCONFIG_DIR)
$(INSTALL)
-m
644
$(INIT_OPTS)
icinga-systemd
$(DESTDIR)$(SYSTEMD_UNIT_DIR)
/icinga.service
$(INSTALL)
-m
644
$(INIT_OPTS)
sysconfig-env
$(DESTDIR)$(SYSTEMD_SYSCONFIG_DIR)
/icinga
@if
[
x$(USE_IDOUTILS)
=
xyes
]
;
then
\
$(INSTALL)
-m
644
$(INIT_OPTS)
ido2db-systemd
$(DESTDIR)$(SYSTEMD_UNIT_DIR)
/ido2db.service
;
\
fi
install-commandmode
:
$(INSTALL)
-m
775
$(COMMAND_OPTS)
-d
$(DESTDIR)$(EXTCMDFILEDIR)
...
...
@@ -546,8 +572,13 @@ install-eventhandlers:
@echo
"*** Sample Eventhandlers installed ***"
@echo
""
install-classicui-standalone-conf
:
install-cgiconf install-webconf
@echo
""
@echo
"*** Icinga Classic UI Standalone configuration installed. ***"
@echo
""
install-classicui-standalone
:
install-cgis install-html
install-cgiconf install-webconf
install-classicui-standalone
:
install-cgis install-html
# make sure we keep all the needed dirs for data
$(INSTALL)
-m
775
$(INSTALL_OPTS)
-d
$(DESTDIR)$(STATEDIR)
...
...
@@ -556,7 +587,9 @@ install-classicui-standalone: install-cgis install-html install-cgiconf install-
$(INSTALL)
-m
775
$(COMMAND_OPTS)
-d
$(DESTDIR)$(EXTCMDFILEDIR)
@echo
""
@echo
"*** Icinga Classic UI Standalone installed ***"
@echo
"*** Icinga Classic UI Standalone installed. ***"
@echo
""
@echo
"*** Now use 'make install-classicui-standalone-conf to install the configuration ***"
@echo
""
fullinstall
:
...
...
@@ -593,13 +626,13 @@ Prototype:
cd
sample-config
;
\
for
file
in
*
.cfg
;
\
do
\
$(INSTALL)
-m
644
$$
file
$(PACKDIR)
/
$(CFGDIR)
/
$$
file.
$(VERSION)
;
\
../
$(INSTALL)
-m
644
$$
file
$(PACKDIR)
/
$(CFGDIR)
/
$$
file.
$(VERSION)
;
\
done
chmod
640
$(PACKDIR)
/
$(CFGDIR)
/resource.cfg.
$(VERSION)
cd
sample-config/template-object
;
\
for
file
in
*
.cfg
;
\
do
\
$(INSTALL)
-m
644
$$
file
$(PACKDIR)
/
$(CFGDIR)
/objects/
$$
file.
$(VERSION)
;
\
../../
$(INSTALL)
-m
644
$$
file
$(PACKDIR)
/
$(CFGDIR)
/objects/
$$
file.
$(VERSION)
;
\
done
mkdir
-p
$(PACKDIR)
/lib/svc/method/
$(INSTALL)
-o
root
-g
bin
-m
555 daemon-init
$(PACKDIR)
/lib/svc/method/icinga
...
...
@@ -614,7 +647,7 @@ Prototype:
do
\
if
[
-f
$$
file
]
;
then
echo
i
$$
file
>>
Prototype
;
fi
;
\
done
pkgproto
$(PACKDIR)
=
/ |
sed
-e
"s|
$(LOGNAME)
$(GROUP)$$
|root root|"
| egrep
-v
"(s|d) none (/ |/var|/usr|/etc|/lib)
"
>>
solaris/Prototype
pkgproto
$(PACKDIR)
=
/ |
egrep
-v
"(s|d) none (/|/var|/usr|/etc|/lib)
"
>>
solaris/Prototype
pkg/icinga/pkgmap
:
Prototype
mkdir
$(PACKDIR)
/
$(SOL_PKG_NAME)
...
...
README.RHEL.idoutils
View file @
85b59ef3
...
...
@@ -67,7 +67,7 @@ mysql> quit
Import database schema
----------------------
# cd /usr/share/doc/icinga-idoutils/db/mysql
# cd /usr/share/doc/icinga-idoutils
-libdbi-mysql-*
/db/mysql
# mysql -u root -p icinga < mysql.sql
...
...
@@ -95,7 +95,7 @@ postgres=# \q
Import database schema
----------------------
postgres:~$ cd /usr/share/doc/icinga-idoutils/db/pgsql
postgres:~$ cd /usr/share/doc/icinga-idoutils
-libdbi-pgsql-*
/db/pgsql
postgres:~$ psql -U icinga -d icinga < pgsql.sql
Setup trusted local icinga user
...
...
@@ -149,7 +149,7 @@ Make sure to stop ido2db before applying the db upgrade!
# service ido2db stop
# cd /usr/share/doc/icinga-idoutils/db/mysql/upgrade/
# cd /usr/share/doc/icinga-idoutils
-libdbi-mysql-*
/db/mysql/upgrade/
# mysql -u root -p icinga < mysql-upgrade-1.9.0.sql
# service ido2db start
...
...
README.SUSE
0 → 100644
View file @
85b59ef3
Introduction
------------
CHANGES for 1.7
* bindir/idomod.o => libdir/idomod.so
* /var/icinga => /var/spool/icinga
* icinga-idoutils => icinga-idoutils-libdbi-mysql and icinga-idoutils-libdbi-pgsql
The packages are made as little dependend on each other as possible, to get the
maximum flexibility in setting up distributed monitoring environments. This
means, that you may have to install some additional packages manually. Yum is
your friend.
Recommended OS Installation
---------------------------
Repositories:
https://build.opensuse.org/package/show?package=icinga&project=server%3Amonitoring
Order of Installation
---------------------
Keeping a certain order of installation will lead you to a working monitoring
setup in a relatively short time. Use yum to pull the proper dependencies
automatically.
1. Install icinga
2. Install the needed nagios-plugins (either Fedora EPEL repository or Repoforge
"yum search nagios-plugins" gives you a list)
3. If you need or want the classic gui, install icinga-gui. If you want plain