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 #8235] Show host and service notes in the host and service detail view #1314

Closed
icinga-migration opened this issue Jan 15, 2015 · 8 comments
Labels
area/monitoring Affects the monitoring module enhancement New feature or improvement
Milestone

Comments

@icinga-migration
Copy link

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

Created by arcade on 2015-01-15 16:55:43 +00:00

Assignee: mjentsch
Status: Resolved (closed on 2015-05-26 15:00:04 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2015-05-26 15:00:04 +00:00 (in Redmine)


I'd like to see the display_name and notes somewhere, sometimes it's a little bit difficult to understand what this host/service does without additional infos. Somewhere near the host/service name would be nice

Attachments

  • hostname.PNG arcade - 2015-01-15 16:54:00 +00:00
  • Capture.PNG xdije - 2015-05-22 08:42:44 +00:00 - host notes view in Icingaweb2

Changesets

2015-05-26 14:40:32 +00:00 by mjentsch 4ac7557

Show host and service notes in the host and service detail view

refs #8235

2015-05-26 14:49:08 +00:00 by mjentsch a7135ba

Resolve runtime macros in notes too

refs #8235

2015-05-26 14:52:23 +00:00 by mjentsch e33791b

Merge branch 'feature/show-notes-in-detail-view-8235'

resolves #8235

Relations:

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-01-19 16:35:34 +00:00

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

Hi,

Do you mean the $HOSTNOTES macro or the notes_url? We'll change the default column for viewing the host name from name1 to display_name.

Cheers,
Eric

@icinga-migration
Copy link
Author

Updated by arcade on 2015-01-20 07:38:37 +00:00

Hi,

I mean the $HOSTNOTES / $SERVICENOTES marco, something linke this:

object Host "Server001" {
        import "default-host-ping"
        display_name      = "Luzern Fluhgrund Management Router 1"
        notes                   = "Telehouse Fluhgrund (FLU) / Out of Band Management Router 1 / Rack B06"
        address               = "1.1.1.1"
}

Would be nice to see the name1, display_name and the host/servicenotes close togheter

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-30 15:31:45 +00:00

  • Subject changed from Show Host/Service notes & display_name as additional infos to Show host and service notes in the host and service detail view
  • Category set to Monitoring
  • Status changed from Feedback to New
  • Assigned to deleted arcade
  • Target Version set to 2.0.0-rc1

Displaying the display_name has already been implemented.

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-04-02 07:21:41 +00:00

  • Duplicates set to 8932

@icinga-migration
Copy link
Author

Updated by xdije on 2015-05-22 08:43:45 +00:00

  • File added Capture.PNG

arcade wrote:

Hi,

I mean the $HOSTNOTES / $SERVICENOTES marco, something linke this:

[...]

Would be nice to see the name1, display_name and the host/servicenotes close togheter

i had the same issue here and i overcome this problem untill they solve it by adding a new variable like this

object Host "server9021" {
        vars.os                 = "windows"
        import                  "generic-host"
        address                 = "server9021.domain"
        display_name            = "server9021"
        vars.rz                 = "RZ1"
        vars.hyperv             = "guest"
        vars.notification["mail"] = { groups = [ "arsgroup" ] }
        vars.task               = "NSClient Test Server"
        }

and the result like this in the image

Capture.PNG

@icinga-migration
Copy link
Author

Updated by mjentsch on 2015-05-26 09:19:53 +00:00

  • Assigned to set to mjentsch

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-05-26 14:59:52 +00:00

Build !#775 triggered by the commits e33791b, a7135ba, 4ac7557 passed successfully.

Branch: origin/master
Author: Matthias Jentsch

@icinga-migration
Copy link
Author

Updated by mjentsch on 2015-05-26 15:00:04 +00:00

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

Applied in changeset e33791b.

@icinga-migration icinga-migration added enhancement New feature or improvement 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 enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant