Updating the monitoring suite
Updating Prometheus
Download the latest version
Download the latest version of Prometheus and run the checksum verification process to ensure that the downloaded file has not been tampered with.
Expected output: Verify output of the checksum verification
Replace existing version
If checksum is verified, extract the files and move them into the /usr/local/bin
and /etc/prometheus
directories for neatness and best practice. Then, clean up the duplicated copies.
Restart the service
Reload the systemd daemon, restart the service, and monitor the journal logs.
Expected output: The service should say it is "active (running)".
Check the journal logs to make sure there are no error messages.
Updating Node Exporter
Download the latest version
Download the latest version of Node Exporter and run the checksum verification process to ensure that the downloaded file has not been tampered with.
Expected output: Verify output of the checksum verification
If checksum is verified, extract the files and move them into the (/usr/local/bin)
directory for neatness and best practice. Then, clean up the duplicated copies.
Restart the service
Reload the systemd daemon, restart the service, and monitor the journal logs.
Expected output: The service should say it is "active (running)".
Check the journal logs to make sure there are no error messages.
Updating Grafana
Updating Grafana is done via the Linux APT packages as part of the overall OS update. Run the following command:
Then, reboot the system.
Last updated