Is there any document available for Multi Tenancy in Nagios Core.
I have done this in Nagios XI & but not sure how to do in Core.
Multi Tenancy in Nagios Core
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Multi Tenancy in Nagios Core
What do you specifically mean by multi tenancy? Do you mean creating additional users?
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: Multi Tenancy in Nagios Core
A single Nagios core instance can monitor hosts and services for multiple users (clients) & Each user (client) can only see the hosts and services they are authorized for.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Multi Tenancy in Nagios Core
This is available in nagios core as well, you could follow these guides as an example:
http://www.linuxquestions.org/questions ... ce-607353/
http://dyurk.com/2012/04/adding-new-users-in-nagios/
Depending on your distro you may need to alter service and path names a bit.
http://www.linuxquestions.org/questions ... ce-607353/
http://dyurk.com/2012/04/adding-new-users-in-nagios/
Depending on your distro you may need to alter service and path names a bit.
-
lafargeuser
- Posts: 341
- Joined: Thu Sep 27, 2012 12:23 am
Re: Multi Tenancy in Nagios Core
Thanks.