×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
How to Change Server Timezone
Related to Copied
Step-by-step guide for changing the server timezone and ensuring it is correctly reflected in Opsview. For consistency and best practices, it is recommended to set the server timezone to UTC.
Problem Copied
Service checks are failing because the collection plan was not updated, caused by inconsistent timezones across the cluster and the servers not being set to UTC
Process Copied
- Change the server timezone
timedatectl set-timezone UTC
- Reboot the server
reboot
- Delete Datastore “opsview-collector”
/opt/opsview/supportscripts/bin/datastore list
/opt/opsview/supportscripts/bin/datastore delete opsview-collector
- Restart opsview-scheduler component
/opt/opsview/watchdog/bin/opsview-monit restart opsview-scheduler
- Push new collection plan and run apply changes
/opt/opsview/orchestrator/venv3/bin/orchestratorgenerate -e <machine.ref>
/opt/opsview/orchestrator/venv3/bin/orchestratorgenerate
Related article(s) Copied
["Geneos"]
["FAQ"]