Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c
I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B)
./addhost.php server6 ubuntuservers v2c
And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
Is the hostname resolveable?
I've not run on an IPv6-only host.
adam.
On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Well, this command works from server A
ping6 server6
So I'm assuming the hostname is resolved.
Regards
On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong adama@memetic.org wrote:
Is the hostname resolveable?
I've not run on an IPv6-only host.
adam.
On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c
I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B)
./addhost.php server6 ubuntuservers v2c
And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
it's probably the php functions failing, then.
adam.
On 12/07/2012 22:31, Miguel Alejandro González wrote:
Well, this command works from server A
ping6 server6
So I'm assuming the hostname is resolved.
Regards
On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> wrote:
Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!! _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
because of IPv6?
So Observium does not support an IPv6 only host, damn
Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6...
On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong adama@memetic.org wrote:
it's probably the php functions failing, then.
adam.
On 12/07/2012 22:31, Miguel Alejandro González wrote:
Well, this command works from server A
ping6 server6
So I'm assuming the hostname is resolved.
Regards
On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong adama@memetic.org wrote:
Is the hostname resolveable?
I've not run on an IPv6-only host.
adam.
On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c
I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B)
./addhost.php server6 ubuntuservers v2c
And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam.
On 12/07/2012 22:44, Miguel Alejandro González wrote:
because of IPv6?
So Observium does not support an IPv6 only host, damn
Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6...
On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> wrote:
it's probably the php functions failing, then. adam. On 12/07/2012 22:31, Miguel Alejandro González wrote:
Well, this command works from server A ping6 server6 So I'm assuming the hostname is resolved. Regards On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>> wrote: Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!! _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
We support ipv6 only.
You probably need to add it with the correct snmp transport, ie udp6.
Tom
On 12/07/2012 23:51, Adam Armstrong wrote:
It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam.
On 12/07/2012 22:44, Miguel Alejandro González wrote:
because of IPv6?
So Observium does not support an IPv6 only host, damn
Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6...
On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong <adama@memetic.org mailto:adama@memetic.org> wrote:
it's probably the php functions failing, then. adam. On 12/07/2012 22:31, Miguel Alejandro González wrote:
Well, this command works from server A ping6 server6 So I'm assuming the hostname is resolved. Regards On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong <adama@memetic.org <mailto:adama@memetic.org>> wrote: Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!! _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
You mean, running a command like this one:
./addhost.php server6 ubuntuservers v2c udp6
I get the same error message "Could not resolve server6"
On Fri, Jul 13, 2012 at 7:01 AM, Tom Laermans tom.laermans@powersource.cxwrote:
We support ipv6 only.
You probably need to add it with the correct snmp transport, ie udp6.
Tom
On 12/07/2012 23:51, Adam Armstrong wrote:
It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam.
On 12/07/2012 22:44, Miguel Alejandro González wrote:
because of IPv6?
So Observium does not support an IPv6 only host, damn
Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6...
On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong adama@memetic.orgwrote:
it's probably the php functions failing, then.
adam.
On 12/07/2012 22:31, Miguel Alejandro González wrote:
Well, this command works from server A
ping6 server6
So I'm assuming the hostname is resolved.
Regards
On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong adama@memetic.orgwrote:
Is the hostname resolveable?
I've not run on an IPv6-only host.
adam.
On 12/07/2012 20:59, Miguel Alejandro González wrote:
Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c
I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B)
./addhost.php server6 ubuntuservers v2c
And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Sounds like you need to check your DNS Resolution or if you have just a handful of hosts... add "server6" to /etc/hosts
Matt
From: Miguel Alejandro González maggonzz@gmail.com To: Observium Network Observation System observium@observium.org Date: 07/13/2012 02:22 PM Subject: Re: [Observium] Installing observium Sent by: observium-bounces@observium.org
You mean, running a command like this one:
./addhost.php server6 ubuntuservers v2c udp6
I get the same error message "Could not resolve server6"
On Fri, Jul 13, 2012 at 7:01 AM, Tom Laermans tom.laermans@powersource.cx wrote: We support ipv6 only.
You probably need to add it with the correct snmp transport, ie udp6.
Tom
On 12/07/2012 23:51, Adam Armstrong wrote: It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam.
On 12/07/2012 22:44, Miguel Alejandro González wrote: because of IPv6?
So Observium does not support an IPv6 only host, damn
Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6...
On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong < adama@memetic.org> wrote: it's probably the php functions failing, then.
adam.
On 12/07/2012 22:31, Miguel Alejandro González wrote: Well, this command works from server A
ping6 server6
So I'm assuming the hostname is resolved.
Regards
On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong < adama@memetic.org> wrote: Is the hostname resolveable?
I've not run on an IPv6-only host.
adam.
On 12/07/2012 20:59, Miguel Alejandro González wrote: Hello
I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers,
server A is IPv6 only (i have installed Observium here, ubuntu 12.04)
server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04)
both machines are in a ipv6 network with cisco equipment (routers/switches)
I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial
Add a first device to monitor:
./addhost.php <hostname> <community> v2c
I get a message like this "coud not resolve hostname"
Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message.
I only modified these variables in config.php
$config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96";
What am I doing wrong, can you help me?
Regards!!
_______________________________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
like i said in my previous emails, I am able to ping the hostname "server6" with ping6
so maybe that's not the problem...
On Fri, Jul 13, 2012 at 12:23 PM, Matthew Coene mcoene@bacardi.com wrote:
Sounds like you need to check your DNS Resolution or if you have just a handful of hosts... add "server6" to /etc/hosts
Matt
From: Miguel Alejandro González maggonzz@gmail.com To: Observium Network Observation System observium@observium.org Date: 07/13/2012 02:22 PM Subject: Re: [Observium] Installing observium Sent by: observium-bounces@observium.org
You mean, running a command like this one:
./addhost.php server6 ubuntuservers v2c udp6
I get the same error message "Could not resolve server6"
On Fri, Jul 13, 2012 at 7:01 AM, Tom Laermans <tom.laermans@powersource.cx
wrote: We support ipv6 only.
You probably need to add it with the correct snmp transport, ie udp6.
Tom
On 12/07/2012 23:51, Adam Armstrong wrote: It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam. On 12/07/2012 22:44, Miguel Alejandro González wrote: because of IPv6? So Observium does not support an IPv6 only host, damn Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6... On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong < adama@memetic.org> wrote: it's probably the php functions failing, then. adam. On 12/07/2012 22:31, Miguel Alejandro González wrote: Well, this command works from server A ping6 server6 So I'm assuming the hostname is resolved. Regards On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong < adama@memetic.org> wrote: Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote: Hello I'm having a little problem with the tutorial. I'm following this tut:
http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial:
http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!!
observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
you need to specify the transport, i.e. udp6, otherwise it'll default to udp.
adam.
On 13/07/2012 18:30, Miguel Alejandro González wrote:
like i said in my previous emails, I am able to ping the hostname "server6" with ping6
so maybe that's not the problem...
On Fri, Jul 13, 2012 at 12:23 PM, Matthew Coene <mcoene@bacardi.com mailto:mcoene@bacardi.com> wrote:
Sounds like you need to check your DNS Resolution or if you have just a handful of hosts... add "server6" to /etc/hosts Matt From: Miguel Alejandro González <maggonzz@gmail.com <mailto:maggonzz@gmail.com>> To: Observium Network Observation System <observium@observium.org <mailto:observium@observium.org>> Date: 07/13/2012 02:22 PM Subject: Re: [Observium] Installing observium Sent by: observium-bounces@observium.org <mailto:observium-bounces@observium.org> You mean, running a command like this one: ./addhost.php server6 ubuntuservers v2c udp6 I get the same error message "Could not resolve server6" On Fri, Jul 13, 2012 at 7:01 AM, Tom Laermans <tom.laermans@powersource.cx <mailto:tom.laermans@powersource.cx>> wrote: We support ipv6 only. You probably need to add it with the correct snmp transport, ie udp6. Tom On 12/07/2012 23:51, Adam Armstrong wrote: It's possible that it would be easy to fix. I'll see if I can get some time to look at it. adam. On 12/07/2012 22:44, Miguel Alejandro González wrote: because of IPv6? So Observium does not support an IPv6 only host, damn Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6... On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong < adama@memetic.org <mailto:adama@memetic.org>> wrote: it's probably the php functions failing, then. adam. On 12/07/2012 22:31, Miguel Alejandro González wrote: Well, this command works from server A ping6 server6 So I'm assuming the hostname is resolved. Regards On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong < adama@memetic.org <mailto:adama@memetic.org>> wrote: Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote: Hello I'm having a little problem with the tutorial. I'm following this tut: http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial: http://www.observium.org/wiki/NetSNMPd_Client_Configuration And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!! _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
tried that, but it doesnt work
maybe it is because of this:
- gethostbyname()http://www.php.net/manual/en/function.gethostbyname.php- Get the IPv4 address corresponding to a given Internet host name
this function only works for ipv4
On Fri, Jul 13, 2012 at 12:56 PM, Adam Armstrong adama@memetic.org wrote:
you need to specify the transport, i.e. udp6, otherwise it'll default to udp.
adam.
On 13/07/2012 18:30, Miguel Alejandro González wrote:
like i said in my previous emails, I am able to ping the hostname "server6" with ping6
so maybe that's not the problem...
On Fri, Jul 13, 2012 at 12:23 PM, Matthew Coene mcoene@bacardi.comwrote:
Sounds like you need to check your DNS Resolution or if you have just a handful of hosts... add "server6" to /etc/hosts
Matt
From: Miguel Alejandro González maggonzz@gmail.com To: Observium Network Observation System observium@observium.org Date: 07/13/2012 02:22 PM Subject: Re: [Observium] Installing observium Sent by: observium-bounces@observium.org
You mean, running a command like this one:
./addhost.php server6 ubuntuservers v2c udp6
I get the same error message "Could not resolve server6"
On Fri, Jul 13, 2012 at 7:01 AM, Tom Laermans <tom.laermans@powersource.cx
wrote: We support ipv6 only.
You probably need to add it with the correct snmp transport, ie udp6.
Tom
On 12/07/2012 23:51, Adam Armstrong wrote: It's possible that it would be easy to fix. I'll see if I can get some time to look at it.
adam. On 12/07/2012 22:44, Miguel Alejandro González wrote: because of IPv6? So Observium does not support an IPv6 only host, damn Do i need to install it on a IPv4 host for it to resolve hostnames? I really needed for it to work on IPv6... On Thu, Jul 12, 2012 at 4:35 PM, Adam Armstrong < adama@memetic.org> wrote: it's probably the php functions failing, then. adam. On 12/07/2012 22:31, Miguel Alejandro González wrote: Well, this command works from server A ping6 server6 So I'm assuming the hostname is resolved. Regards On Thu, Jul 12, 2012 at 4:20 PM, Adam Armstrong < adama@memetic.org> wrote: Is the hostname resolveable? I've not run on an IPv6-only host. adam. On 12/07/2012 20:59, Miguel Alejandro González wrote: Hello I'm having a little problem with the tutorial. I'm following this tut:
http://www.observium.org/wiki/Ubuntu_SVN_Installation because both of my machine have ubuntu installed
So I have two servers, server A is IPv6 only (i have installed Observium here, ubuntu 12.04) server B is IPv6/IPv4 (i want to monitor this machine, ubuntu 10.04) both machines are in a ipv6 network with cisco equipment (routers/switches) I configured the snmp client in server B, following this tutorial:
http://www.observium.org/wiki/NetSNMPd_Client_Configuration
And currently I'm stuck on this step, from the installation tutorial Add a first device to monitor: ./addhost.php <hostname> <community> v2c I get a message like this "coud not resolve hostname" Having said that, I have full connectivity between the machines and I configured a hostname in /etc/hosts, so I run this command (ubuntuservers is the community name i configured in server B) ./addhost.php server6 ubuntuservers v2c And I get the error message. I only modified these variables in config.php $config['db_user'] = "observium"; $config['db_pass'] = "mypass"; (a random password) $config['nets'][] = "2001:23::24/96"; What am I doing wrong, can you help me? Regards!!
observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org
http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing listobservium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
Matthew Coene
-
Miguel Alejandro González
-
Tom Laermans