Upgrade to 5.1.42

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
saleemthupsee
Posts: 107
Joined: Wed Feb 15, 2017 4:22 am
Location: Paris France
Contact:

Upgrade to 5.1.42

Post by saleemthupsee »

Hello,

I upgraded to 5.5 and noticed that all my scheduled reports have disapeared !

Is there a fix or should i redo them manually ?

regards,
Saleem
Paris
Last edited by saleemthupsee on Tue Feb 06, 2018 10:46 am, edited 1 time in total.
Saleem THUPSEE
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Upgrade to 5.5

Post by tmcdonald »

XI 5.5 has not been released yet. Can you double-check what version you are on? It is in the lower-left corner of each page after you have logged in.
Former Nagios employee
saleemthupsee
Posts: 107
Joined: Wed Feb 15, 2017 4:22 am
Location: Paris France
Contact:

Re: Upgrade to 5.5

Post by saleemthupsee »

xi 5.142.

sorry typo.

Saleem
Paris
Saleem THUPSEE
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Upgrade to 5.1.42

Post by npolovenko »

Hello, @saleemthupsee . Let's check to see whether your reports are still in the crontab:

Code: Select all

crontab -u apache -l
Please post the output of the command above.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
saleemthupsee
Posts: 107
Joined: Wed Feb 15, 2017 4:22 am
Location: Paris France
Contact:

Re: Upgrade to 5.1.42

Post by saleemthupsee »

please see below :

0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=IJKj2X --username="nagiosadmin" > /dev/null 2>&1
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=7qbD6A --username="nagiosadmin" > /dev/null 2>&1
0 9 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=hn6PMA --username="nagiosadmin" > /dev/null 2>&1
0 19 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=KljGp5 --username="nagiosadmin" > /dev/null 2>&1
0 19 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=C8fuCs --username="nagiosadmin" > /dev/null 2>&1
0 7 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=FlnRkj --username="nagiosadmin" > /dev/null 2>&1
0 7 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=9dEJi9 --username="nagiosadmin" > /dev/null 2>&1
0 7 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=DIhlYp --username="nagiosadmin" > /dev/null 2>&1
0 7 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=o9LPpV --username="nagiosadmin" > /dev/null 2>&1
0 19 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=nlKJVd --username="nagiosadmin" > /dev/null 2>&1
0 7 * * * /usr/bin/php /usr/local/nagiosxi/html/includes/components/schedu ledreporting/sendreport.php --report=gu49W0 --username="nagiosadmin" > /dev/null 2>&1
Saleem THUPSEE
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Upgrade to 5.1.42

Post by npolovenko »

@saleemthupsee, Are you still signed in as the nagiosadmin user?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
saleemthupsee
Posts: 107
Joined: Wed Feb 15, 2017 4:22 am
Location: Paris France
Contact:

Re: Upgrade to 5.1.42

Post by saleemthupsee »

yes
Saleem THUPSEE
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Upgrade to 5.1.42

Post by lmiltchev »

Have you set a language other than English under the "System Setting" page ("Default User Settings") or under the "Account Information" page ("Account Preferences")? What is your local set at? Run the following command in the command line and show the output:

Code: Select all

locale
Do you have any missing dashboards after the upgrade in addition to the missing reports?

Can you find a notice, similar to the one below in your apache logs?

Code: Select all

PHP Notice: unserialize(): Error at offset 1055 of 1351 bytes in
It is possible that this is a language setting issue (bug). We will try to recreate the issue in house.
Be sure to check out our Knowledgebase for helpful articles and solutions!
saleemthupsee
Posts: 107
Joined: Wed Feb 15, 2017 4:22 am
Location: Paris France
Contact:

Re: Upgrade to 5.1.42

Post by saleemthupsee »

no, still English. All dashboard are still around !

locale is set at :

[root@nagiosxi ~]# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
Saleem THUPSEE
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Upgrade to 5.1.42

Post by tgriep »

We are currently looking in to a known issue that is similar to the issue you are having.

To verify that, can you run the following as root on the Nagios server.

Code: Select all

tail -f /var/log/httpd/*_log
Then try and access the dashboards and post the output of the tail command here so we can view the Apache errors logs to see if the issue is the same.

Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked