[icinga-checkins] icinga.org: icinga-core/refs/tags/ndoutils-1-4b2: Patches, added sample SQL scripts, prep for new release
git at icinga.org
git at icinga.org
Mon Jun 18 17:41:52 CEST 2012
Module: icinga-core
Branch: refs/tags/ndoutils-1-4b2
Commit: c27f72a2be4490fb3d041deaafe8ea09e19834f9
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=c27f72a2be4490fb3d041deaafe8ea09e19834f9
Author: Ethan Galstad <egalstad at nagios.org>
Date: Fri Jan 19 20:34:38 2007 +0000
Patches, added sample SQL scripts, prep for new release
---
HISTORY | 7 ++-
configure | 4 +-
configure.in | 4 +-
db/README | 14 ++-
db/mysql-upgrade-1.4b1.sql | 33 +++++++
db/mysql.sql | 11 ++-
db/queries/comment_history.sql | 13 +++
db/queries/comments.sql | 13 +++
db/queries/contact_notification_methods.sql | 23 +++++
db/queries/contact_notifications.sql | 16 ++++
db/queries/contact_status.sql | 12 +++
db/queries/contactgroup_membership.sql | 15 +++
db/queries/contacts.sql | 11 +++
db/queries/downtime_history.sql | 13 +++
db/queries/event_handlers.sql | 13 +++
db/queries/flapping_history.sql | 13 +++
db/queries/host_comments.sql | 12 +++
db/queries/host_downtime_history.sql | 12 +++
db/queries/host_event_handlers.sql | 12 +++
db/queries/host_flapping_history.sql | 12 +++
db/queries/host_notifications.sql | 11 +++
db/queries/host_state_history.sql | 12 +++
db/queries/host_status.sql | 12 +++
db/queries/hostgroup_membership.sql | 15 +++
db/queries/hosts.sql | 11 +++
db/queries/notifications.sql | 13 +++
db/queries/scheduled_downtime.sql | 13 +++
db/queries/service_comments.sql | 13 +++
db/queries/service_downtime_history.sql | 13 +++
db/queries/service_event_handlers.sql | 13 +++
db/queries/service_flapping_history.sql | 13 +++
db/queries/service_notifications.sql | 12 +++
db/queries/service_state_history.sql | 13 +++
db/queries/service_status.sql | 14 +++
db/queries/servicegroup_membership.sql | 16 ++++
db/queries/services.sql | 13 +++
db/queries/state_history.sql | 13 +++
db/queries/timed_event_queue.sql | 15 +++
db/queries/timed_events.sql | 18 ++++
src/dbhandlers.c | 131 +--------------------------
src/file2sock.c | 6 +-
src/log2ndo.c | 6 +-
src/ndo2db.c | 6 +-
src/ndomod.c | 6 +-
src/sockdebug.c | 6 +-
update-version | 4 +-
46 files changed, 524 insertions(+), 157 deletions(-)
Diff: https://git.icinga.org/?p=icinga-core.git;a=commitdiff;h=c27f72a2be4490fb3d041deaafe8ea09e19834f9
More information about the icinga-checkins
mailing list