Not sure if what I am trying to do is achievable or not as I cannot seem to get it to work the way I want it too.
Scenario is - we have a NOC view that uses Groups so that we have a high level overview of our network, when anything goes down the icons change colour highlighting a problem.
Whilst this is fine for most of the Groups, I'm having issues with the storage group for Disk Space Usage. The group always stays green regardless of any issues, even though alerts are created nothing changes.
What we have is a group that has been defined by a dynamic query using a custom node property to select only servers that we are interested in -- this part works and the group gets created and all nodes show as being up.
We then have an alert that's using the same custom node property to warn if disk usage on these nodes exceed 90% usage - again this part works and the alerts are created.
What doesn't seem to work however is the group status created above still stays Green (UP) as the actual nodes themselves are up, but since the nodes have alerts on them due to disk space issues, I would have expected the group status to go into warning state at least.
I have the group rollup status mode as 'Show worst State'.
Am I expecting too much for this group status to change, or am I doing something wrong that's preventing the status of the group changing.