SCOM DFS Backlog count is giving FALSE alert

Hi  ;
I've created a backlog count monitor using a 2 state monitor ( which I got from http://arbappy.blogspot.hk/2012/04/create-scom-2007-r2-monitor-to-alert-on.html )
It is used to monitor 70 of our DFS servers.
The monitor should be working under this rule :-
1) if backlog count is greater or equal to 5000 files , status become unhealthy(critical) and alert is generated.
2) if backlog is less than 5000 , status is healthy and no alert is generated.
I have configured the subscription only to send critical alerts.
Problem is that I do get alert for healthy status and it happens only to some servers.On top, it is random. Today could be X server , tomorrow could be Y . Both are healthy ( which meant having less than 5000 files.) . It seems the rule is not working really
well. Any help is much appreciated.
Cheers
megat

1. About the different time stamp, I think because the server is located on a different time zone from the RMS. The server is 2 hours earlier .
2. Backlogcountfile is property of replicationconnection ? I guess so. Nevertheless could you advise to confirm that.
3. Below is the XML which I managed to export.
<ManagementPack ContentReadable="true" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <Manifest>
    <Identity>
      <ID>RWDFSBACKLOGMONITORINGSCRIPTSMMO</ID>
      <Version>1.0.0.0</Version>
    </Identity>
    <Name>RW_DFS_BACKLOG_MONITORING_SCRIPTS_MMO</Name>
    <References>
      <Reference Alias="MicrosoftWindowsDfsReplication6063210">
        <ID>Microsoft.Windows.DfsReplication</ID>
        <Version>6.0.6321.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="MicrosoftWindowsLibrary6172210">
        <ID>Microsoft.Windows.Library</ID>
        <Version>6.1.7221.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="SystemLibrary6172210">
        <ID>System.Library</ID>
        <Version>6.1.7221.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="SystemCenter">
        <ID>Microsoft.SystemCenter.Library</ID>
        <Version>6.1.7221.61</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
      <Reference Alias="Health">
        <ID>System.Health.Library</ID>
        <Version>6.1.7221.0</Version>
        <PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
      </Reference>
    </References>
  </Manifest>
  <Monitoring>
    <Monitors>
      <UnitMonitor ID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" Accessibility="Public" Enabled="false" Target="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection" ParentMonitorID="Health!System.Health.AvailabilityState"
Remotable="true" Priority="Normal" TypeID="MicrosoftWindowsLibrary6172210!Microsoft.Windows.TimedScript.ThreeStateMonitorType" ConfirmDelivery="false">
        <Category>Custom</Category>
        <AlertSettings AlertMessage="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc_AlertMessageResourceID">
          <AlertOnState>Error</AlertOnState>
          <AutoResolve>true</AutoResolve>
          <AlertPriority>High</AlertPriority>
          <AlertSeverity>Error</AlertSeverity>
          <AlertParameters>
            <AlertParameter1>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReplicationGroupName$</AlertParameter1>
            <AlertParameter2>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReplicatedFolderName$</AlertParameter2>
            <AlertParameter3>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/SendingMemberName$</AlertParameter3>
            <AlertParameter4>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReceivingMemberName$</AlertParameter4>
            <AlertParameter5>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/BacklogCount$</AlertParameter5>
            <AlertParameter6>$Target/Property[Type="SystemLibrary6172210!System.Entity"]/DisplayName$</AlertParameter6>
          </AlertParameters>
        </AlertSettings>
        <OperationalStates>
          <OperationalState ID="UIGeneratedOpStateId751249f015634144b909f400c3106b84" MonitorTypeStateID="Success" HealthState="Success" />
          <OperationalState ID="UIGeneratedOpStateId7c713b8c8aa44c518dbc05007f38b71e" MonitorTypeStateID="Warning" HealthState="Warning" />
          <OperationalState ID="UIGeneratedOpStateIdcda0005310e9480dba2726cc8fc9e1d3" MonitorTypeStateID="Error" HealthState="Error" />
        </OperationalStates>
        <Configuration>
          <IntervalSeconds>60</IntervalSeconds>
          <SyncTime />
          <ScriptName>RW-DFS-SCRIPT-MMO.vbs</ScriptName>
          <Arguments>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/BacklogCount$</Arguments>
          <ScriptBody>Set oArgs = WScript.Arguments
