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 #8747] Icinga 2 boolean variables not shown in the host and service detail views #1489

Closed
icinga-migration opened this issue Mar 15, 2015 · 4 comments
Labels
area/monitoring Affects the monitoring module bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

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

Created by purplecarrot on 2015-03-15 00:35:40 +00:00

Assignee: aklimov
Status: Resolved (closed on 2015-04-23 11:35:04 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-04-23 11:35:04 +00:00 (in Redmine)


Hi, It seems that the value of some boolean vars are not displayed in the host description.
I think the issue is only present when they are part of a dictionary.
For instance, I have the following set for one host:
```

  • vars
    * http_vhosts
    * http status
    % = modified in '/etc/icinga2/conf.d/hosts.conf', lines 81:3-85:3
    * http_ssl = true
    * http_uri = "/status/"
    ```
    The Web UI shows the following:
    ```
    Http Vhosts {

http status => {
http_ssl =>
http_uri => /status/
}

}
```

Changesets

2015-04-23 10:38:29 +00:00 by aklimov e4a9843

Show Icinga 2 boolean variables in the host and service detail views

resolves #8747
@icinga-migration
Copy link
Author

Updated by purplecarrot on 2015-03-15 00:37:11 +00:00

Hi, It seems that the value of some boolean vars are not displayed in the host description.
I think the issue is only present when they are part of a dictionary.
For instance, I have the following set for one host:

* vars
  * http_vhosts
    * http status
      % = modified in '/etc/icinga2/conf.d/hosts.conf', lines 81:3-85:3
      * http_ssl = true
      * http_uri = "/status/"

The Web UI shows the following:

Http Vhosts {

    http status => {
        http_ssl =>
        http_uri => /status/
    }

}

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-04-01 07:29:47 +00:00

  • Subject changed from Values from boolean vars are not displayed in the host description to Icinga 2 boolean variables not shown in the host and service detail views
  • Category changed from Dashboard to Monitoring
  • Target Version set to 2.0.0-rc1

Hi,

Thanks for the report. We'll fix it asap.

Cheers,
Eric

@icinga-migration
Copy link
Author

Updated by jmeyer on 2015-04-23 08:55:30 +00:00

  • Status changed from New to Assigned
  • Assigned to set to aklimov

@icinga-migration
Copy link
Author

Updated by aklimov on 2015-04-23 11:35:04 +00:00

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

Applied in changeset e4a9843.

@icinga-migration icinga-migration added bug Something isn't working area/monitoring Affects the monitoring module labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0.0-rc1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/monitoring Affects the monitoring module bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant