Overview
You may have experienced an issue where the MGR Stats were not updating for you. This article outlines the measures you can take to avoid this issue in the future.
Information
A way to avoid this situation is to have a check on ALL the STV processes, maybe once a day to ensure all the processes are up and running. You can do this manually or run a cronjob.
Running the following commands as textpass is helpful in checking the status of the STV functioning:
stv_db_importer --status
stv_poll_collector --status
stv_poll_config_sync --status
stv_poller --status
stv_self_test
Along with the above, ensure that enough disk space and memory is available on the MGR.
(use the df -kh
and free -h
commands to check these)
Priyanka Bhotika
Comments