This article explains how to update the system timezone on the Cloudmon Controller machine to ensure that alarms and system logs reflect the correct local timestamps.
SSH access to the Cloudmon Controller machine
User account with sudo privileges
Take an SSH connection to the Cloudmon Controller machine.
Run the following command and enter the password when prompted:
sudo -i
Verify the currently configured timezone:
timedatectl
Update the system timezone using the following command:
timedatectl set-timezone <Region/City>
Example format:
Region/City (e.g., Asia/Colombo, Europe/London, America/New_York)
To view a list of available timezones, use:
timedatectl list-timezones
Confirm that the timezone has been updated successfully:
timedatectl
Restart all Cloudmon controller services for the changes to take effect:
service cloudmon-controller@* restart
After completing these steps, alarms and system logs generated in Cloudmon will reflect the configured local timezone.