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 #6767] add http-common CheckCommand template and http6 object #1818

Closed
icinga-migration opened this issue Jul 19, 2014 · 5 comments
Labels
area/windows Windows agent and plugins enhancement New feature or request

Comments

@icinga-migration
Copy link

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

Created by pada on 2014-07-19 20:01:40 +00:00

Assignee: pada
Status: Rejected (closed on 2014-08-17 10:52:11 +00:00)
Target Version: (none)
Last Update: 2014-09-16 09:12:55 +00:00 (in Redmine)


object Service "http6" {
  import "generic-service"
  host_name = "localhost"
  check_command = "http6"
}

object CheckCommand "http6" {
  import "http"
  vars.http_address = "$address6$"
}

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-07-23 09:24:51 +00:00

  • Project changed from Icinga 2 to 37
  • Subject changed from Please provide http6 CheckCommand template to force HTTP check via IPv6 to add http-common CheckCommand template and http6 object

@icinga-migration
Copy link
Author

Updated by gbeutner on 2014-08-06 08:22:35 +00:00

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

The problem with this is that we'd need two check commands for all existing commands. How about this instead?:

object Service "http6" {
  host_name = "localhost"
  command = "http"
  vars.http_address = "$address6$"
}

@icinga-migration
Copy link
Author

Updated by pada on 2014-08-08 20:20:53 +00:00

Sounds good, thanks! Now, I defined my own template for http6 Service using the default http command.
So we don't need to touch the itl command templates.

template Service "http6-service" {
  import "generic-service"
  check_command = "http" 
  vars.http_address = "$address6$" 
}

object Service "http6" {
  import "http6-service"
  host_name = "localhost"
}

@icinga-migration
Copy link
Author

Updated by gbeutner on 2014-08-17 10:52:11 +00:00

  • Status changed from Feedback to Rejected

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-09-16 09:12:55 +00:00

  • Project changed from 37 to Icinga 2
  • Category set to Plugins

@icinga-migration icinga-migration added enhancement New feature or request Plugins labels Jan 17, 2017
@dnsmichi dnsmichi added the area/windows Windows agent and plugins label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/windows Windows agent and plugins enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants