I am looking into creating a mirror of my production environment. The only difference is that the mirror polling will only do ICMP only, no SNMP. In our production we use 3 pollers and in the mirror we will use only one.
What I want to do is copy over the data base to the backup solution and then using the manage polling engines tool move all nodes to the one server. After the database is moved to keep the data base fresh and synced with production I want to copy over the production nodes table to the mirror location. I would create a job of some sort that would change all nodes to ICMP only, change the polling engine to the one server and change the polling intervals to what the server can handle. Would this be possible, or would in need to copy over more tables? I want to at all possible keep the amount of data used to backup as small as possible. Additional information, we have no need for historical data.
Has anyone done anything like this?