Could you try removing the fused server, and then reconfigure it again to see if that works?
Along with the fusekey?
Let us know the outcome!
Performance graph added to dashboard
-
- Posts: 14
- Joined: Tue Nov 21, 2017 6:34 pm
Re: Performance graph added to dashboard
I got the same result after adding it back. It appears the authentication is broken when using XI. If I select core and use only the user creds. it seems to auth just fine.
Re: Performance graph added to dashboard
Could you show us the crons?
That's strange, this is a new fusion install?
What OS?
Code: Select all
cat /etc/cron.d/nagiosfusion
What OS?
-
- Posts: 14
- Joined: Tue Nov 21, 2017 6:34 pm
Re: Performance graph added to dashboard
Yes, completly new install on centos 6.9
Code: Select all
cat /etc/cron.d/nagiosfusion
#
# /etc/cron.d/nagiosfusion: crontab fragment for nagiosfusion
#
*/5 * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/dbmaint_subsys.php >>/usr/local/nagiosfusion/var/log/dbmaint_subsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/auth_subsys.php --max-time=60 >>/usr/local/nagiosfusion/var/log/auth_subsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/cmd_subsys.php --max-time=60 >>/usr/local/nagiosfusion/var/log/cmd_subsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/log_subsys.php --max-time=60 >>/usr/local/nagiosfusion/var/log/log_subsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/poll_subsys.php --max-time=60 --master-poll >>/usr/local/nagiosfusion/var/log/poll_subsys.log 2>&1
* * * * * nagios /usr/bin/php -q /usr/local/nagiosfusion/cron/sysstat_subsys.php --max-time=60 >>/usr/local/nagiosfusion/var/log/sysstat_subsys.log 2>&1
Re: Performance graph added to dashboard
Thanks,
Let's take a step back and verify some things. I noticed in your screenshots that you are using a hostname instead of an IP address. Can you actually access the XI server with that hostname?
In your hostname do you have /nagiosxi in it? Try using an IP address instead and see if that works?
Because your nagiosadmin credentials are not authenticating either. (Red exclamation mark)
Could you also take a screenshot of your XI Program URL and External URL? --> located in XI home --> Admin --> System Settings --> under General Program Settings
Is SSL configured in XI?
Let's take a step back and verify some things. I noticed in your screenshots that you are using a hostname instead of an IP address. Can you actually access the XI server with that hostname?
In your hostname do you have /nagiosxi in it? Try using an IP address instead and see if that works?
Because your nagiosadmin credentials are not authenticating either. (Red exclamation mark)
Could you also take a screenshot of your XI Program URL and External URL? --> located in XI home --> Admin --> System Settings --> under General Program Settings
Is SSL configured in XI?
-
- Posts: 14
- Joined: Tue Nov 21, 2017 6:34 pm
Re: Performance graph added to dashboard
Hi there,
No we aren't using SSL for this and I have formatted the url to contain /nagiosxi/ because thats where the installation is. I have also tried http://192.168.214.172/nagiosxi/ and that is unsuccessful as well.
WE do not have a different external URL, I have included a screen shot of the settings.
Thanks for the help, I appreciate it.
No we aren't using SSL for this and I have formatted the url to contain /nagiosxi/ because thats where the installation is. I have also tried http://192.168.214.172/nagiosxi/ and that is unsuccessful as well.
WE do not have a different external URL, I have included a screen shot of the settings.
Thanks for the help, I appreciate it.
You do not have the required permissions to view the files attached to this post.
Re: Performance graph added to dashboard
Did the nagiosadmin user show a green check mark at any time?
Could you remove the XI server, and then restart the services.
Then try re-adding the XI server with the fusekey, and let us know the results. Thanks!
Could you remove the XI server, and then restart the services.
Code: Select all
service mysqld restart
service httpd restart
service crond restart
-
- Posts: 14
- Joined: Tue Nov 21, 2017 6:34 pm
Re: Performance graph added to dashboard
I can try that again, however we tried that before along with the ova version (Appliance version from the downloads) as well and we got the same experience.
the nagiosadmin account has never had a green check.
the nagiosadmin account has never had a green check.
Re: Performance graph added to dashboard
I want to make sure, are you able to access your XI with that URL? http://nagios.da2.4over.com/nagiosxi
Could you try putting back the IP address in your Program URL and switch the other one for the external URL in your XI?
Then try authenticating again, while making sure it's the correct password when you test the fusion setting.
Could you try putting back the IP address in your Program URL and switch the other one for the external URL in your XI?
Then try authenticating again, while making sure it's the correct password when you test the fusion setting.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 14
- Joined: Tue Nov 21, 2017 6:34 pm
Re: Performance graph added to dashboard
Looks like that didn't work as well. I even tried a couple of other admin accounts with the same result.