Ideas for monitoring in NagiosXI without logging into domain

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
LAINFOSEC
Posts: 16
Joined: Wed Feb 13, 2019 10:23 am

Ideas for monitoring in NagiosXI without logging into domain

Post by LAINFOSEC »

We have a strict policy here for not having any machines logged in without a user right there with it.

We want to display Nagios up on a large monitor near our DC so it can be seen by the whole department, but we need to be able to do so with out logging in to the local domain. I know NagiosXI has an "External URL" feature. I am a bit confused about it though.

Could some explain how that works, or recommend a good idea for displaying Nagios monitoring without having to login via AD onto the domain?

Thank you!
"New technology is not good or evil in and of itself. It's all about how people choose to use it."
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Ideas for monitoring in NagiosXI without logging into do

Post by cdienger »

The external URL is used in places like email notifications. For example, when a notification is sent out, instead of directing someone to go to a 192.168.x.x address to address an issue, it would tell them go to a IP or FQDN that is publicly resolvable.

In this case it wouldn't be much help.

You could always create an account that is just local to the XI system an doesn't require AD credentials. This can be done under Admin > Users > Manage Users.

I should also point out that the XI merely uses AD credentials to allow users to log into the XI interface. As soon as the credentials are verified against AD, XI disconnects from the domain controller.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Ideas for monitoring in NagiosXI without logging into do

Post by ssax »

Create a local account in Admin > Manage Users and that won't force you to login to the domain, it will use the local account.

Are you just talking about the XI AD authentication into the XI web GUI or are you talking about a different one?

The external URL is what you would use for links in emails (if they differ), so your internal URL (the Program URL) may be:

Code: Select all

https://xiserver1.domain.com
But the external one may be (for people who access EXTERNAL from your network (using public DNS name)):

Code: Select all

https://nagios.domain.com
Locked