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
1
vote
1 answer

Matching a property string from an array of keywords

I am working on a SCOM script to sort alerts based on MonitoringObjectName , Since there are servers with different names , I want to match this (MonitoringObjectName) property string against a list of keywords. I was wondering how can I match the…
Fenomatik
  • 457
  • 2
  • 8
  • 22
1
vote
1 answer

Writing a Management Pack Discovery Script For A Custom MP

CONTEXT: Creating a custom management pack for SCOM[System Center]. Working on the script discovery stage presently. When ran, my script returns the required values from a rest endpoint exposed in json. ########### ## Authentication variables $user…
1
vote
2 answers

Integrating System Center Operation Manager [SCOM] with external monitoring tool [Application]

WHAT AM I TRYING TO ACHIEVE Synopsis: Trying to create an API or connector for an inhouse monitoring tool that integrates with SCOM [System Center/Microsoft System Operations Manager 2012]. Our tool has a restful page with all the necessary…
1
vote
0 answers

How to fing Servers and services in windows machine which is monitored by SCOM?

I am Using SCOM tool to Monitor windows system.Using C# code and SDK i should get details of Platform and server and services it is using.I am able to get Platfroms .Can any one help to get server from platform. Here is my code. …
user3883423
  • 247
  • 5
  • 19
1
vote
1 answer

SCOM Monitor not reporting

I am running into a bit of an issue with SCOM. I have create the script below to monitor an application. It creates an entry in the Event log when the script runs and I have configured the alerts for a specific group in which the monitor is running…
user1475623
1
vote
2 answers

What is best way to call SCOM SDK Inbound connector from managment pack?

I have created a SCOM inbound connector based on the example code from How to Create Inbound Connectors. I run the code and my objects appear in operations manager as expected. I cannot find any guidance as to how to get my discovery executable to…
bpkbpk
  • 11
  • 1
1
vote
2 answers

SCOM: How to display custom perf counters from Services

I have a number of Windows Services written in .NET/C# and each of these have custom performance counters added via the System.Diagnostics.CounterCreationData and System.Diagnostics.CounterCreationDataCollection classes. In System Center…
Walter
  • 363
  • 1
  • 4
  • 16
1
vote
1 answer

Using Microsoft SCOM to scan log4j files

I am looking to have alerting using the SCOM utility based on scanning of log files written by log4j, eg using the DailyRollingFileAppender standard appender. However, the SCOM documentation specifically states that it keeps a high water mark line…
1
vote
1 answer

PowerShell way to get the Alert Resolution States in SCOM 2007?

I was wondering if there was a command like the Get-SCOMAlertResolutionState on SCOM2012, but in SCOM2007. I cannot find a way to do this in powershell. Doing this through the GUI is so easy that there must be a way to get this through powershell,…
FerMelon
  • 93
  • 3
  • 13
1
vote
2 answers

SCOM maintenance mode powershell script broke

in my company we use powershell script that puts objects in maintenance mode. problem is that it suddently stop work at all - there are no errors, but script do nothing maintenance intervals defines by XML file for example MMG…
Igor Kuznetsov
  • 421
  • 1
  • 6
  • 15
1
vote
4 answers

regex matching unix log monitoring in SCOM 2012 SP1 tests ok but doesn't match on Unix server

What I am trying to do is use the regular expression to perform the suppression of specific events (such as event codes) in SCOM unix log monitoring. The expression is: ((?i:warning)(?!(.*1222)|(.*1001))) ie Search the log for "warning" but don't…
Buzzcola
  • 41
  • 1
  • 5
1
vote
1 answer

scom 2012 You have specified the wrong server for this operation

we are getting the following error in scom 2012. The AD Health Set has detected a problem with mailbox.eu.domainname.com at 10/8/2013 5:41:37 AM. The Health Manager is reporting that ActiveDirectoryConnectivityConfigDCProbe/mailbox.eu.domainname.com…
user1631385
  • 31
  • 1
  • 1
  • 3
1
vote
1 answer

Finding regular expressions on files takes a long time

I'm developing a VBS script for finding 3 cases of regular expressions contained into files. I've already my own script that works fine finding but it takes a long time in execution. The 3 cases of regular expresions are: Case 1 Begin pattern: …
ɐsɹǝʌ ǝɔıʌ
  • 4,440
  • 3
  • 35
  • 56
1
vote
1 answer

Does SCOM make sense as an application monitoring tool (used by development group)?

The environment I'm in supports approximately 100 database, web, and misc. other servers (99% Windows). The infrastructure (hardware + network) is managed by consultants, while my group handles system development. The infrastructure folks have…
Bob Black
  • 2,375
  • 2
  • 18
  • 26
1
vote
1 answer

SCOM Trigger On Demand Discovery - DISCOVERY_NOT_FOUND

I am trying to use PowerShell Script in a management pack I am creating to trigger discovery automatically. I try using the PowerShell script described here in link: TaskId : ff34dc4f-2db3-1736-d9f2-6d85b539ff96 BatchId …
Saher Ahwal
  • 9,015
  • 32
  • 84
  • 152
1 2
3
8 9