Can we monitor using Oneagent solution with Dynatrace manage product ?
here few parameters and resources for MS / Veritas cluster monitoring
###########################################
VERITAS CLUSTER:
1. Monitor the status of the HA Group.
--> STATE = online
2. Monitor the cluster status
--> cluster statue != Running
3.Monitor the type of connection in use
connection != Membership
4.HA resource status SQLAgent2012
--> Value = OFFLINE
5. Monitor the HA status down
--> STATUS != RUNNING
#########
MS Cluster:
1. Cluster Service STATUS
--> STAUTS != UP
2. NODE STATUS
--> STATE is != UP
3. Resource Group:
STATE is != UP
4. Resources STATUS
STATE is != UP
Solved! Go to Solution.
Not out-of-the box currently, but it can be achieved by creating Oneagent plugin. Oneagent will run your plugin that will monitoring the cluster metrics. Plugins are written in Python, so you need to have Python knowledge to write one.
AFAIK it's currently not possible to create/send data to custom entities using Oneagent plugin. So those cluster metrics have to be bound either to host as host metrics or to known process groups.
More details here https://dynatrace.github.io/plugin-sdk/
If you are beginning to write Oneagent plugins, it will take some time to do it right. It's not a matter of minutes.
Rajesh, did you manage to find a way to monitor Veritas Cluster?