Hello!
I have a problem with collectd-web (0.4.0).
There is no hosts to choose from on the page.
The problem looks similiar to CaBaz's:
http://groups.google.com/group/collectd-web-users/browse_thread/thread/3b2a591c751e24c8?hl=en#
but I believe it's not the issue in my case.
The oddest thing is, that I got it working perfectly for the first
time (v 0.3.0, then upgraded to 0.4.0) on a Debian Testing host (where
it is still working), and I failed on another 3 hosts... (all of them
more or less based on Debian). This makes me believe that the problem
is somewhere on my side (configuration or distro specific).
When I run standalone server (runserver.py) - everything is working
just fine.
Hosts and config info:
- collectd installed from packages, working everywhere, data stored
to /var/lib/collectd/rrd/
- OS: Debian testing x86 (one working, one not), Debian Lenny x86_64
(two, not working)
- Apache (everywhere)
./check_deps.sh
Carp looks ok
CGI looks ok
CGI::Carp looks ok
HTML::Entities looks ok
URI::Escape looks ok
RRDs looks ok
Data::Dumper looks ok
JSON looks ok
cat /etc/collectd/collection.conf
datadir: "/var/lib/collectd/rrd/"
libdir: "/usr/lib/collectd/"
What I am missing?