Sign in
OpsMgr++
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Command Shell
Management Packs
Archive
Archives
May 2009
(1)
April 2009
(1)
February 2009
(3)
January 2009
(1)
December 2008
(1)
October 2008
(2)
September 2008
(2)
June 2008
(7)
May 2008
(2)
April 2008
(5)
March 2008
(4)
February 2008
(3)
January 2008
(3)
December 2007
(2)
November 2007
(5)
October 2007
(15)
September 2007
(1)
August 2007
(11)
July 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
OpsMgr++
OpsMgr SP1 – Creating rules and monitors for multi instance components
Posted
over 6 years ago
by
Boris Yanushpolsky
1
Comments
When creating a monitor or a rule for a multi instance component you need to be very careful or else you may end up with wrong monitoring logic. The two important parts are: 1. Target the rule/monitor to the correct target type 2. Specify the correct...
OpsMgr++
OpsMgr SP1 - Removing instances for which discovery is disabled
Posted
over 6 years ago
by
Boris Yanushpolsky
6
Comments
One of the issues that we saw in OpsMgr RTM is that if you disabled a discovery using an override let say a particular SQL DB, the instance created by this discovery would not be removed. In SP1 we have added a new cmdlet to force the removal of instances...
OpsMgr++
Creating a performance collection rule using the SDK
Posted
over 6 years ago
by
Boris Yanushpolsky
5
Comments
Here is a sample that demonstrates how to create a performance collection rule using the SDK. The only caviat is that this rule will not work for agentless monitoring. A powershell version will follow soon. using System; using System.Collections...
OpsMgr++
Retrieving rules and monitors targeted to a particular class (target)
Posted
over 6 years ago
by
Boris Yanushpolsky
1
Comments
This question came up several times in various forums so I wanted to post a sample script that shows how you can retrieve the list of both rules and monitors targeted to a particular class (target): $mc = get-monitoringclass | where {$_.DisplayName...
OpsMgr++
Targeting poster
Posted
over 6 years ago
by
Boris Yanushpolsky
0
Comments
Below is a link to a targeting poster that we have created to help select the proper targets when creating rules and monitors. The poster illustrates some of the most common scenarios and provides best practices on how to properly target rules and monitors...
Page 1 of 1 (5 items)