Changes to the On-Premise Poller when the account is migrated to a different data center
When an account is migrated to another data center, the
Device Key of the account also changes. Because of this, the Device Key needs to be updated in the On-Premise Poller config file to ensure uninterrupted monitoring.
You can find the new Device Key under Admin > Developer > Device Key.
Copy the Device Key and follow the steps below to associate the On-Premise Poller to the new data center account.
- Navigate to the directory in which the On-Premise Poller is installed, and then to the conf directory.
Windows: C:\Program Files (x86)\Site24x7OnPremisePoller\conf
Linux: /opt/Site24x7OnPremisePoller/conf/ - Open the install.txt file.
- Add a new Key: S24X7KEY=<new device key>.
- Save and close the file.
- Open the serveragent.config file.
- Replace the contents in the file with the following:
MONAGENTID=SITE24X7
AGENTUID=SITE24X7
CUSTOMERID=SITE24X7 - Save and close the file.
- Restart the On-Premise Poller.
The On-Premise Poller will now start functioning with the status UP from the new data center.