Page 1 of 1

View Status Information or Nagios Core "inside" Nagios XI

Posted: Tue Feb 05, 2013 2:00 pm
by JumpingSnake
Good Morning,
I'm writing about an issue that might be against the principles of Nagios XI and appears to have been discussed many times before: The size of the Status Information for services. We use the Dell OMSA check for our fleet of Dell servers, and while the plugin is retrieving all of the data, Nagios XI isn't returning it.
In this thread: http://support.nagios.com/forum/viewtop ... ize#p26356, it appears that we find out that Nagios XI will only allow so much information into the Status Information area because of website appearance. Therefore, I'll ask two questions:

1) Is it possible to "break" this Nagios XI webpage look in order to get the full return?

2) Is it possible to view the entire site "outside" of Nagios Xi and back in Nagios Core? The reason I ask the 2nd question is that I found the link here:
CoreLink.jpg
which then opened up this:
CorePic.jpg
Is is possible to get a page like with with all of the hosts in a hostgroup on it? I tried manipulating the URL for a hostgroup, but it wouldn't show me the details for the hosts, only the colorful overview panes.

Don't get me wrong, I love the Nagios XI layout! The wizards and GUI-like approach to Nagios is great, but I'd like to get at that information and I'm just trying to figure out how. Thanks!

Re: View Status Information or Nagios Core "inside" Nagios X

Posted: Wed Feb 06, 2013 11:04 am
by abrist
You could create a new page, linked through the notes_url option/link in XI to display the entirety of the multi-line output. In order to do this, you should refer to the developer guidelines mentioned in the other thread.

Re: View Status Information or Nagios Core "inside" Nagios X

Posted: Tue Feb 12, 2013 9:00 am
by JumpingSnake
abrist wrote:You could create a new page, linked through the notes_url option/link in XI to display the entirety of the multi-line output. In order to do this, you should refer to the developer guidelines mentioned in the other thread.
Ok, I'll read up over there and report back once I have some answers. Thanks!

Re: View Status Information or Nagios Core "inside" Nagios X

Posted: Tue Feb 12, 2013 10:50 am
by slansing
For the first question, yes Nagios XI only returns the first 3 lines of output without viewing the service details through clicking on the service. This can be extended by doing something similar to this:

http://support.nagios.com/forum/viewtop ... ils#p40301

Also, you can view everything via Nagios Core whilst still being able to move over to XI and run wizards, modify config files, view reports, etc.. You can log directly into core by replacing your web address:

Code: Select all

http://nagios.server.ip/nagiosxi
With:

Code: Select all

http://nagios.server.ip/nagios

Re: View Status Information or Nagios Core "inside" Nagios X

Posted: Wed Jun 12, 2013 3:04 pm
by JumpingSnake
Ah, using the <ip>/nagios is exactly what I was looking for. Thanks!

Re: View Status Information or Nagios Core "inside" Nagios X

Posted: Wed Jun 12, 2013 3:15 pm
by slansing
Great! closing.