Hi Sai Kumar!
Setting up a custom monitor for memory utilization in SCOM 2022 with warning and critical thresholds involves a few steps.
Here's a guide to help you get started:
- Create a New Management Pack:
- Open the SCOM console.
- Go to the Authoring pane.
- Right-click Management Packs and select Create Management Pack.
- Create a New Monitor:
- In the Authoring pane, expand Management Pack Objects and select Monitors.
- Right-click and choose Create a Monitor > Unit Monitor.
- Select Windows Performance Counter > Static Threshold > Double Threshold and click Next.
- Configure the Monitor:
- Choose the management pack you created earlier.
- Name your monitor (e.g., "Memory Utilization Monitor").
- Select the target (e.g., Windows Server Operating System).
- Set Performance Counter:
- For the performance counter, use
Memory\% Committed Bytes In Use
orMemory\Available MBytes
. - Configure the thresholds:
- Warning Threshold: Set this to your desired percentage (e.g., 75%).
- Critical Threshold: Set this to a higher percentage (e.g., 85%).
- For the performance counter, use
- Configure Alerts:
- In the Health tab, set the health states for the thresholds.
- In the Alerting tab, configure the alert settings to generate alerts when the thresholds are breached.
- Save and Deploy:
- Save the monitor and deploy it to the appropriate servers.
If you have any specific questions or run into issues, feel free to ask! 😊