numbers=oArgs(0)
Dim oAPI, oBag
Set oAPI = CreateObject("MOM.ScriptAPI")
Set oBag = OAPI.CreatePropertyBag()
Call oBag.AddValue("BackLogCountFile",numbers)
Call oAPI.Return(oBag)</ScriptBody>
          <TimeoutSeconds>1200</TimeoutSeconds>
          <ErrorExpression>
            <SimpleExpression>
              <ValueExpression>
                <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
              </ValueExpression>
              <Operator>GreaterEqual</Operator>
              <ValueExpression>
                <Value Type="String">5000</Value>
              </ValueExpression>
            </SimpleExpression>
          </ErrorExpression>
          <WarningExpression>
            <And>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
                  </ValueExpression>
                  <Operator>GreaterEqual</Operator>
                  <ValueExpression>
                    <Value Type="String">100</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile'] </XPathQuery>
                  </ValueExpression>
                  <Operator>Less</Operator>
                  <ValueExpression>
                    <Value Type="String">5000</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
            </And>
          </WarningExpression>
          <SuccessExpression>
            <And>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
                  </ValueExpression>
                  <Operator>GreaterEqual</Operator>
                  <ValueExpression>
                    <Value Type="String">0</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
                  </ValueExpression>
                  <Operator>Less</Operator>
                  <ValueExpression>
                    <Value Type="String">100</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
            </And>
          </SuccessExpression>
        </Configuration>
      </UnitMonitor>
      <UnitMonitor ID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc" Accessibility="Public" Enabled="true" Target="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection" ParentMonitorID="Health!System.Health.AvailabilityState"
Remotable="true" Priority="Normal" TypeID="MicrosoftWindowsLibrary6172210!Microsoft.Windows.TimedScript.TwoStateMonitorType" ConfirmDelivery="false">
        <Category>Custom</Category>
        <AlertSettings AlertMessage="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc_AlertMessageResourceID">
          <AlertOnState>Error</AlertOnState>
          <AutoResolve>true</AutoResolve>
          <AlertPriority>High</AlertPriority>
          <AlertSeverity>MatchMonitorHealth</AlertSeverity>
          <AlertParameters>
            <AlertParameter1>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReplicationGroupName$</AlertParameter1>
            <AlertParameter2>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReplicatedFolderName$</AlertParameter2>
            <AlertParameter3>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/SendingMemberName$</AlertParameter3>
            <AlertParameter4>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/ReceivingMemberName$</AlertParameter4>
            <AlertParameter5>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/BacklogCount$</AlertParameter5>
            <AlertParameter6>$Target/Property[Type="SystemLibrary6172210!System.Entity"]/DisplayName$</AlertParameter6>
          </AlertParameters>
        </AlertSettings>
        <OperationalStates>
          <OperationalState ID="UIGeneratedOpStateIdd2ce36df64964c848bd1a155c2d3d56b" MonitorTypeStateID="Success" HealthState="Success" />
          <OperationalState ID="UIGeneratedOpStateId77f67a08c47d4d4b9677a854aef66cc9" MonitorTypeStateID="Error" HealthState="Error" />
        </OperationalStates>
        <Configuration>
          <IntervalSeconds>86400</IntervalSeconds>
          <SyncTime>07:40</SyncTime>
          <ScriptName>RW_DFS_TwoBasedLine.vbs</ScriptName>
          <Arguments>$Target/Property[Type="MicrosoftWindowsDfsReplication6063210!Microsoft.Windows.DfsReplication.ReplicationConnection"]/BacklogCount$</Arguments>
          <ScriptBody>Set oArgs = WScript.Arguments
