How to exclude a specific disk from a specific server from Disk Space alert

Hello,

I have a Disk Space Alert set. Pretty simple:
storage.storage_perc >= 95

I need to exclude 2 specific drives of 3 specific servers from this alert.
I know how to exclude a server (devices.sysName != “name.domain.ca”) but how to exclude just 2 specific disks from a server?

THX!

Nobody knows?

try this
AND storage.storage_descr != “mountpoint”

Hi @Alex-QC
All alerting is based on the database. So you can explore it and do your exact request. Most of the column names can be understood easily. @SteveK gave you the solution. And you can contribute it to the documentation to help the other users and make their experience of LibreNMS better. This is how the project works, built by and for its users.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.