Generate Alert in ITOM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
We are using Agent ACC-M on Servers and are trying to generate an alert based off of two metrics being hit. So for example we only want an Alert generated to our Server guys when Disk Space hits 85% AND Disk Available is Less than 250GB if it is met generate alert if both are not met do not generate an alert.
Does anyone know how this can be done.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
Hi @Alex Cason ,
Here’s the supported way to do it:
Option 1 – Single Metric Policy (Recommended)
Navigate to
ITOM Health → Configuration → Metric PoliciesCreate a new Metric Policy
Configure basic details:
Source: ACC-M
CI Type: Server class
Metric Name: Disk Space Used (%)
Add Condition 1
Operator: >=
Value: 85
Click Add condition and configure Condition 2
Metric: Disk Available (GB)
Operator: <
Value: 250
Set Condition logic
Select ALL conditions must be met (AND)
Configure alert settings:
Severity
Assignment group (Server team)
Description
Save & activate
✅ Result
Alert will be generated only when BOTH conditions are true
Disk usage ≥ 85%
AND Disk available < 250 GB
If either condition is false → No alert
Option 2 – Using Alert Rules (If metrics already generate alerts)
If you already have individual alerts:
Go to
ITOM Health → Alert RulesCreate a new rule
Add filter conditions:
Metric = Disk Space Used AND value ≥ 85
Metric = Disk Available AND value < 250
Set rule logic to AND
Action: Create / update alert
If this is useful please mark it as helpful and accept my solution..