numbers=oArgs(0)
Dim oAPI, oBag
Set oAPI = CreateObject("MOM.ScriptAPI")
Set oBag = OAPI.CreatePropertyBag()
Call oBag.AddValue("BackLogCountFile",numbers)
Call oAPI.Return(oBag)</ScriptBody>
          <TimeoutSeconds>3600</TimeoutSeconds>
          <ErrorExpression>
            <SimpleExpression>
              <ValueExpression>
                <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
              </ValueExpression>
              <Operator>GreaterEqual</Operator>
              <ValueExpression>
                <Value Type="String">5000</Value>
              </ValueExpression>
            </SimpleExpression>
          </ErrorExpression>
          <SuccessExpression>
            <And>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
                  </ValueExpression>
                  <Operator>GreaterEqual</Operator>
                  <ValueExpression>
                    <Value Type="String">0</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
              <Expression>
                <SimpleExpression>
                  <ValueExpression>
                    <XPathQuery Type="String">Property[@Name='BackLogCountFile']</XPathQuery>
                  </ValueExpression>
                  <Operator>Less</Operator>
                  <ValueExpression>
                    <Value Type="String">5000</Value>
                  </ValueExpression>
                </SimpleExpression>
              </Expression>
            </And>
          </SuccessExpression>
        </Configuration>
      </UnitMonitor>
    </Monitors>
  </Monitoring>
  <Presentation>
    <Folders>
      <Folder ID="Folder_dcff3c90ef4740ff97397eb40d82225f" Accessibility="Public" ParentFolder="SystemCenter!Microsoft.SystemCenter.Monitoring.ViewFolder.Root" />
    </Folders>
    <StringResources>
      <StringResource ID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc_AlertMessageResourceID" />
      <StringResource ID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc_AlertMessageResourceID" />
    </StringResources>
  </Presentation>
  <LanguagePacks>
    <LanguagePack ID="DAN" IsDefault="false">
      <DisplayStrings>
        <DisplayString ElementID="RWDFSBACKLOGMONITORINGSCRIPTSMMO">
          <Name>RW_DFS_BACKLOG_MONITORING_SCRIPTS_MMO</Name>
        </DisplayString>
        <DisplayString ElementID="Folder_dcff3c90ef4740ff97397eb40d82225f">
          <Name>RW_DFS_BACKLOG_MONITORING_SCRIPTS_MMO</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc">
          <Name>RW_DFS-R BACKLOG COUNT MONITOR</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateId751249f015634144b909f400c3106b84">
          <Name>Healthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateIdcda0005310e9480dba2726cc8fc9e1d3">
          <Name>Unhealthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateId7c713b8c8aa44c518dbc05007f38b71e">
          <Name>Degraded</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc_AlertMessageResourceID">
          <Name>Replication Backlog Alert</Name>
          <Description>Incident Team :- Backlog of DFS Server
Replication Group:
{0}
Replicated Folders:
{1}
Sending member:
{2}
Receiving member:
{3}
Backlog Count:
{4}
Display Name : {5}</Description>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc">
          <Name>RW_DFS_Backlog_Count_TwoBasedLine_MMO</Name>
          <Description>This monitor is for Incident Team</Description>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc" SubElementID="UIGeneratedOpStateId77f67a08c47d4d4b9677a854aef66cc9">
          <Name>Unhealthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc" SubElementID="UIGeneratedOpStateIdd2ce36df64964c848bd1a155c2d3d56b">
          <Name>Healthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc_AlertMessageResourceID">
          <Name>RW_DFS_Backlog_Count_TwoBasedLine_MMO</Name>
          <Description>Incident Team :- DFS Backlog Files ( run at 0400 daily)
