Import end devices via CSV - What's the format?
I want to import a lot of my devices via a CSV file. I know there is a way to import from the command line but I don’t see much on the file format for the command line utility.
Anyone know the best way to import a lot of devices quickly? Is a CSV the best way to go?
Thanks!!
the CLI format is just the add_device.php argument order.
Alternatively you can do something yourself and foreach() it into add_device.php from whatever scripting language you use.
adam.
Chris Cottingham via observium wrote on 2024-06-17 16:29:
I want to import a lot of my devices via a CSV file. I know there is a way to import from the command line but I don’t see much on the file format for the command line utility.
Anyone know the best way to import a lot of devices quickly? Is a CSV the best way to go?
Thanks!!
observium mailing list -- observium@lists.observium.org To unsubscribe send an email to observium-leave@lists.observium.org
participants (2)
-
Adam Armstrong
-
Chris Cottingham