Add 200 host without SNMP support

Hi all

I want to add 200 hosts to LibreNMS interface. This devices does not support SNMP, i am monitoring with ICMP on LibreNMS 5 hosts and is working fine.

There is any way to import/add the 200 hosts with their [latitude,longitude] params to LibreNMS interface?

Best regards,

xargs -I{} ./addhost.php -P {} < hosts.txt

As for setting the location, you’ll either have to do manually or import directly into the database.

Thank you for your help. I ll be traying that you have suggested.

Have you some example of the file hosts.txt ?

What information the file must contains?

Best regards,

It is just a list of hostnames, one per line.