Questions tagged [scom]

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors.

System Center Operations Manager (SCOM) is a cross-platform data center management system for operating systems and hypervisors. It uses a single interface that shows state, health and performance information of computer systems. It also provides alerts generated according to some availability, performance, configuration or security situation being identified. It works with Microsoft Windows Server and Unix-based hosts.

(Information sourced from Wikipedia)

134 questions
0
votes
1 answer

Add IntervalSeconds Element to Script Based Monitor via MP Author

I’ve created a Powershell Script Based Monitor using Silect MP Author so that I will be able to schedule their runtime (e.g. Every Day – Sun – Thu). Problem is, That I also need the availability to adjust the interval time (e.g. Every 30…
edwio
  • 198
  • 3
  • 20
0
votes
1 answer

SCOM SDK how to remove client cache

I use C# SCOM SDK to collect our performance and event data to SCOM 1801. For connection to Management Group I use next code: var settings = new ManagementGroupConnectionSettings(serverName) { //CacheMode = CacheMode.None, UserName =…
Alexander I.
  • 2,380
  • 3
  • 17
  • 42
0
votes
1 answer

Connect SCOM 2016 Gateway Server to a Load balancer

Evening Everyone, I have been doing some research to see if a SCOM Gateway server can be configured to work with management servers behind a load balancers. In the reading and examples i see everyone pointing the gateway server directory to a…
Zachary Shupp
  • 103
  • 2
  • 9
0
votes
1 answer

How to override Computer Not Reachable in scom?

I'm trying to override monitor Computer Not Reachable to my group and Management pack, to alert me if connection is fail, but there is no anything when connection is break. Can anyone help me? Is it possible to override Computer Not…
Dragan
  • 1
  • 2
0
votes
1 answer

How to follow network adapter state?

How to follow network adapter's state in system center operations manager. I want to have alert in system center operations manager when network adapter is disabled.
Dragan
  • 1
  • 2
0
votes
1 answer

SCOM Service UniMonitor with Dynamic AlertSeverity

I have defined a UnitMonitor of type CheckNTServiceStateMonitorType. The AlertSeverity of this Monitor depends on an attribute of the class being monitored, so it is dynamically specified. However, I I could find no way to set the AlertSeverity…
mh133
  • 135
  • 12
0
votes
1 answer

A task parameter as a drop down list

I am building a SCOM management package which adds a Task to some class. I could have defined a list of Task Parameters, each consisting of and Name and a Value. Is there any way I could set these Values to predefined Drop Down Lists to avoid typos?
mh133
  • 135
  • 12
0
votes
2 answers

Returning Multiple Property Bags in VBScript

I'm trying to return two values from my VBScript and stored them in separate property bags: Contains the result of the If condition Call oBag.AddValue("Status","Bad") Call objAPI.AddItem(oBag) Else Call oBag.AddValue("Status","Good") …
edwio
  • 198
  • 3
  • 20
0
votes
2 answers

SCOM 2016 monitor log file dynamically?

I have a requirement to monitor a particular java string in a logfile whose name changes with date, for ex. D:\Logs\logfile-DDMMYYYY.log. I want to get a alert if this string is detected in the log. Can someone help me that? Regards,
0
votes
1 answer

SCOM 2012: SQL query to find the destination management pack for a group

I'm trying to find out the destination management pack for an existing group by querying the OperationsManager database. I was hoping someone on stack has already solved this issue.
Fuzzy
  • 3,810
  • 2
  • 15
  • 33
0
votes
1 answer

SCOM 2016 PowerShell

I'm trying to package SCOM Console 2016 using Thinapp 5.2. The customer wants to use the PowerShell part of SCOM as well. But whenever i start SCOM Shell, it gives me a bunch of errors telling me that it can't find certain .dll files and more. I…
Ixecube
  • 1
  • 4
0
votes
1 answer

Generating SCOM alerts for web servers

I have 4-7 sharepoint servers. We have a scom alert already implemented to generate alert if the server is down. But we want to implement scom alert if the website is down. Can we genearate alert using scom by using ping functionality? My idea is,…
ravi teja
  • 61
  • 7
0
votes
1 answer

SCOM: recalculatemonitoringstate() issues

have an issues with a script, trying to recalculate the info in the SCOM via powershell script. Got an issues with a recalculation. #imput parameters Param( [Parameter(Mandatory=$False)] [string[]]$computerName ) Import-Module…
user6183999
0
votes
1 answer

SCOM to Slack Integration

I want to integrate slack with SCOM. SO i have a powershell script which will post notifications to slack and i have found where to place it so that it will get executed when some error occurs. But I am unable to find a way to create a Custom rule…
Ripal Soni
  • 21
  • 3
0
votes
1 answer

SCOM 2012 R2 Powershell script monitor not running

I've created a MP for SCOM 2012 R2 that is supposed to connect to a device using ssh in powershell, get a list of files and hashes for two directories, compare them, and return a result of 'PASS' or 'FAIL'. I'm using the 'ssh-sessions' module from…
1 2 3
8 9