We have one core and 4 remote probes with a few thousand sensors each. I need to copy the groups/devices/sensors from each remote probe to remote probes in an alternate locate for fault tolerance/high availability. I tried to clone a group which worked but when I cloned the group again it created a new identical group. Our environment is somewhat dynamic and the backup site will need to be updated regularly so this method will not work. Here is what I fed it to create the group (and attempted to first delete the group then re-create with error)
/api/deleteobject.htm?id=60270&approve=1 /api/duplicateobject.htm?id=8513&name=CloneTest1&targetid=60270
How should I architect this so that I have two sites with identical data as an active/passive setup? Do I need to move the devices off of remote probes and onto cores and have multiple cores with HA pairs instead?
Add comment