22 Feb 2024
06:56 PM
- last edited on
26 Feb 2024
01:27 PM
by
MaciejNeumann
Hi fellow Dynatracers, please read the following problem and the solution we found. We would like to know if there is a better way to solve it or if there are any holes in our solution.
Problem:
We want to exclude certain large disks from creating Problems and Incidents flowing into our Service Now Integration.
Our Solution thus far after looking through Dynatrace Documentation:
We have the following idea for solving our problem. We would like to know if there is a better way to solve it. We are using Python and Dynatrace API to automate this solution so it can be reapplied at scale, with ease and consistency. We’ll do some manual testing before scripting it.
To create a custom metric based on the builtin:host.disk.free metric in Dynatrace and exclude specific disks, we’ll follow these steps:
27 Dec 2024 07:48 PM
This is a great use of the tool to achieve your overall goal. There is also now Disk Edge as well which will help you narrow down monitoring for hosts and disks.