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 #11098] Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands #3903

Closed
icinga-migration opened this issue Feb 5, 2016 · 6 comments
Labels
area/itl Template Library CheckCommands enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

Created by minibbjd on 2016-02-05 10:16:42 +00:00

Assignee: mfriedrich
Status: Resolved (closed on 2016-03-18 14:15:03 +00:00)
Target Version: 2.4.5
Last Update: 2016-04-20 08:15:51 +00:00 (in Redmine)

Backport?: Already backported
Include in Changelog: 1

In /usr/share/icinga2/include/plugins-contrib.d/databases.conf the --method parameter is missing in case you want to access the DB through sqlplus or sqlrelay

...
                "--critical" = {
                        value = "$oracle_health_critical$"
                        description = "the critical range"
                }
                "--method" = {
                        value = "$oracle_health_method$"
                        description = "the access method of the plugin"
                }
                "--mode" = {
                        value = "$oracle_health_mode$"
                        description = "the mode of the plugin"
                }
...

Changesets

2016-03-18 14:10:37 +00:00 by mfriedrich 84def15

Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands

fixes #11098

2016-04-20 08:07:21 +00:00 by mfriedrich f151e1a

Add --method parameter for check_{oracle,mysql,mssql}_health CheckCommands

fixes #11098
@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-02-05 10:23:41 +00:00

  • Status changed from New to Feedback
  • Assigned to set to minibbjd

Can you please provide a git patch including the config change and documentation update? Thanks.

https://wiki.icinga.org/display/Dev/Developer+Guidelines#DeveloperGuidelines-SendingaPatch

@icinga-migration
Copy link
Author

Updated by jflach on 2016-03-18 14:05:26 +00:00

  • Status changed from Feedback to Assigned
  • Assigned to changed from minibbjd to mfriedrich
  • Target Version set to 2.5.0

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-03-18 14:10:27 +00:00

  • Tracker changed from Bug to Feature
  • Subject changed from databases.conf is missing a parameter for CheckCommand "oracle_health" to Add --method parameter for check{oracle,mysql,mssql}health CheckCommands
  • Category changed from Plugins to ITL

I'll take no response as a no, added those options during ticket review now.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-03-18 14:15:03 +00:00

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

Applied in changeset 84def15.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2016-03-22 20:48:21 +00:00

  • Target Version changed from 2.5.0 to 2.4.5

@icinga-migration
Copy link
Author

Updated by gbeutner on 2016-04-20 08:15:51 +00:00

  • Backport? changed from Not yet backported to Already backported

@icinga-migration icinga-migration added enhancement New feature or request area/itl Template Library CheckCommands labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.4.5 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/itl Template Library CheckCommands enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant