XI doesn't show object notes

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

XI doesn't show object notes

Post by niebais »

In core, if an object has notes configured:

define host {
...
notes this is a host note
}

the note will be shown on the host/service detail page. This behavior doesn't appear to exist in XI. There is the "Object Notes XI Component" but this doesn't show the notes configured on the object. Does XI show the notes, and I just can't see them? If not, is there something that will show them?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI doesn't show object notes

Post by lmiltchev »

I don't think you can see the notes in XI "out of the box", however, as a "workaround", you can click on the "See this host in Nagios Core" link under the "Advanced" tab.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

Re: XI doesn't show object notes

Post by niebais »

Ya, I've seen that link as well. I was hoping that it might be there and I just couldn't see it or if there was a component that did show them.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: XI doesn't show object notes

Post by abrist »

Have tried the following component?
http://exchange.nagios.org/directory/Ad ... nt/details
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
niebais
Posts: 349
Joined: Tue Apr 13, 2010 2:15 pm

Re: XI doesn't show object notes

Post by niebais »

Ya. It doesn't show the notes that are configured on the object. It just allows you store custom notes which aren't stored on the object.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: XI doesn't show object notes

Post by lmiltchev »

You can add a "Notes URL" under the "Misc Settings" tab, something like:

Code: Select all

http://<ip>/nagios/cgi-bin/extinfo.cgi?type=1&host=<hostname>
notes1.PNG
Then you can click on the "Notes URL for this host" to view the notes:
notes2.PNG
notes3.PNG
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked