Adding an override to enable a monitor for a dynamically populated group has no impact?

Hello all,
I have a monitor that I only want to target to a single computer group. The group is dynamically populated.
My basic approach is that the monitor is disabled by default but enabled with an override for that group. However, the monitor does not appear to be running on those servers (or anywhere else). I was able to confirm this based on the results of running the
"Show Running Rules and Monitors for this Health Service" task--the overridden monitor does not appear at all in the list of monitors running on the servers in that group.
I have checked the Operations Manager event log on both the SCOM host and the machines in the group, and have not seen any errors. The monitor being overridden is a PowerShell script monitor, where for script logic issues I have seen that the event log will
contain information on the error. Nothing appears anywhere to show that the monitor has been enabled for these servers.
Is there a better way to determine why the monitors would not be running on the servers in the group?
Thanks!

Hey Gleb,
I have validated that the group is being populated and that the monitor's target class matches the class of the group members.
Checking today, it appears that the monitor has begun running on the members of the group... not sure why there was such a large delay before the monitor began executing on the servers. I still have the dreaded green circles in the health explorer, but have
narrowed that down to a possible condition in my monitor's PowerShell script where the condition properties are not added to the PropertyBag before the script ends.
Thanks!

Similar Messages

  • IMac as external monitor for PC laptop? (Laptop has HDMI.)

    Will Thunderbolt work for this? Ideally, I will be able to toggle display inputs -- between the iMac and the PC laptop, on the iMac display.

    2011 ThunderBolt iMac only accept other ThunderBolt Macs as source.
    The Intensity Extreme http://www.blackmagic-design.com/uk/products/intensity/ might be what you need once it is released.
    For the 2009 and 2010 27" iMacs there is the Kanex XDhttp://www.kanexlive.com/xd but it is not compatible with ThunderBolt iMacs as Kanex states in their Product FAQs.
    Plus it maxes out with 720p input with the iMacs.
    Stefan

  • How to enable a reminder for when a shared review has reached its end date?

    I thought Acrobat will send the initiator of a shared review a reminder before the "end review" date is reached. This will allow him/her to check with the reviewers how they are going.
    It seems we aren't receiving that reminder anymore.
    When I setup the shared review process initially I thought I saw a reminder that the review is ending in a day or so.
    Lately it looks like that has stopped...
    We use Acrobat X Pro & Std, SharePoint and Outlook 2010
    Appreciate your help

    Acrobat doesn't send scheduled emails and never has done. You have the option to manually 'email all reviewers' via the Tracker dialog, and of course when someone opens the PDF they'll be told the deadline.

  • Help to create a monitor for specific non-windows ID generated by script

    Hello all,
    Do you know how to create a monitor for specific event ID (4,5,6,7 & 8) in SCOM (with alerts) I know how to create a monitor but not how to create it for specific servers. I would like to copy those monitors in the Management Pack that I override (because
    the original was locked).
    Thanks for your help.

    Hi,
    you can create new DISABLED monitor in new management pack.
    After that you will enable this monitor for specific servers using overrides.

  • 27" iMac as monitor for 8-core Mac Pro with Dual DVI card... what cables?

    I have a Mac Pro 3 GHz 8-core Intel Xeon processor with the NVIDIA GeForce 8800 GT card with two DVI ports for output. One goes nicely to an external JVC monitor, but I would like to get the 27" iMac as a monitor for the Mac Pro. Has anyone heard of, or done this? What cables and connectors would be required?
    Cheers everyone.

    Actually that is only one solution. The converter is not a cable, but a black box. So you need the two cables I mentioned to make the whole process work;
    Mac pro -> DVI to DVI cable -> DVI to m-DP converter -> m-DP to m-DP cable ->iMac
    This article mentions the three that have come to market.
    http://lowendmac.com/ed/bashur/09db/dvi-to-mini-displayport.html
    The first two are expensive and very expensive. The third does not appear to support content protection schemes, so a lot of new digital video sources would not make it to the iMac's display.

  • New network (and much more) monitor for XFCE panel

    A few years ago I wrote a tiny app to show a text network monitor in the XFCE panel, resembling the previous one I was familiarized with (in KDE?).
    The past month I started fixing a bug and ended in a full rewrite, but keeping the original simplicity (at least in the panel bar) despite that now reports far more than the network activity.
    The installation instructions are the same: download a single file (no dependencies), compile it, add a Generic Monitor Applet (XFCE) to the panel and configure it to load the new executable.
    I have updated the wiki page, but the full instructions and code is now hosted at github: "Hacker's Monitor for XFCE". Yes, it has a new name also.
    Here follows a screenshot with the mouse over the applet to open the tooltip (yes, I was intentionally doing a dd from /dev/sda into /dev/null ):
    https://github.com/lightful/xfce-hkmon/ … /hkmon.png
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by cgarcia (2015-01-07 22:40:54)

    Moving to Community Contributions...

  • Bulk Override to enable "Generate Alert" parameter for monitors/rules

    Hi Experts,
    I am working on fine tuning Exchange 2010 management pack as per the monitoring requirement of the team. Most of the monitors have their workflow enabled but have the Generate Alert parameter disabled.
    I was using Override Creator by Borris for enabling and disabling the workflows, but it doesnt help in creating override for Generate Alert parameter.
    I almost have 700+ monitors or rule to be enabled for generating alerts is there any way i can do this using any script or any other tool?
    Regards,
    Prajul Nambiar

    Hi 
    GenerateAlert is the property of override same
    as enable, you can apply override using below script and enable all monitors to generate alert.
    Import-module operationsmanager
    New-SCOMManagementGroupConnection
    $mps=Get-SCOMManagementPack |?{$_.name -match "sql"}
    $overrideMp= Get-SCOMManagementPack -Displayname "sql.Override"
    $Monitors=$mps|Get-SCOMMonitor |?{$_.xmltag -eq "UnitMonitor"}
    foreach($Monitor in $Monitors)
    if($Monitor.AlertSettings.AlertOnState -eq $null)
    $Target= Get-SCOMClass -id $Monitors[0].Target.id
    $overridname=$Monitor.name+".Override"
    $override = New-Object Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorPropertyOverride($overrideMp,$overridname)
    $override.Monitor = $Monitor
    $Override.Property = ‘GenerateAlert’
    $override.Value = ‘true’
    $override.Context = $Target
    $override.DisplayName = $overridname
    $overrideMp.Verify()
    $overrideMp.AcceptChanges() 
    Note : you need to have override mp with name sql.Override
    Regards
    sridhar v

  • Can override monitor for group

    Hi,   We created a unix linux shell command  2 state monitor that we setup to run a shell command.    We also created a group that contains 2 linux machines that we want to enable this monitor on.   After creating
    the monitor, we tried to override the monitor and enable just for this group.
    When we do this, we can see any of the custom groups that we have defined listed.  None of them.   It seems like this is not right.
    What would cause non of our custom groups to show up when overriding a monitor for a group?
    Thanks Lance

    I Agree with Yan Li as to the source of the issue, my suggestion would be to seal you custom groups pack so that it can be used across multiple override packs.
    I would like to make one statement of caution with placing all of the Overrides in a Custom Monitor Overrides MP.  Once you add an override to an unsealed pack it creates a reference, if you ever need to delete the source pack (maybe you no longer have
    any server 2003 computers and want to delete the OS Packs) you will need to manually remove the reference from the unsealed pack before it allows you to.
    -Nathan

  • [svn:fx-4.x] 14929: Added missing override for maxHeight to push maxHeight down to RichEditableText .

    Revision: 14929
    Revision: 14929
    Author:   [email protected]
    Date:     2010-03-22 17:45:01 -0700 (Mon, 22 Mar 2010)
    Log Message:
    Added missing override for maxHeight to push maxHeight down to RichEditableText.  If RichEditable text is scrolling make sure to always compose with a composer so that we get consistent results.  The factory and the composer produce slightly different results which confuses the scroller.  If the component doesn't have focus there is not necessarily a composer.  It is possible that with this fix  adjustContentBoundsForScroller() is no longer needed but leave it in for now.
    QE notes:
    Doc notes: None
    Bugs: SDK-25899
    Reviewed By: Gordon
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25899
    Modified Paths:
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/branches/4.x/frameworks/projects/spark/src/spark/components/supportClasses/Skinn ableTextBase.as

    Yes it is 64bit:
    [vuvffufg@HereAndNow-Main ~]$ uname -a
    Linux HereAndNow-Main 3.19.2-1-ARCH #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015 x86_64 GNU/Linux

  • Override/disable a monitor for some machines

    Hi All,
    Not sure where the best place for this question is!
    I want to override an alert SCOM is generating. The alert is "
    Static MAC Address is Invalid"
    Right clicking the alert displays an item in the context menu called "View or edit the settings of this monitor". What I'd like to do is disable this monitor for some computers. What would be the best way to do this?
    Thanks

    Hi,
    In Authoring, Groups – create a group with the servers.
    In “View or edit the settings of this monitor” – choose the Override Pane and override for a group
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Issue while enabling Access Control for a Coherence server node

    Hi
    Im trying to enable access control for a Coherence server node, using the default Keystore login method shipped with Coherence. When i start the server i get the error "java.security.AccessControlException: Unsufficient rights to perform the operation". Please see below for the sequence of steps I've followed to enable access control. I just need to be enable Authentication (not authorization) at this stage
    1. I have added the following entry in the Coherence Operational override file
    <security-config>
              <enabled system-property="tangosol.coherence.security">true</enabled>
              <login-module-name>Coherence</login-module-name>
              <access-controller>
                   <class-name>com.tangosol.net.security.DefaultController</class-name>
                   <init-params>
                        <init-param id="1">
                             <param-type>java.io.File</param-type>
                             <param-value>keystore.jks</param-value>
                        </init-param>
                        <init-param id="2">
                             <param-type>java.io.File</param-type>
                             <param-value>permissions.xml</param-value>
                        </init-param>
                   </init-params>
              </access-controller>
              <callback-handler>
                   <class-name>com.sun.security.auth.callback.TextCallbackHandler</class-name>
              </callback-handler>
         </security-config>
    2. The following is the entry in the Permissions.xml
    <?xml version='1.0'?>
    <permissions>
    <grant>
    <principal>
    <class>javax.security.auth.x500.X500Principal</class>
    <name>CN=admin,OU=Coherence,O=Oracle,C=US</name>
    </principal>
    <permission>
    <target>*</target>
    <action>all</action>
    </permission>
    </grant>
    </permissions>
    3. The following is the content of the Login configuration file "Coherence_Login.conf"
    Coherence {
    com.tangosol.security.KeystoreLogin required
    keyStorePath="keystore.jks";
    4. The following is the command line tag for starting the server
    java -server -showversion -Djava.security.auth.login.config=Coherence_Login.conf -Xms%memory% -Xmx%memory% -Dtangosol.coherence.cacheconfig=PROXY-cache-config.xml -Dtangosol.coherence.override=FOL-coherence-override.xml -Dcom.sun.management.jmxremote.port=6789 -Dcom.sun.management.jmxremote.authenticate=false -Dtangosol.coherence.security=true -cp "%coherence_home%\lib\coherence.jar" com.tangosol.net.DefaultCacheServer %1
    Following is the output on the Console when running the command. It asks for a username and password for the JKS store (If i provide the wrong password, it gives a different error, which shows that it is able to authenticate aganst the Keystore). After i put in the password, it throws the error as shown below "java.security.AccessControlException: Unsufficient rights to perform the operation"
    D:\Coherence\FOL_CacheServer>fol-cache-server
    java version "1.6.0_20"
    Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
    Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
    Username:admin
    Password:
    Exception in thread "main" java.security.AccessControlException: Unsufficient ri
    ghts to perform the operation
    at com.tangosol.net.security.DefaultController.checkPermission(DefaultCo
    ntroller.java:153)
    at com.tangosol.coherence.component.net.security.Standard.checkPermissio
    n(Standard.CDB:32)
    at com.tangosol.coherence.component.net.Security.checkPermission(Securit
    y.CDB:11)
    at com.tangosol.coherence.component.util.SafeCluster.ensureService(SafeC
    luster.CDB:6)
    at com.tangosol.coherence.component.net.management.Connector.startServic
    e(Connector.CDB:20)
    at com.tangosol.coherence.component.net.management.gateway.Remote.regist
    erLocalModel(Remote.CDB:10)
    at com.tangosol.coherence.component.net.management.gateway.Local.registe
    rLocalModel(Local.CDB:10)
    at com.tangosol.coherence.component.net.management.Gateway.register(Gate
    way.CDB:6)
    at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluste
    r(SafeCluster.CDB:46)
    at com.tangosol.coherence.component.util.SafeCluster.start(SafeCluster.C
    DB:2)
    at com.tangosol.net.CacheFactory.ensureCluster(CacheFactory.java:998)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureServiceInterna
    l(DefaultConfigurableCacheFactory.java:923)
    at com.tangosol.net.DefaultConfigurableCacheFactory.ensureService(Defaul
    tConfigurableCacheFactory.java:892)
    at com.tangosol.net.DefaultCacheServer.startServices(DefaultCacheServer.
    java:81)
    at com.tangosol.net.DefaultCacheServer.intialStartServices(DefaultCacheS
    erver.java:250)
    at com.tangosol.net.DefaultCacheServer.startAndMonitor(DefaultCacheServe
    r.java:55)
    at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:197)

    Did you create the weblogic domain with the Oracle Webcenter Spaces option selected? This should install the relevant libraries into the domain that you will need to deploy your application. My experience is based off WC 11.1.1.0. If you haven't, you can extend your domain by re-running the Domain Config Wizard again (WLS_HOME/common/bin/config.sh)
    Cappa

  • Disable SQL Monitoring for few servers

    Hi Team,
    I need to disable complete SQL Monitoring from all SQL servers except for a couple of servers.
    For this I disabled the discovery "SQL Server Installation Seed" that is targeted on "Windows Server" class. Even after applying this override, I see that my objects are discovered in SQL server classes and I still get SQL server alerts
    for all the SQL servers.
    I am running SCOM 2012 SP1, so do I need to run "Remove-SCOMDisabledClassInstance"?
    Also am I disabling the discovery for the correct class "Installation Seed"?
    Thanks,
    S K Agrawal

    Hi Faizan,
    Suppose you want to disable monitoring for a particular set of SQL servers. Here are the steps to be followed -
    1) Create a group of these SQL servers.
    2) Considering these are SQL server 2008, go to Authoring--> Object Discoveries.
    3) Then disable the discovery for "Installation seed" class because that is targeted on "windows Server" class and is the base class for all other SQL Classes. You can do this by creating an override and disabling the discovery for the group created in Step
    1.
    4) Open a Operations Manager PowerShell window and run "Remove-SCOMDisabledClassInstance". You might get some error about RuleID and ObjectID. Don't worry about that and keep running "Remove-SCOMDisabledClassInstance" a few more times, finally you will get
    a message of command completed successfully.
    5) Then to confirm that discovery has been disabled, wait for few minutes and then go to Monitoring--> Discovered Inventory and change the target type to any of the SQL server 2008 class. You will not find the SQL servers from the group in the discovered
    inventory.
    To Re-enable the SQL monitoring, just remove the override MP or go to "installation seed" class for SQL server 2008. Open Override Summary, Click on Edit, and Remove the override where you have disabled the discovery.
    I hope this helps.
    Please mark this as Answer if this helped you.

  • How do I set-up my TV as a dual monitor for my MacBook Pro?

    Hi
    I have a mid-2009 MacBook Pro running (OS X 10.8.2) Mountain Lion, and recently I rearranged my home workspace so that I can view my TV from my desk while I work.
    I would like to set-up my TV as a dual monitor for my MacBook Pro, so I can stream videos on my TV screen and have the whole screen to do work on my MacBook Pro at the same time.
    Is this possible? I've seen people use TVs as a mirror display (where it works as their main and only monitor), but never as a fully operational dual display.
    As an example, I would like to have my MacBook screen showing a desktop with the whole screen devoted to Photoshop, while I have another desktop running on my TV, which shows an internet browser or other application.
    If this is possible, what cords/hardware would I need, and what are the settings that will enable me to do this?
    - My TV is a modern flatscreen LCD, and it has two HDMI ports in the back.
    - It's about 9-10 feet from my desk.
    If anyone could help, that'd be awesome!
    Thanks.

    Yes, you can do that.
    You'll need a mini displayport to HDMI adaptor:
    http://store.apple.com/us/product/H1824ZM/A/moshi-mini-dp-to-hdmi-adapter-with-a udio-support
    and an HDMI cable long enough to reach your TV
    (look on Amazon or Monoprice for the best price on any of those parts)
    In your display options, you will just choose extended desktop vs mirrored display.

  • Want to use a TV as a third monitor for Digital Cinema Display....HELP!

    Hey Guys,
    Here's my set up, please tell me where I am going wrong:
    I have 2 22" LCD Monitors that I use for my main work. I added a second card to my MacPro so that I could add an additional monitor. Now I have a DVI to HDMI cable going to my Plasma that I want to use as playback for clients and such. Here's where it gets weird... In After Effects, I can use the Plasma in Digital Cinema Preview for Playback and Previews...works great. Then, when I open up Final Cut I have problems. First, when I go to "Digital Cinema Desktop - Full Screen" it display one frame and stay on that one frame even during playback. So then I changed my Sequence settings thinking my TV couldn't handle that Sequence. No I get a White Screen with no playback at all, not even the one frame. Now the weird part is that if I change the TV to my "Main Screen" in Monitor Prefs, and set Digital Cinema to "Main" it plays back fine. So, if I can playback with it as my main, why can't I playback otherwise? And...if it works in After Effects, why is Final Cut Having Problems with it? It's set to "All Frames" and "Desktop Mirroring". Thoughts? I have seen this set up work before...what am I doing wrong?

    I'm trying to find out much the same thing. I would assume that anyone knows the answers can help both of us.
    I'm purchasing a new Mac Pro desktop. I also use final cut but not after effects.
    I actually have 4 monitors to choose from. 2 Dell 19" - One 27" Apple cinema display and a spector High Def 1080i monitor that has a DVI input.
    I would like to use one of the Dell's as my primary home desk top monitors with folders and all the usual dock and stuff. I would like to use the cinema display as my primary final cut work surface.
    I would like to use the HD monitor to show HD footage and use it as a client monitor. Remember it has a DVI input.
    I've talked with the folks at the Local Apple store and they are not sure if I will get a real HD signal on the HD monitor if I add a second radeon 2700 card to the computer and take on of those DVI outputs and attach it to the HD monitor.
    If thats not possible can I use the apple cinema display as my playback monitor?
    Or do I have to go with a conversion box like a mxo, AJA board, or decklink box.
    The goal is to have two monitors for the program and One monitor in HD for the client monitor,
    Thanks everyone in advance.
    Rich

  • Custom Adapter - No content in Communication channel Monitoring for JCA

    HI,
         We have developed a Custom Adapter for our client in XI with name JCA and it is working absolutely fine.
         Issue: We are not getting any entries in Communication Channel Monitoring for success or Error Messages.
         We have used Audit log for success or Failure entries and they are coming fine in Messaging System but there coule be a standard way to get entries in Channel Monitoring.
        Our client needs the entries in CC monitoring instead of Customised Audit Logs.
        Please help.
    REgards,
    Anurag Garg

    HI Satish,
                     Thanks for answer. I am looking for this in Custom Adpater not in adapter module.
                     This log  creates a trace  File . Its not to do with getting messages in CC monitoring as we do get for File Adapter or other Adapters.
                   Like- Message Successfully put into the queue.
                         -  Successfully processed.
                     Such Messages are there in sample_ra. jar file code but they are not visible in CC Monitoring.
                   I think some extra code needs to be added to activate this in Monitoring.
                   Please suggest.
    REgards,
    Anurag Garg

