Because I was getting a "could not resolve hostname" error and the function only works for IPv4, I'm using an IPv6 only host.
gethostbyname() - Get the IPv4 address corresponding to a given Internet host name
Yeah i ran those scripts, the cron jobs don't appear to run though...
On Mon, Jul 16, 2012 at 2:17 PM, Adam Armstrong <adama@memetic.org> wrote:
Why would you comment out the function?
have you tried to run discovery and poller manually?
./discovery.php -h all
./poller.php -h all
On 16/07/2012 19:52, Miguel Alejandro González wrote:
So I followed the ubuntu svn installation tutorial and
managed to get observium to run... (commenting the function
gethostbyname)
But anyway...
So far I have been able to log in to the web app and... the app
has recorded all the info from the device I want to monitor... but
somehow all the graphs are blank with nan values
The device in question right now is in idle mode, just receiving
packets from network equipment and sometimes ICMP (ping) packets.
So maybe I'm doing this wrong and it needs to be in active mode
receiving all kinds of requests.... but even the memory and
processes graphs are blank...
What could it be? Cron? I'm missing some configuration? Do I need
to follow more of your documents? I'm a little confused... sorry
I'm a n00b using this app