SCOM - Monitors for Management Packs

Hi All,

Can any one share the information how we can get the list of monitors in a management pack in SCOM 2012 R2.

The SCOM 2007 R2 cmdlet doesn't work in SCOM 2012 R2.

Rgs,

March 29th, 2015 5:47pm

It works, it just has been renamed :

Get-SCOMMonitor -ManagementPack xxxx

Free Windows Admin Tool Kit Click here and download it now
March 29th, 2015 6:29pm

yup got that the complete command would be

get-scommonitor -ManagementPack "path" | export-csv "path".

now with the above sorted out is that possible to get the list of monitors with there threshold values for a particular management pack.

Rgs,

March 29th, 2015 6:35pm

No, there is unfortunately no way to get the monitor thresholds from a powershell cmdlet or any other programatical way (except parsing the XML)
Free Windows Admin Tool Kit Click here and download it now
March 29th, 2015 6:44pm

Use the following powershell cmdlet to extract monitor within a Management Pack "Test Management pack" with default threshold value.

$ManagementPack=get-scomManagementPack|where-object{$_.displayname -eq "Test Management Pack"}

get-scommonitor -ManagementPack $ManagementPack | fl name, displayname, configuration

Roger

March 30th, 2015 3:34am

Configuration si not really reliable, it depends on the type of monitor used...
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2015 4:54am

Hi 

there is no option to pull threshold for monitors/rules, as each rule/monitor has different schema of workflow.

you can use mp viewer to see threshold for monitor/rule and make a note of threshold as it is one time activity( you no need to apply mp viewer on library and discovery mp in general for Microsoft MP) and you can apply override explorer to get override values for monitor/rules this gives current effective threshold.

refer below link for scom 2012 tools.

http://blogs.msdn.com/b/dmuscett/archive/2012/02/19/boris-s-tools-updated.aspx

regards

March 30th, 2015 8:29am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics