automation report fail export data
-
steven.giang
- Posts: 38
- Joined: Tue May 12, 2015 3:08 am
Re: automation report fail export data
Hi Kennedy,
Find attached
Find attached
You do not have the required permissions to view the files attached to this post.
Re: automation report fail export data
Are you using a proxy?
We have a post with the exact same issue here:
https://support.nagios.com/forum/viewto ... 479#p96479
Try renaming the pdf file with a .txt extension and see if it says anything.
Thank you
We have a post with the exact same issue here:
https://support.nagios.com/forum/viewto ... 479#p96479
Try renaming the pdf file with a .txt extension and see if it says anything.
Thank you
-
steven.giang
- Posts: 38
- Joined: Tue May 12, 2015 3:08 am
Re: automation report fail export data
When I tried access the link, I got the error message say "You are not authorised to read this forum." ?
Re: automation report fail export data
Are you using a proxy? That was a link to the customer forums. I'll paste what I think is the relevant information.
Fred Kroger wrote: Update - got it working - but we've either got a problem with how wget interpets the wgetrc file or we need to update the FAQ.
The version of wget I'm running is: wget.x86_64 1.12-1.8.el6
It was resolved by actually adding the hostname to the no_proxy line in wgetrc.
It appears that whatever you use as the Nagios Program URL, you need to use the same string in the wgetrc file.
So if your URL = http://ServerA/nagiosxi then the line in wgetrc should be:
no_proxy=localhost,127.0.0.0/8,ServerA
Or if you use an IP instead - URL = http://10.1.1.10/nagiosxi then the line in wgetrc should be:
no_proxy=localhost,127.0.0.0/8,10.1.1.10
I also found that I can't use the subnet mask so the following doesn't work:
no_proxy=localhost,127.0.0.0/8,10.1.1.0/24
Thanks for pointing me in the right direction.
regards... Fred
Former Nagios Employee.
me.
me.
-
steven.giang
- Posts: 38
- Joined: Tue May 12, 2015 3:08 am
Re: automation report fail export data
Hi Hsmith,
Which conf file are you refer to modifies the "no_proxy" setting and is this related to my 1st issue or 2nd issue I have originally post?
Which conf file are you refer to modifies the "no_proxy" setting and is this related to my 1st issue or 2nd issue I have originally post?
Re: automation report fail export data
/etc/wgetrc is the file that that post is referring to. Can you clarify on whether or not you are using a proxy before making this change?
Former Nagios Employee.
me.
me.
-
steven.giang
- Posts: 38
- Joined: Tue May 12, 2015 3:08 am
Re: automation report fail export data
Hi Hsmith,
All command are commented in /etc/wgetrc file, see attached zip (I can't upload txt or paste the text here)
All command are commented in /etc/wgetrc file, see attached zip (I can't upload txt or paste the text here)
You do not have the required permissions to view the files attached to this post.
Re: automation report fail export data
In the Nagios XI GUI, can you go to Admin > Manage System Config and verify that the Program and External URL are setup correctly to a valid Hostname that the server can resolve?
Can you post a screen shot of that page?
What is the IP address of the server?
Can you run the following as root in a command prompt on the server and post the results here?
Can you post a screen shot of that page?
What is the IP address of the server?
Can you run the following as root in a command prompt on the server and post the results here?
Code: Select all
nslookup abtg-nag-01.abtgroup.com.au
ls -l /usr/local/nagiosxi/html/
ls -l /usr/local/nagiosxi/html/perfgraphs
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
steven.giang
- Posts: 38
- Joined: Tue May 12, 2015 3:08 am
Re: automation report fail export data
Hi,
See attached, a screenshot of the command output and the manage system config page Thanks
See attached, a screenshot of the command output and the manage system config page Thanks
You do not have the required permissions to view the files attached to this post.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: automation report fail export data
Seeing as you have the same address for "Program URL" and "External URL" can you either:
Delete the "External URL" field
OR
Make sure both fields match (right now you don't have /nagiosxi/ at the end of the External URL)
Delete the "External URL" field
OR
Make sure both fields match (right now you don't have /nagiosxi/ at the end of the External URL)
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.