Maybe you are looking for

  • ResultSetMetaData.getColumnLabel bad bug

    I have a situation where the following occurs: I have a prepared statement that I execute returning a result set. // Execute the query ResultSet results = ps.executeQuery(); I then pull the meta data from the result set. ResultSetMetaData meta = resu

  • Retouch Tool in Aperture 2 producing a negative image

    Both the repair and clone tools, when applied to scans of B&W prints in TIFF format from a flatbed scanner, are turning my positive B&W image into a negative image. The transition occurs when the adjustment "takes." The only way to get my version bac

  • Removing deprecated methods from legacy source?

    What does one do about deprecated methods in legacy code? As new versions of the compiler seem to keep supporting the deprecated methods (just offering warnings), there is no reason to invest the resources to update the source? I don't mean methods s

  • Setting up secure chatting without a MobileMe account

    Hi Some experimenting lead me to believe that it is indeed possible to setup iChat 4 to sign and encrypt messages without a MobileMe account. 1. Open Keychain Access 2. From the Keychain Access menu, choose Certificate Assistant > Create a certificat

  • Parse XML fail

    I want to parse following xml file <?xml version="1.0" encoding="UTF-8" ?> <table count='2'>    <row>       <id>          <![CDATA[1]]>       </id>       <type>          <![CDATA[income]]>       </type>      <money>          <![CDATA[234]]>      </mo