GldRush98 wrote:Didn't help. Something else that's related, I've only got 3 green checks in the top right corner instead of 6 green checks.
After the reboot, are you still experiencing this problem?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ll /usr/local/nagiosxi/scripts
chage -l nagios
cat /etc/group | grep nag
service nagios status
service ndo2db status
service mysqld status
service postgresql status
service crond status
Last edited by sreinhardt on Wed May 29, 2013 3:25 pm, edited 1 time in total.
Reason:Post split at this point, need to make sure both people are assisted properly.
Be sure to check out our Knowledgebase for helpful articles and solutions!
I feel like it is worth reminding that this issue started after the update to the 2.0 release. Before then everything was working properly.
I should also note that the server forces SSL on http connections. I wonder if the backend status is trying to be checked via http instead of https and that is causing the failure? (Edit: I just read arnab.roy's posts and see he is using SSL as well... I am really thinking one of the updates in the 2.0 release broke ssl backend checking?)
It's weird because it all worked before... I doubt it's something at the system level. I believe this to be a bug in XI or one of the packages that XI relies on that was updated in the 2.0 release.
[root@nagios ~]# chage -l nagios
Last password change : Jun 05, 2012
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
[root@nagios ~]# service nagios status
nagios (pid 2138) is running...
[root@nagios ~]# service ndo2db status
ndo2db (pid 2157) is running...
[root@nagios ~]# service mysqld status
mysqld (pid 1859) is running...
[root@nagios ~]# service postgresql status
postmaster (pid 30776 28901 25968 25790 25746 25734 25732 25305 25226 20864 12317 11291 10119 9805 9185 7893 5831 2658 2131 2130 2129 2127 1939 1561) is running...
[root@nagios ~]# service crond status
crond (pid 1993) is running...
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
I think one of these (that I highlighed in bold) is possibly the culprit... not liking SSL perhaps? (I force SSL. Apache will reject http request that are not via https)
2012R2.0 - 05/20/2013
===================== - Updated sourceguardian extensions to version 9 to allow support for PHP 5.4 -SW
- Updated some link references from the Legacy CCM to the New CCM -SW
- Add ability for notification templates in Admin -> Notification Management to be deleted - SW
- Added inode filesystem check to the profile.zip -SW
- Fix for php-mcrypt bug writing module.so instead of mcrypt.so in the mcrypt.ini -SW - Upgrade ndoutils to 1.5.2 -SW
- Upgrade to Nagios Core 3.5.0 -SW
- Patched Nagios Core 3.5.0 Fixed bug #445: Adding triggered downtime for child hosts causes a SIGSEGV on restart/reload (Eric Stanley) -SW
- Patched Nagios Core 3.5.0 Fixed bug #375: Freshness expiration never reached and bug #427: freshness threshold doesn't work if it is set long (Scott Wilkerson, Eric Stanley) -SW
- Fix to support multi-digit sub-versions in components and wizards -SW
- Updated the profile component to now fetch system and apache log information - SL / AB
- Fixed bug in CCM where clicking "Remove All" left select items disabled (versions 1.6 & 1.7 affected) - MG
- Fixed CCM bug where groups couldn't select objects as members if they had the same name - MG
- Fixed bug with Nagios Mobile where host escalations was not authorizing contacts properly - MG
- Fixed MIB upload bug where if it didn't contain any TRAP or NOTIFICATION definitions it would fail -NS
- Updated CURLOPT_SSL_VERIFYHOST to 2 in load_url() since support for 1 is about to be removed in PHP 5.4 and Curl - MG
- Fixed BPI javascript bug with "Clear All" and re-enabling disabled select options - MG
- Fixed BPI bug where syncing host/servicegroups added a duplicated definition and prevented the group from being edited - MG
- Fix for object case sensitivity lookup where case sensitivity was not alway ignored - EG
- Added ability to turn off HTTPPROXYTUNNEL from proxy component -SW
- Added changes so custom logos display on reports if they are added to the custom logo component -SW
- Added v3_priv_proto for SNMP v3 in SNMP Wizard -SW
- Added ability for Quick find auto-complete to include host alias field -SW
- Fixed html entities showing up in the second column of the CCM table -NS
- Fixed bug that would perfdataproc cron to stack up processes if host set for outbound transfer was down or entered incorrectly -SW
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2
Rewrite directives should not effect XI is this way, as long as you followed our https/ssl documentation in full.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
@Gld, have you opened a ticket? If not, you should as we could move to a remote session in your case as well. We will be working more on his issue today, anyways.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
This also seems to cause the config validation to hang any time the configuration is applied. Well... it doesn't hang, because it does complete in the background, but it appears to hang in the web gui.
Prod XI: Debian 12 - Nagios XI 2026R1.2
Dev XI: Debian 12 - Nagios XI 2026R1.2