Replication Group:
{0}
Replicated Folders:
{1}
Sending member:
{2}
Receiving member:
{3}
Backlog Count:
{4}
Display Name : {5}</Description>
        </DisplayString>
      </DisplayStrings>
    </LanguagePack>
    <LanguagePack ID="ENU" IsDefault="false">
      <DisplayStrings>
        <DisplayString ElementID="RWDFSBACKLOGMONITORINGSCRIPTSMMO">
          <Name>RW_DFS_BACKLOG_MONITORING_SCRIPTS_MMO</Name>
        </DisplayString>
        <DisplayString ElementID="Folder_dcff3c90ef4740ff97397eb40d82225f">
          <Name>RW_DFS_BACKLOG_MONITORING_SCRIPTS_MMO</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc">
          <Name>RW_DFS-R BACKLOG COUNT MONITOR</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateId751249f015634144b909f400c3106b84">
          <Name>Healthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateIdcda0005310e9480dba2726cc8fc9e1d3">
          <Name>Unhealthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc" SubElementID="UIGeneratedOpStateId7c713b8c8aa44c518dbc05007f38b71e">
          <Name>Degraded</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor61be896a832e4ffa8868c1e10c6711cc_AlertMessageResourceID">
          <Name>RW_DFS-R BACKLOG_COUNT_MONITOR_MMO</Name>
          <Description>This alert is run every one hour to see any back log. Kindly contact
Megat for further details.</Description>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc">
          <Name>RW_DFS_Backlog_Count_TwoBasedLine_MMO</Name>
          <Description>This monitor is for Incident Team</Description>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc" SubElementID="UIGeneratedOpStateId77f67a08c47d4d4b9677a854aef66cc9">
          <Name>Unhealthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc" SubElementID="UIGeneratedOpStateIdd2ce36df64964c848bd1a155c2d3d56b">
          <Name>Healthy</Name>
        </DisplayString>
        <DisplayString ElementID="UIGeneratedMonitor73d3c5593c8e43ef8ff223d94c1c1ebc_AlertMessageResourceID">
          <Name>RW_DFS_Backlog_Count_TwoBasedLine_MMO</Name>
          <Description>Incident Team :- Backlog of DFS Server_TwoBasedLine
Replication Group:
{0}
Replicated Folders:
{1}
Sending member:
{2}
Receiving member:
{3}
Backlog Count:
{4}
Display Name : {5}</Description>
        </DisplayString>
      </DisplayStrings>
    </LanguagePack>
  </LanguagePacks>
</ManagementPack>

