Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #10998] Incorrect IdoPgSqlConnection Example in Documentation #3861

Closed
icinga-migration opened this issue Jan 20, 2016 · 3 comments
Labels
area/documentation End-user or developer help bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/10998

Created by jcarterch on 2016-01-20 23:26:37 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2016-01-21 08:10:06 +00:00)
Target Version: 2.4.2
Last Update: 2016-01-21 08:10:06 +00:00 (in Redmine)

Icinga Version: 2.4.2
Backport?: Already backported
Include in Changelog: 1

Documentation here contains incorrect an example: http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/toc\#!/icinga2/snapshot/doc/module/icinga2/chapter/object-types#objecttype-idopgsqlconnection

Note the object is declared as IdoMysqlConnection , when it should be IdoPgsqlConnection.

Example from documentation (not sure how to get inline code tag to work...):

library "db_ido_pgsql"

object IdoMysqlConnection "pgsql-ido" {
  host = "127.0.0.1"
  port = 5432
  user = "icinga"
  password = "icinga"
  database = "icinga"
  table_prefix = "icinga_"
  instance_name = "icinga2"
  instance_description = "icinga2 instance"
  cleanup = {
    downtimehistory_age = 48h
    logentries_age = 31d
  }
  categories = DbCatConfig | DbCatState
}

Changesets

2016-01-21 08:06:21 +00:00 by (unknown) 4412389

Fix incorrect type name in the documentation

fixes #10998

2016-01-21 08:06:57 +00:00 by (unknown) 88d97dd

Fix incorrect type name in the documentation

fixes #10998
@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-01-21 08:05:36 +00:00

  • Description updated

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-01-21 08:06:52 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Target Version set to 2.4.2
  • Backport? changed from Not yet backported to Already backported

@icinga-migration
Copy link
Author

Updated by Anonymous on 2016-01-21 08:10:06 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 4412389.

@icinga-migration icinga-migration added bug Something isn't working area/documentation End-user or developer help labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.2 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation End-user or developer help bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant