Need help to migrate nagios core virtual config to nagios xi
-
pratik.patel
- Posts: 77
- Joined: Wed Apr 19, 2017 10:51 am
Need help to migrate nagios core virtual config to nagios xi
I am able to migrate config files but facing some issue with understanding existing nagios core virtual host.
Thanks,
Pratik
Thanks,
Pratik
Last edited by pratik.patel on Wed May 03, 2017 4:57 am, edited 2 times in total.
Re: Need help to migrate nagios core virtual config to nagio
I think you'd need mod_ldap to do that for starters:
https://httpd.apache.org/docs/current/mod/mod_ldap.html
Nagios XI's Apache doesn't include mod_ldap by default. We don't support this type of authentication for the front-end, though. We do LDAP differently in Nagios XI:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if something in that documentation is unclear.
https://httpd.apache.org/docs/current/mod/mod_ldap.html
Nagios XI's Apache doesn't include mod_ldap by default. We don't support this type of authentication for the front-end, though. We do LDAP differently in Nagios XI:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
Let us know if something in that documentation is unclear.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: Need help to migrate nagios core virtual config to nagio
i think this might apply more towards whomever manages your apache configuration. this really doesn't pertain much to nagios.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Need help to migrate nagios core virtual config to nagio
Regardless of having someone to manage an apache config, the proper way to handle LDAP is documented at https://assets.nagios.com/downloads/nag ... ios-XI.pdf
-
pratik.patel
- Posts: 77
- Joined: Wed Apr 19, 2017 10:51 am
Re: Need help to migrate nagios core virtual config to nagio
Thank you very much for the document.
Do you have document for making nagios xi https instead of http ?
Do you have document for making nagios xi https instead of http ?
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Need help to migrate nagios core virtual config to nagio
Indeed we do! Here it is: https://assets.nagios.com/downloads/nag ... s%20XI.pdf
Please let us know if you run into any trouble.
Please let us know if you run into any trouble.
-
pratik.patel
- Posts: 77
- Joined: Wed Apr 19, 2017 10:51 am
Re: Need help to migrate nagios core virtual config to nagio
This document will edit the general/original config files.
What if we want to create a separate vhost.conf file for the nagios url like nagios.companyname.com.?
What if we want to create a separate vhost.conf file for the nagios url like nagios.companyname.com.?
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Need help to migrate nagios core virtual config to nagio
Are you trying to run multiple applications on this server? That is not supported with XI.
Otherwise, you should be able to modify the files that are already there. Perhaps you could tell us a bit more about what you've tried or why you need a different vhost. Thanks!
Otherwise, you should be able to modify the files that are already there. Perhaps you could tell us a bit more about what you've tried or why you need a different vhost. Thanks!
- tacolover101
- Posts: 432
- Joined: Mon Apr 10, 2017 11:55 am
Re: Need help to migrate nagios core virtual config to nagio
the standard apache config doesn't care, but you'd need to set this up on your own depending on your setup. a standard DNS A record to the IP will allow you to use subdomains.pratik.patel wrote:This document will edit the general/original config files.
What if we want to create a separate vhost.conf file for the nagios url like nagios.companyname.com.?
-
pratik.patel
- Posts: 77
- Joined: Wed Apr 19, 2017 10:51 am
Re: Need help to migrate nagios core virtual config to nagio
no multiple application. Just running nagios xi.dwhitfield wrote:Are you trying to run multiple applications on this server? That is not supported with XI.
Otherwise, you should be able to modify the files that are already there. Perhaps you could tell us a bit more about what you've tried or why you need a different vhost. Thanks!
It's just company follow the standard process to create vhost and not to use existing/original configs.
And I also believe that creating new vhost is good practice.