Similar Messages

  • Anyconnect 3.1 Captive Portal False Alert Stops Users Connecting.

    Hi All,
    I am having problems with a customer's ASA 5505 with Anyconnect 3.1 - it is generating captive portal false-alerts which are stopping users from connecting.
    This issue began when I upgraded from Anyconnect 2.4 to 3.1, and it appears like this: A user downloads and installs the Anyconnect client and is able to connect fine, to begin with. However, once they reboot their computer and try to reconnect, the VPN session will not come up and they receive the error message below.
    "The service provider in your current location is restricting access to the internet. You need to log on with the service provider before you can establish a VPN session. You can try this by visiting any website with your browser."
    Reading other posts, it seems this message appears when a captive portal is restricting internet access. It must be a false alert in this case as there is nothing of the sort here. Apparently, Anyconnect 3.1 can generate a false alert like so if the name of the firewall's SSL certificate doesn't match the CName listed on the Client Profile. I've set this up to match, to no avail.
    Although users can connect by reauthenticating through the SSL VPN login web page, I am stumped as to how to get rid of this captive portal error that pops up when they try to use the Anyconnect client.
    Any advice would be appreciated, just let me know what extra details to post if needed.
    Many thanks,
    Josh Campbell

    Hi Joshua,
    The below information could be located at
    www.cisco.com/en/US/docs/security/vpn_client/anyconnect/anyconnect31/administration/guide/ac03vpn.html
    False Captive Portal Detection
    AnyConnect can falsely assume it is in a captive portal in the following situations.
    •If AnyConnect attempts to contact an ASA with a certificate containing an incorrect server name (CN), then the AnyConnect client will think it is in a "captive portal" environment.
    To prevent this, make sure the ASA certificate is properly configured. The CN value in the certificate must match the name of the ASA server in the VPN client profile.
    •If there is another device on the network before the ASA, and that device responds to the client's attempt to contact an ASA by blocking HTTPS access to the ASA, then the AnyConnect client will think it is in a "captive portal" environment. This situation can occur when a user is on an internal network, and connects through a firewall to connect to the ASA.
    If you need to restrict access to the ASA from inside the corporation, configure your firewall such that HTTP and HTTPS traffic  to the ASA's address does not return an HTTP status. HTTP/HTTPS access to the ASA should either be allowed or completely  blocked (also known as black-holed) to ensure that HTTP/HTTPS requests sent
    There is also a bug filed for this. Just for your reference,
    CSCud17825 - Anyconnect captive portal
    Regards,
    Srikanth K S.

  • Why isn't my iPad 2 giving me alerts for my all-day events?

    Why isn't my iPad 2 giving me alerts for my all-day events?  I have alerts set-up for 2 days prior.  My alerts work for other calendar entries where they are set-up for 15mins prior.

    The laptop has a more powerful wifi radio then the iPad. Try getting closer to the location where iPad can connect.

  • Samsung note 3 is not giving audible alerts for all my text messages since the 4.4.4 update.

    Samsung note 3 is not giving audible alerts for all my text messages since the 4.4.4 update.  I get an audible tone about 3/4 of the time.  Thinking a conversation is over I come back 45 minutes later to find another text I didn't know came in.  I've restarted my phone and checked my message settings.   Any ideas?  Factory reset is not an option!

    I'd try going back into the Text Message settings. In Sound setting, work the setting from None to an alert. Then in Vibrate put a check in the box then uncheck. Just to see if that will free it up, could be a possible corruption with the new software update?

  • False alerts from LELA

    I keeping alerts from LELA stating that I have no internet connection when my internet connection is working fine. Any ideas?

    Uninstall LELA and your false alerts will go away.

  • False alert on content match-web application

    Hi,
    I have few web applications configured in which I am monitoring for an alert if the content does not matches with a defined string. I have been getting false alert alerts from the monitor, when I manually check the webpage for content match, the string is
    present there.
    How can I troubleshoot, this issue.

    did you see this -
    https://social.technet.microsoft.com/Forums/en-US/97873970-89f2-4069-83d7-7b5d2126781e/web-application-template-template-content-match?forum=systemcenterrom
    Thanks, S K Agrawal

  • False alerts from EnterPrise Manager

    Hi All,
    Please help in addressing this issue:
    I have configured monitoring and alerts for OVD in Enterprise manager and I have been getting false alerts on OVD being down.
    Below is my notification alert configuration:
    General:
    Rule Name: OVD Down
    Public: No
    Availability:
    Up: No
    Down: Yes
    Corrective Actions on target down: No
    Agent Unreachalbe: Yes
    Agent Unreachable Resolved: No
    Metric Error Detected: Yes
    Metric Error Resolved: No
    Blackout Started: Yes
    Blackout Ended: No
    No Metrics I have added, No Policies, No job types and no methods.
    My first thought that I have "Metric Error Detected" but I haven't added any metrics. So, I change it No (without restarting EM) but same false results.
    Not sure if I have to restart the EM after changing notificaiton rule.
    Please help.
    Regards,
    Sunny

    Uninstall LELA and your false alerts will go away.

  • Magic Mouse Giving false Reading in Lion

    Hi
    I have noticed that in Lion my Magic Mouse has been giving false battery readings. Its saying it has 99% while only really having 54% before the update to Lion.
    It dropped to 94% before a restart and went back to 99%. I have an app on my dashboard which stats the battery at 54%. Which is what I expect.
    I'm confused as to why Lion is saying I have 40% more power than I acctually do.
    Any help would be good.
    thanks
    Also on a side not, on Lauchpad how do I get rid of apps that I didn't download via Appstore? My Launchpad is full of uninstallers and they have completely cluttered it. Not worth using in its current stat. I really don't need Lauchpad to help me find uninstallers.

    Try this:
    Open Safari.
    Go to a website with links
    Click on a link
    2 finger swipe left (this replicates the 3 finger swipe to go back a page)
    This is a solution to still be able to navigate backward and forward in Safari but having to use 2 fingers and not 3. The more links you click on, the more history you can swipe through. If you open a new tab you are effectively opening a new window with no previous history. Click on a link and then the process starts again through that tab.
    Forgive me if this is not the answer you are looking for. We will get there!
    Jp

  • Why do false alert get triggerd in PI?

    Hi All,
    There are no fauiler in messges, but enormous alerts are getting triggered every 7days for particular interface in PI.
    Can someone tell me why does happen?
    Regards,
    Madhu

    Hi Adithya,
    Could you please check if you have given the exact sender service/Interface in alert rules instead of * . Some times this might be the reason to trigger false alerts.
    Clarify:was this false alert raiding from begining or it started triggering all of sudden?
    Regards,
    Naveen

  • False Alert

    We are using Spiceworks from last 5 Months. It was working fine. We never receive false alert. But from last one month we Continuously  getting false alert. Like:- 2 servers is offline from last 10 minutes or something else. 
    This topic first appeared in the Spiceworks Community

    did you see this -
    https://social.technet.microsoft.com/Forums/en-US/97873970-89f2-4069-83d7-7b5d2126781e/web-application-template-template-content-match?forum=systemcenterrom
    Thanks, S K Agrawal

  • Cluster monitoring false alerts

    I have a cluster in monitoring which has many shared disks in monitoring.
    Recently I have been receiving false alerts for 2 of the disks for low disk space with every poll & secondly the disks labelling seems to be wrong as per the actual labeling.
    Is there a way in which I can manually change the disks labeling or with any hotfix?

    Hi,
    Have you imported New Base OS MP 6.0.7026.0? It fixed bug 'Cluster Disk Free Space Percent' and Cluster Disk Free Space MB' monitors generate alerts with bad descriptions when the volume label of a cluster disk is empty.
    http://blogs.technet.com/b/kevinholman/archive/2013/05/09/opsmgr-mp-update-new-base-os-mp-6-0-7026-0.aspx
    Niki Han
    TechNet Community Support

  • Systems Center Operations Manager false alerts for DFS

    Last weekend, SCOM generated 87 alerts for "DFSR-R: Replicated Folder Removed" across 3 different servers. The problem being, those alerts are supposed to be generated when SCOM detects event ID 4010's, however, I checked all 3 servers, and there
    were no 4010 events on any of them. Has anyone seen false positives like this? And does anyone have an idea towards preventing them in the future? I'm not even sure where to start troubleshooting this.

    Thanks for the suggestion, we actually figured it out this morning. For some reason SCOM wasn't monitoring these 3 servers correctly (and possibly others). The alerts were created from valid 4010 events, though from a month ago in one case, and early last
    year in others. However, that's not an issue for us to troubleshoot, we only support a handful of technologies for this customer, and SCOM itself isn't one of them (we just use it for monitoring the technologies we DO support).

  • Orchestrator/SCOM 2012 and UTC Time for Get Alert

    We are currently moving to using Orchestrator to act as a connector between SCOM 2012 and Unicenter for ticket generation.  Right now, the runbook that I have built out does the following.
    Monitor Date/Time > Format Date/Time > Get Alert
    The monitor Date/Time runs every 60 seconds.
    Format Date/Time then pulls from a variable that grabs the current time using now().  I then have it adding 4 hours and 55 minutes to the time to set the UTC time to 5 minutes earlier.
    Get Alert then looks for all alerts that meet a specific criteria.  This includes the time and any alert that was generated within the last 5 minutes, which is why I have it currently set to 4 hours and 55 minutes. 
    In a few months, that's going to break and I'll have to manually update the format date/time to 5 hours and 55 minutes.  What I'm trying to find is a way to do this automatically so the runbook doesn't have to be modified.  I'm thinking of using
    the 'Activity End Time in UTC' from the Monitor Date/Time but want to see if there's any other easier way of doing it.

    Hi again,
    If the question is to have a an easy way to get only Alerts not already seen with "Get Alert" before:
    Use "Update Alert" and update fields like TicketID or ResoultionState after "Get Alert" and exclude this criteria in the Filter tab of "Get Alert" ...
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • WMI Raw Performance Counter Module Failed Execution Alert

    Hi,
    I have been receiving WMI Raw Performance Counter Module Failed Execution warning alerts from one particular serverin monitoring.
    When I am trying to execute the SQL query using wbemtest, I am getting a result for the same.
    How can I check into this alert & resolve it?
    Alert description: 
    Next call failed Namespace \\.\ROOT\CIMV2 Query SELECT Timestamp_PerfTime,Frequency_PerfTime,TimeStamp_Sys100NS,Name,WorkingSet FROM Win32_PerfRawData_PerfProc_Process WHERE IDProcess=492 HRESULT 0x80041006 Details Out of memory One or more workflows were
    affected by this. Workflow name: Microsoft.SystemCenter.NTService.OwnProcess.WorkingSetMonitor Instance name: Workstation Service Instance ID: {XXXXXXX} Management group: XYZ 

    How much RAM does this machine have? 
    How much CPU? 
    Is it a VM or physical box? 
    Are you seeing high cpu/memory % usage?
    please also refer below links, these might help you in fixing your problem
    http://blogs.technet.com/b/kevinholman/archive/2010/06/09/wmi-leaks-memory-on-server-2008-r2-monitored-agents.aspx
    http://forums.veeam.com/veeam-management-pack-f1/opsmgr-warnings-from-the-vem-t5.html
    Faizan

  • DFS Backlogs WAY too high on 1 of 10 servers

    Hi,
    We are using DFS to replicate between 10 different servers and one of them is getting crazy high backlogs (500,000+ backlogged). I have googled the issue and not found any solutions that would pertain to our issue. Hoping someone can help. Please see
    description below.
    10 servers all in the same datacenter on the same network. Only one of them is getting backlogged to the point it does nothing but play catch up. The servers are virtual servers. Most of them are on separate VM hosts. However a couple share the same host
    including the one in question. However, when I check performance on the VM host it seems to be just fine. Plus of the two on this VM host only one is getting backlogged. I have done the calculations to set the Staging folder's Quota to a hair above what the
    calculations recommend (I did this on all 10 servers to stay consistent). I have also edited the registry with the high performance settings as suggested by many sites online (I also did this on all 10 servers to remain consistent). However, the server still
    remains backlogged. The only warnings in event viewer are Event ID 4202, 4204 and 4412. Which from what I have gathered is the server trying to catch up the backlogs. We do perform nightly backups. At which time DFS does stop while the backup takes place.
    But if this was the issue I would think the other servers would also become backlogged. 
    Does anyone have any ideas for a possible solution to this? Has anyone else experienced this problem before? Any help would be GREATLY appreciated!
    Regards,
    Chameleon Power
    Anthony J. Barton

    The bottleneck could be your SAN.
    Did you pre-seed the servers before starting replication?
    We do not have a SAN currently. One of the many things on the wish list.
    No, I do not believe we pre-seeded them. We did pull the server out of the replication group to allow it to catch up at one point, but it just ends up backlogged again. So I'm not sure that pre-seeding would help at this point. Unless there is something
    that I am missing about pre-seeding (which could be the case). If there is can you please explain?
    Thanks for your help!
    Chameleon Power

