Service Description / Display Name

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gavin
Posts: 58
Joined: Mon Dec 24, 2012 4:56 am

Service Description / Display Name

Post by Gavin »

When viewing the Service Detail page, it looks like the value for the 'Description' field appears under the 'Service' column. I would have expected this column to show the 'Display Name' of a field rather than the description.

Is this expected behaviour? If so, are there plans to change it?

For example:

Code: Select all

define service {
        service_description          Checks the status of a given server against multiple DNS blacklists.
        hostgroup_name              Hostgroup1
        display_name                   DNS Blacklist Status
Image

Thanks,

Gavin
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Service Description / Display Name

Post by scottwilkerson »

service_description in the configs is the name of the service
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Service Description / Display Name

Post by mguthrie »

Yes, this is expected behavior. The service description is actually the the service identifier, although I do see what you're saying that it does seem like it would be the other way around. The display name isn't used much in the XI interface, it's only accessible on the service details screen.
Locked