I've been using the proxy and ldap authentication components for Nagios Xi and they have been working great.
What is the chance of getting them both ported to Nagios Fusion?
Proxy and LDAP Components
Re: Proxy and LDAP Components
Well in snooping around on this, I just discovered that the update check for Fusion appears to be broken whether you're using a proxy or not, so I can send my modified proxy component, but it probably won't help much as of yet.
I'm attaching the LDAP auth component modified for Fusion. You'll need to install the php-ldap package in order for it to work. I don't actually have a local LDAP server to test against, so you'll have to let me know how it works ; )
I'm attaching the LDAP auth component modified for Fusion. You'll need to install the php-ldap package in order for it to work. I don't actually have a local LDAP server to test against, so you'll have to let me know how it works ; )
You do not have the required permissions to view the files attached to this post.
-
65mustang4me
- Posts: 13
- Joined: Thu Jan 26, 2012 6:11 pm
Re: Proxy and LDAP Components
The LDAP authentication components has been working fine so far. I did see the following error in the web server logs.
[Thu Jul 26 13:37:51 2012] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Undefined index: user_id in /usr/local/nagiosfusion/html/includes/utils-dashboards.inc.php on line 14
Also, is there a way to retain the same user credentials when moving from Fusion to NagiosXI? Currently, when access NagiosXI I get logged in as the user I setup in the "Server Credentails".
[Thu Jul 26 13:37:51 2012] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Undefined index: user_id in /usr/local/nagiosfusion/html/includes/utils-dashboards.inc.php on line 14
Also, is there a way to retain the same user credentials when moving from Fusion to NagiosXI? Currently, when access NagiosXI I get logged in as the user I setup in the "Server Credentails".
Re: Proxy and LDAP Components
This appears to be unrelated to the LDAP component, I'll add it to my notes though to take a look.[Thu Jul 26 13:37:51 2012] [error] [client xxx.xxx.xxx.xxx] PHP Notice: Undefined index: user_id in /usr/local/nagiosfusion/html/includes/utils-dashboards.inc.php on line 14
Currently this is expected behavior. Are you wanting to log into Nagios XI as a particular user (not defined in Fusion's Server Credentials), then log into Fusion while keeping that original XI login? That might be tricky to implement because of XI's session security.Also, is there a way to retain the same user credentials when moving from Fusion to NagiosXI? Currently, when access NagiosXI I get logged in as the user I setup in the "Server Credentails".
Re: Proxy and LDAP Components
Sorry for thread-jacking, but it is relevant.
The ldap does work, but it doesn't walk the tree and all of our users are not in the same OU. Is there no way to use the Active Directory one for XI in Fusion?
Thanks
The ldap does work, but it doesn't walk the tree and all of our users are not in the same OU. Is there no way to use the Active Directory one for XI in Fusion?
Thanks
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
Re: Proxy and LDAP Components
There will be, I just haven't gotten to updating the AD component for Fusion yet. I bumped it up on the priority list for development, but we're making out final push to get XI 2012 out the door at the moment, so we'll get it posted as soon as we can.