How to find what are all the rules and events are monitoring for specific server in SCOM 2007

how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
I need to know what are all the events, services, and rules are monitored for the specific server.
Kindly help me friends.

how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
I need to know what are all the events, services, and rules are monitored for the specific server.
Kindly help me friends.
Thanks for the question Sandoss. This is something that we all come across at sometime.
Thanks & regards, Sumit Agrawal
The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
DECLARE @srv varchar(30)
SET @srv = 'your name here'
SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
case
    when s.HealthState = 1 then 'healthy'
    when s.HealthState = 2 then 'Warning'
    when s.HealthState = 3 then 'Critical'
    else 'N/A'
end as Health
FROM state AS s WITH (NOLOCK)
left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
where
bme.FullName like '%' + @srv + '%'
and s.HealthState <> 0
and mon.IsInternalRollupMonitor = 0
and mon.IsExternalRollupMonitor = 0
order by bme.DisplayName, mon.displayName

Similar Messages

  • I updated FCPX to 10.9 after I had updated my os to 10.9.1. And the result is that FCPx can no longer read LaCie external hard drive where all the projects and events are stored. The program simply crashes every time I try to read anything from the LaCie.

    Could anyone tell me what to do to solve the problem. I updated FCPX to 10.9 and the program keeps on crash every time I try to read files stored in my LaCie hard drive. And the program also keeps on crash every time I try to import files from my SDXC cards.

    I have solved the problem. Once the update is done, you need to launch FCPX, and go to File, then "update all events and projects". It will solve the problem and everything works fine.

  • How do I change the phone number attached to my Icloud? All the codes and stuff are being sent to my old number.

    How do I change the phone number attached to my Icloud? All the codes and stuff are being sent to my old number.

    Hello Babyygrl23,
    Welcome to the Apple Support Communities!
    It sounds like your iCloud Apple ID has a phone number associated with it that you would like to update. If this is the case, after signing in to the linked website below, you will see a section on the left side of the screen labeled Phone Numbers. You can edit the phone number associated with that account from there. 
    Apple - My Apple ID
    Cheers,
    Joe

  • What are all the components and attrubutes of the SAP script

    hi
    what are all the components and attrubutes of the SAP script
    please reply
    thanks in advance

    Hello Ashok,
    The componest of the Script are:
    HEADER,PAGES,WINDOWS;PAGE WINDOW;PARAGRAPH FORMAT AND CHARACTER FORMATS.
    THE HEADER WILL HAVE THE ATTRIBUTES OF THE SAPSCRIPT LIKE
    DESCp.PAKAGES Etc.
    If useful reward points.
    Regards,
    Vasanth

  • What are all the Standard Data targets&Data source for Warehouse management

    Hi,
    What are all the Standard Data targets & Data source for Warehouse management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • What are all the Standard Data targets&Data source for Transportation Manag

    Hi,
    What are all the Standard Data targets & Data source for Transportation Management.
    Thanks,
    Ahmed.

    HI,
    the master data
    1.equipment data --IE01
    2.All functional locatiions -IL01
    3.Maintainnace work centers - IR01
    4.Task list data - IA05
    4.Schedule maintanence plan
    6.Strategies
    7.Measuring points
    8.Characters for calibration
    9.Equipemnt BOM
    10.Material BOM
    Regards,
    Anddra

  • Where are all the songs and whole albums i bought for i tunes? i have a new macbook but iTunes has none of my paid for music

    where are all the songs and whole albums i bought for i tunes? i have a new macbook but iTunes has none of my paid for music

    Your purchases won't automatically show in your new Mac's iTunes library. If you go into iTunes > Preferences and on the Store tab tick the 'show iTunes in the cloud purchases' then what you can redownload should show in the Music part of your library with a cloud icon against them - click on the cloud to download them. Or click on your name towards the top right of iTunes and then click Purchased on the popup, and you can redownload them from there.
    If you've moved countries since buying the music, or if the rights-holders have removed them from the store, then you won't be able to redownload them. In that case if you still have your old computer then you could copy them over from that (e.g. via an external drive : How to move your iTunes library to a new computer - Apple Support or via home sharing), or copy them from your backup of your downloads/library and add them via File > Add Too Library

  • Are all the pictures in Events in the master photos?  Are they duplicates?

    Are all the pictures in Events in the master photos?  Are they duplicates? I need to clean up my events list.

    Here's how iPhoto works.
    Every Photo is in the Library. There are two ways of looking at the Library: Events View and Photos view. There is no duplication here. These are just two doors into the same room, as it were, two ways of showing you the exact same data.
    The Library contains your Master photos.
    Everything else: Albums, Smart Albums, Folders, Slideshows etc simply reference items in the Library. Again there is no duplication, just the same data viewed in different ways. So the photo you see in an Album is the same photo that's in the Event or Photos view of the Library.
    This is like iTunes. Every track is in the Library, each playlist just contains a link to the track.
    To delete from iPhoto: Drag the items from the Library (either Events or Photos View, doesn't matter) to the iPhoto Trash. Empty it, then empty the System Trash.

  • How to view code of all the custom and complex folder  folder

    How to view code of all the custom and complex folder folder in EUL?

    You do not need to run all the reports.
    Also i am not sure about why do you need to see the code of every thing, i assume you will not get much from it.
    If there is a certain folder you are interested in then this is the way.
    Any way there is no way to get the code of the complex folders since they are logical join of other folders.
    to get the code of the custom folder s you can use:
    select * from eul_us.eul5_objs t
    WHERE t.obj_type='CUO'
    AND t.obj_object_sql1 IS NOT NULL;
    you should look (and concatenate) at the obj_object_sql1,obj_object_sql2.....
    Tamir

  • HELP I have lost all my motion 4 content from all the files, ive looked in all the files and they are all empty. can i get replacement content as I my dvds where stolen along. with my other laptop.

    HELP I have lost all my motion 4 content from all the files, ive looked in all the files and they are all empty. can i get replacement content as I my dvds where stolen along. with my other laptop. any Ideas. would be a great help. For Motion 4.

    Try a hard reset:- hold the home button AND the power switch - ignore the red "Slide to power off" and wait ubntil the iPhone powers down, and then restarts - at the Apple logo, release all the buttons and see if your contacts reappear.

  • HT4623 I have just updated to ios7 on my iphone and don't like the look and feel of this update. Where are all the colors and texture of all the older isos, all those white background colors,yuk. Is a way to go back to the ios6

    I have just updated to ios7 on my iphone and don't like the look and feel of this update. Where are all the colors and texture of all the older isos, all those white background colors,yuk. Is a way to go back to the ios6

    "Unlike".  iOS 7 doesnt display well on my 4S. iOS 6.1.3 should still be supported for older hardware.  I think I shall me moving to Samsung Galaxy now.  Was really hoping hte new iphone would get a bit larger.

  • All the numbers and apps are enlarged i cant use by iphone4s at all. any suggestions?

    all the numbers and apps are enlarged i cant use by iphone4s at all. any suggestions?

    Read here:
    http://help.apple.com/iphone/8/#/iph3e2e367e

  • Tried to reinstall iPhoto library from external hard drive, it shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.

    My hard drive crashed recently and we took it to apple to get repaired. The apple employees said that they would have to replace the hard drive but they didn't have the equipment to get the data off my hard drive. So I took it to a computer store who had the right equipment after a month and a half of waiting they finally got all the data off my hard drive and put it on an external hard drive (Seagate Expansion Portable Drive). I then took it back to apple who replaced the hard drive. Now I'm in the process of reinstalling everything. I have never done a Time Machine back up or backed my laptop up to . Which I now will do very often once I've reinstalled everything. I have reinstalled all of my desktop images and folders as well as my iTunes library with no issues. However when i went to reinstall my iPhoto library it came up blank. I then Rebuilt the library several times and this was the result.
    It shows that the photos and events are there but there are no thumbnails and if you click on an image or video nothing comes up.
    Please help i have three years worth of images from holidays on here and would be devastated if i lost them.

    iPhoto cannot find the thumbnails or the original pictures.
    Go to your iPhoto Library in the Pictures Folder.
    Right-click on it and from the resulting menu, choose 'Show Package Contents'.
    This will bring you inside the iPhoto Library package. There you should see a Folder called Masters. Within that, there should be folder containing your actual photos.
    Are they there?

  • We use Thunderbird all the time and love it, but for about a week it constantly goes into not responding mode. My boss uses the same service at home with no pr

    Thunderbird is a great asset to my boss and I. We use Thunderbird all the time and love it, but for about a week it constantly goes into "not responding mode". My boss uses the same service at home with no problem at all.
    I did an "safe mode" and restart and for a few minutes I thought it was "healed". However, I did a search and the same thing started happening again. The little blue ring starts spinning and "not responding" pops up above the toolbar. Sometime the screen fades to a sort of greyish and no mouse click are responded to, even to close Thunderbird.
    Please help however you can. Our office number is 512.246.3995.
    Thank you,
    Mary

    We wonder if it is a firewall problem that developed here at the office. My boss uses her account at home and all is well, but here, experiences the same issues I described

  • Dead-code elimination--what are all the rules?

    This article http://www-128.ibm.com/developerworks/library/j-jtp12214/ has an entire section on dead-code elimination (DCE).
    Does anyone know what all the criteria are by which the hotspot JIT compiler can determine that code is "dead"?
    One obvious criteria is if the code will never get executed. I think that the canonical example is code like this:
           static final boolean debug = false;
           static void someMethod() {
                   if (debug) {
           }Here, the compiler (javac as well as hotspot's JIT) can determine that someMethod has nothing inside it that could ever get executed, so it can be turned into an empty method.
    If you look at that developerworks link above, he gives an even more interesting example for how hotspot's JIT can make sophisticated DCE based on inlining.
    What I want to know is what are all the criteria that hotspot can use to decide that code is dead. Code that is never executed is always correct. But can it make more liberal decisions as to what counts as dead code?
    Consider this code:
         int[] foo = new int[1000];
         int bar = foo.length;
         // don't use foo again, but do use barA smart compiler could recognize that the array declaration and allocation is actually useless, and simply do
         int bar = 1000;(Thank you Brian for this example.)

    What are the rules? Naturally, the only definitive answer can be given can be given by the HotSpot JIT.
    That's not a very satifying answer, but it's true. The server JIT, like most compilers, has been taught hundreds and hundreds simplifying transformations that, in part, enable dead code elimination. Enumerating the criteria is a nearly impossible task.
    But, your specific example is an interesting case.
    int[] foo = new int[1000];
    int bar = foo.length;For simplicity, I assume foo and bar are locals to a method, and in this case, the 6.0 HotSpot Server JIT will recognize that foo is unchanged before the initialization of bar, and effectively change it to:
    int[] foo = new int[1000];
    int bar = 1000;The JIT can't get rid of the allocation of the new array without a more advanced optimization called Escape Analysis, which attempts to determine the dynamic scope of objects. Of course, if these two lines comprise the whole method, then the analysis is fairly trivial.
    Any intervening code will make the analysis more complex:
    int[] foo = new int[1000];
    baz(foo);
    int bar = foo.length;
    qux(foo);The calls sites will preclude your desired optimization, unless the called methods baz and qux can be inlined and analyzed. The code in baz can neither modify foo nor allow it to escape, and qux can not allow it to escape.
    HotSpot's implementation of escape analysis is not quite yet complete, but should be available relatively soon.

Maybe you are looking for

  • XP Prof installation on Tecra A9 PTS52E - SATA HDD is not recognized

    Hi all, I have a brandnew Tecra A9 (PTS52E) with Vista Business installed. However, I need XP Prof and have a slipstreamed XP-SP2 CD. The SATA Disk is not recognized from XP setup, so I need a 'F6' driver. There are a lot of howtos about doing this f

  • Documentation for the out-of-box packages...

    Is there documentation on which file each of the out-of-box packages (e.g. oracle.ifs.beans.*) is located? ~Thanks!

  • Downloading the file through transaction F110.

    Hi all,        My requirement is to generate a payment file in EFT format(comma separated format) and to download that file to a PC location using the transaction F110. The EFT file needs to generated automatically after the payment run. So I am copy

  • File cleanup in oms10g/dcm/repository/tmp

    Hello, I've got quite a few files of the format FDB8714.tmp in the above directory. Each file dates from March this year. A few files are over 100M with some more reaching the tens of megs. Is it safe to delete these files? Could I have something lik

  • Microsoft Office mdimport accidentally deleted

    Uninstalling an evaluation version of Microsoft Office, i have accidentally deleted microsoft office.mdimport spotlight pluging. Please, where can i find a copy of this plugin? thank you