Each DPOD installation is identified by an environment name. The documentation states these names must be unique and is displayed in the WebUI.
https://montier.atlassian.net/wiki/spaces/DPOD010805/pages/275939870/Software+Deployment
How do you change this environment name?
Answer by littles (659) | Jan 31 at 03:58 PM
Here are the steps needed to change the environment name:
Connect to DPOD's server using SSH.
Enter the command "ij" to start the DB interface
Enter to the following SQL statement and replace the string "abcd" with the new environment string (4 alphanumeric characters at most). Example : PRD2 UPDATE SystemParameter SET VALUE='abcd' WHERE name ='system.environment.name';
Exit ij by entering "exit;" and "ENTER"
Reconfigure syslogs on all gateways using DPOD's UI. see link to DPOD's documentation https://montier.atlassian.net/wiki/spaces/DPOD0108060/pages/298517025/Adding+Monitored+Devices