Hi
I’ve tried to setup an alert for Windows devices that have storage space usage over the warning threshold.
I have the following alert but there are a range of servers which are being picked up by the rule which do not have a storage issue. For example I have one server that is only using 24% storage space but is alerting.
macros.device_up = 1 AND devices.os LIKE ‘%Windows%’ AND storage.storage_perc >= “storage.storage_perc_warn”
I have checked my instance is up to date and there are no errors when a validate is run.
Any help would be appreciated.
Kind regards