Maybe you are looking for

  • Oracle RAC 2 node architecture-- Node -2 always gets evicted

    Hi, I have Oracle RAC DB with simple 2 node architecture( Host RHEL5.5 X 86_64) . The problem we are facing is, whenever there is network failure on either of nodes, always node-2 gets evicted (rebooted). We do not see any abnormal errors on alert.lo

  • How To Compile Several Reports 10g At Once

    Hi all, I want to know how to compile several reports (rdf) 10g at once, not one by one. Thanks in adwance Vismantas

  • Internal fan will not stop

    computer got unplugged one day and when attempted to re-boot the power button was jammed. Let sit for a few hours and tried again to turn on. With some wiggling we got the computer to turn on but the internal fan is running on high and will not quit.

  • Integration to BOE dashboard builder

    Hi, Is it possible to render BPC content (Xcelsius dashboard or basic BPC web functionality) in BOE Dashboard builder, thus combining in a single dashboard the ability to write-back with reporting done on BPC cubes as well as other content. /Thomas

  • Logic crashes at startup 32bit, help please

    hi everyone I'm recently getting unexpectedly quit when I start logic project in 32 bit mode, there is no problem with opening in 64bit but in 64bit mode, despite 8gig ram and i7 cpu, logic is extremely slow with tons of Overload etc.. error , so i a