Page 1 of 1

XI doesn't show object notes

Posted: Wed Aug 21, 2013 12:07 pm
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?

Re: XI doesn't show object notes

Posted: Wed Aug 21, 2013 4:39 pm
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.

Re: XI doesn't show object notes

Posted: Thu Aug 22, 2013 10:40 am
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.

Re: XI doesn't show object notes

Posted: Thu Aug 22, 2013 10:42 am
by abrist
Have tried the following component?
http://exchange.nagios.org/directory/Ad ... nt/details

Re: XI doesn't show object notes

Posted: Thu Aug 22, 2013 12:38 pm
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.

Re: XI doesn't show object notes

Posted: Thu Aug 22, 2013 1:56 pm
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