cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Dynatrace infrastrature healthcheck

pshinde
Inactive

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.

2 REPLIES 2

Radoslaw_Szulgo
Dynatrace Guru
Dynatrace Guru

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 ?

Senior Product Manager,
Dynatrace Managed expert

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?


Featured Posts