14 Jun 2018 11:53 AM - last edited on 24 Feb 2023 12:28 PM by Karolina_Linda
Hi Team,
Do have any script or commands or options which will help us to know the Dynatrace Managed heath status on daily basis? We will like to have status of below items on a daily basis in report.
1) Cassandra & Elastic Backup
2) All ActiveGates up and running fine
3) All Dynatrace node critical processes up and running fine.
4) Node storage utilization.
5) Access to console is fine.
Solved! Go to Solution.
22 Jun 2018 08:53 AM - last edited on 24 Feb 2023 12:26 PM by Karolina_Linda
1) Cassandra:
\launcher\dynatrace-notetool.sh status
Elasticsearch:
curl <ip_address>:9200/_cluster/health
2) ActiveGate
curl https://<ip_address>:8443/rest/state > -k -i
3) All node services
\launcher\dynatrace.sh status
4) Storage
do it on your own currently - with `du` command
Public REST API to be exposed in the future.
5) Access to console
to check server:
curl
https://<ip_address>:8021/rest/health -k -i
If server is RUNNING then console should work as well. In case you want to be sure you could maybe create a Selenium test or curl/wget ?
16 Oct 2018 02:43 PM
Hi @Radoslaw S.,
A question about 5)
Is there an overview of the different responses /rest/health can give? Can this check be used to see that a node is about to restart?