21 Mar 2022
03:53 PM
- last edited on
22 Mar 2022
07:55 PM
by
Karolina_Linda
Is it possible to create an alert when a disc mount is unmounted on a Linux host? When I go to the custom disk-detection rules section I do not see an option for disc mounts specifically. What would be the best way to go about setting such an alert?
Solved! Go to Solution.
We just implemented it last week and tested it today for NFS mount. We created a custom alert with 1mb free space and generate an alert if no data is available, polling 2 mins out of 5 mins. In the payload we selected disk.entity
Hi,
Please help to elaborate on how the metric event is configured and how it helps to generate alert when an disk is unmounted ?
Create a metric event on available space for that mount point let us say 100 KB, so this will trigger in an event a mount got dropped. Hope this helps.
Or you should try this extension:
Filesystem monitoring | Dynatrace Hub
I hope it helps.
Best regards,
Mizső
Thank you!