telkel / rrdweather

Automatically exported from code.google.com/p/rrdweather
0 stars 0 forks source link

XML source cannot be read #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Not sure, I have configured rrdweather per the README
2.
3.

What is the expected output? What do you see instead?

RRDWeather 0.43
---------------

XML source cannot be read !

Make sure you are trying to display a city monitored by RRDWeather.

The XML source may temporarily be unavailable. The page will reload within
5 seconds.

If the problem persists, there's a problem with this configuration.

What version of the product are you using? On what operating system?

rrdweather 0.43 on CentOS 5.4

Please provide any additional information below.

755 apache apache /var/tmp/rrdweather
644 apache apache /var/tmp/rrdweather/XXXXX.xml

Original issue reported on code.google.com by wpfonte...@gmail.com on 22 Dec 2009 at 1:42

GoogleCodeExporter commented 8 years ago
This looks like a configuration problem.
Please post your config file

Thanks

Original comment by sebastien.wains on 23 Dec 2009 at 7:11

GoogleCodeExporter commented 8 years ago
Which configuration file?

Original comment by wpfonte...@gmail.com on 28 Dec 2009 at 3:31

GoogleCodeExporter commented 8 years ago
/etc/rrdweather.conf

Original comment by sebastien.wains on 28 Dec 2009 at 7:17

GoogleCodeExporter commented 8 years ago
# RRDWeather configuration file

# The unit should be either "m" for metric units or "e" for english units
# If you monitor several cities, each will be monitored using the unit 
specified here
UNIT=e

# The cities you want to monitor
# Their ZIP/Intl code separated by a space
ZIPS="85207"

# The web server user and group
# Check your web server configuration to know these
WWWUSER=apache
WWWGROUP=apache

# Where the images will be stored. NO TRAILING SLASH
TMPDIR=/var/tmp/rrdweather

# Where the DB's will be stored. NO TRAILING SLASH
RRDDIR=/var/lib/rrdweather/db

# Enable debug mode (y/n). When debug mode is enabled, the DB's are not updated
DEBUG=n

Original comment by wpfonte...@gmail.com on 29 Dec 2009 at 1:50