Search found 22 matches

by jalfaro
Tue Oct 31, 2017 3:39 pm
Forum: Nagios XI
Topic: Adding new service checks to an existing host without CCM
Replies: 2
Views: 1117

Adding new service checks to an existing host without CCM

We have setup Nagios XI utilizing the multi-tenancy aspect. I understand its possible to add new service checks to an existing host via CCM, however in our implementation the users don't have access to CCM - they simply add new hosts via the configuration wizards. When a user goes to add additional ...
by jalfaro
Thu Sep 07, 2017 3:59 pm
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

I've done exactly that - thanks.
by jalfaro
Thu Sep 07, 2017 3:41 pm
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

Code: Select all

[root@wdc1xit01 pdevin]# grep apache /etc/passwd
apache:x:48:48:Apache:/usr/share/httpd:/sbin/nologin
[root@wdc1xit01 pdevin]# which bash
/bin/bash
[root@wdc1xit01 pdevin]# 

by jalfaro
Thu Sep 07, 2017 11:50 am
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

Okay - I guess I just manually do that with usermod? Should it not have been created during install or did I just miss a step somewhere? Also - I just removed the host and services I had added, but they still showed up on my screen until I stopped the nagios service, deleted that objects cache file ...
by jalfaro
Thu Sep 07, 2017 11:39 am
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

Normally, nagios would be umask of 0002, but I can't really see that being an issue. Just to make sure everything is as it should be, what is the output of the following: ll -d /usr/local/nagios/var/ grep nag /etc/passwd grep nag /etc/group [root@wdc1xit01 pdevin]# ll -d /usr/local/nagios/var/ drwx...
by jalfaro
Thu Sep 07, 2017 11:17 am
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

That did it! I can see the host now with the 'jalfaro' user, thanks!

FWIW - the umask for both nagios and root is 0022
by jalfaro
Thu Sep 07, 2017 10:52 am
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

I started with 2 completely new and cleanly installed CentOS 7.3.1611 servers. I downloaded and ran the Nagios XI latest installer, then the mod gearman installer both following the PDF installation guides. I then followed the guide for setting up SSL. I followed the 'Authenticating-and-Importing-Us...
by jalfaro
Wed Sep 06, 2017 4:38 pm
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

XI add host as nagiosadmin.png
I decided to try removing the host and re-adding it as the nagiosadmin user and it appears that the contact groups / individuals don't show up here either when logged in as 'nagiosadmin'
by jalfaro
Wed Sep 06, 2017 1:42 pm
Forum: Nagios XI
Topic: Users unable to see hosts, no CGs visible in server wizard
Replies: 23
Views: 1838

Re: Users unable to see hosts, no CGs visible in server wiza

This is normal if the contact is not in a contact group. In order to be able to add all users and contact groups you will need to check the top three boxes under user permissions (the ones under the user vs. admin drop-down). The user 'jalfaro' which I used to add the host, IS in a contact group - ...