Re: [Observium] can't resolve host, but I can ping it
![](https://secure.gravatar.com/avatar/0f2bd92c18b1e5d826a1d669bc3bd20c.jpg?s=120&d=mm&r=g)
Thanks Adam, that worked.
The strange thing is when I run
./discovery.php -h all
It enumerates hundreds of network devices by IP that aren’t listed in /etc/hosts, but for some reason it doesn’t populate them all in the web GUI > Devices, so I guess I have to write something that converts all those IP’s to hostnames and adds them all to /etc/hosts, which seems hard. Am I missing something?
Does the enterprise version resolve IP’s?
Now I have to figure out why it’s not polling the interfaces on the devices it added successfully to create traffic graphs, though I made the crontab entries as specified in the install docs.
Use a hostname.
The current CE won't allow addition of devices by IP.
Adam.
Sent from BlueMail
On 26 May 2016, 22:16, at 22:16, Dev dev@logicalwebhost.com wrote:
./add_device.php 1.2.3.4 catalyst v1
fails with
Try to add 1.2.3.4: Could not resolve 1.2.3.4. Devices failed: 1.
but ping works
fping 1.2.3.4 1.2.3.4. is alive
but snmpwalk works like:
snmpwalk -v 1 -c catalyst 1.2.3.4 iso.3.6.1.2.1.1.1.0 = STRING: "Cisco IOS Software, Catalyst… ...
The web interface add device also fails same way. what am I missing?
participants (1)
-
Dev