Externally Triggering / Disabling Down a Monitor

We are using SCOM 2012 R2, and we would like to be able to trigger a "web application monitor" at 8:00 AM in the morning, and shut it down after polling the application.   Would this be possible to implement ?
Our business criteria is that,
1.  We cannot have this polling to occur before 8:00 AM as the data is not guaranteed to have been populated prior to 8:00 AM, so the polling result will be "negative - throwing false alarm".  Since the SLA requires all the data to be
populated by 8:00 AM, and we know the polling result is correct after 8:00 AM.
2.  We have not yet figured out how to schedule the polling to occur once a day at 8:00 AM, therefore, we cannot poll it using SCOM...
We were wondering if we can trigger the polling via the task scheduler, and disable it after the initial result is obtained.  Is  external invocation of the polling possible ?
Any assistance is appreciated.

Hi There,
I am not sure if i have understood the word Polling here correct. Correct me if i am wrong.
Polling : Take the web site offline ?
Or is it monitor the website continuously for some time ?
You can also Run scripts i.e Command or VBS Script via Scheduled rule as below to run scripts and achieve you want.
Or you can use Web application transaction monitoring for Advance Web aplication monitoring.
Gautam.75801

Similar Messages

  • Disabling Trend/Health monitoring on NetWare

    We're running ZfS7 with a variety of agent versions on NW6.5 sp2 servers:
    I'm wondering if there is some command I can issue from the NetWare console
    prompt to
    temporarily disable trending/health monitoring of the CPU0 utilization. The
    reason
    I'm wanting to do this is our backup client will take CPU0 to 100% for most
    of
    the time during the backup session. I would like the NMA to ignore this
    during
    backups.
    Regards,
    Jeffrey

    Jeffrey,
    It appears that in the past few days you have not received a response to your posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at http://support.novell.com in both the "free product support" and "paid product support" drop down boxes.
    - You could also try posting your message again. Make sure it is posted in the correct newsgroup. (http://support.novell.com/forums)
    If this is a reply to a duplicate posting, please ignore and accept our apologies and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • External HD shut down when turning off MBP.  How?

    Hi there
    I have an external HD connected via Firewire to my MBP. How can I achieve the following? :
    1. To have the external HD shut down automatically when I shut down the MBP. At the moment, if I shut down the MBP, the external HD stays on and I have to turn it off manually.
    2. To have the external HD go into sleep mode (if possible) automatically when I put the MBP into sleep mode.
    3. To have the external HD wake up from sleep mode or turn on whenever I do the same on the MBP.
    Thanks for your help,
    A.

    Thank you both, Ned and hsaybasIII, I guess that's answered then. I was hoping to hear that there's some Utilities control, or Preferences pane that I wasn't aware of, and which enabled the feature I was talking about. Especially since I remember using it a long time ago on a much older Mac and an external HD, so I was assuming that these days that would be implemented too. Oh well... Thanks again.
    A.

  • Shutting Down a monitor in java

    hello.
    I just want to know how we can shut down our monitor in java?
    I mean the Computer Monitor -Screen-, not any kind of service.. :)
    if you can lead me i will appreciate it. thank you.

    You can do this in VBScript as far as I know, restarts also. Call your script using Runtime.exec();
    http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    With a script which is something like this:
    set objshell = wscript.CreateObject("Shell.Application")
    objshell.ShutdownWindowsSaved as scriptName.vbs
    EDIT: oops, just read you only need the monitor to be shutdown, still I think vb script is probably a good place to look. Google it!.
    Message was edited by:
    kikemelly

  • Unable to set external display as primary/main monitor on Macbook Boot Camp

    I have an LG Flatron W1942TQ monitor hooked up to my Macbook right now. I am able to extend the desktop to this monitor and use it dual display style, but the Start menu remains on the Macbook display.
    I want the monitor to be the primary monitor. So I go to check off "Set as Primary Monitor" in the control panel, but when I do that it suddenly reverts back to having the Macbook monitor as the only display, shutting off the LG Flatron.
    Just wondering if there is a driver issue or something I am overlooking as to how to have my external display as the main monitor.

    I think that works for Mac OS but in Boot Camp Windows XP OS does not have that option. I did try to drag the XP system bar at the bottom onto my external display but no luck. I am having the same issue as Jack Ryan and Philtones. I am a mild timpered guy and love my MBP but this agrivation just about has me ready to throw it.
    I hooked it up at a LAN party & the display wouldn't come on at first. It finally just started working & I played several games in mirror mode. Then, I decided to correct the resolution and couldn't get mirroring back on no matter what I tryed. I also can't switch primary monitor.
    Please, someone, has anyone found the solution?
    Windows is a very bad 7-letter word.

  • DAQ external triggered at 5kHz

    Hello expert,
    I got totally confused as I tried to do some externally triggered DAQ
    with my DAQPad-MIO-16XE-50 board.
    My problems are the different kinds of counters and timers and functions
    to control them.
    I added a piece of code, which I think should do the job...
    numChans=2;
    chans[0]=1;
    gains[0]=1;
    chans[1]=3;
    gains[1]=10;
    scanRateDivS[0]=1;
    scanRateDivS[1]=127;
    DAQ_Config (DEVICE, 0, 2)
    ^^^^^^^^^^^^^^^^
    as far as I understand is the scan interval now externally controlled...
    (signals on PFI_7)
    Select_Signal(DEVICE, ND_IN_SCAN_CLOCK_TIMEBASE, ND_PFI_7,
    ND_HIGH_TO_LOW)
    ^^^^^^^^^^^^^^^^^^
    is this necessary? the manual says the timer generates an IN_START_SCAN
    after the specified occurences of signal transitions... whe
    re do I
    specify this number of transitions???
    DAQ_DB_Config (DEVICE, 1)
    SCAN_Sequence_Setup(DEVICE,numChans,chans,gains,scanRateDivS,&scansSequence,&sampleSequence)
    SCAN_Sequence_Retrieve(DEVICE,sampleSequence,scanSequenceVector);
    SCAN_Start (DEVICE, circBuff,circBuffSize, 2, 8, 0, 1)
    ^^^^^^^^^^^^^^^^
    which parameters are to be set here? Is the scan timer in use at all? or
    should I just call Select_Signal with ND_IN_SCAN_START routed to
    PFI_7???
    while (sampLeftToAcq>0 && !kbhit()){
    iStat = DAQ_DB_Transfer (DEVICE,halfBuff,&ptsTfr,&status);
    if (iStat) break;
    iStat = NI_DAQ_Mem_Copy(memhandle, halfBuff, numBytesWritten,
    (long) halfBuffSize, 1);
    if (iStat) break;
    numBytesWritten+=halfBuffSize;
    sampLeftToAcq -= halfBuffSize;
    If I apply a trigger at 5kHz, the Computer locks up and presents Error
    12 after removing the trigger signal.
    At 2.5kHz everything works fine...
    I just want to sample 127 times one channel and then once two channels
    externally triggered at 5kHz.
    Perhaps anyone could supply me with the essential code for this.
    Many thanks, Martin

    Hello expert,
    I got totally confused as I tried to do some externally triggered DAQ
    with my DAQPad-MIO-16XE-50 board.
    My problems are the different kinds of counters and timers and functions
    to control them.
    I added a piece of code, which I think should do the job...
    numChans=2;
    chans[0]=1;
    gains[0]=1;
    chans[1]=3;
    gains[1]=10;
    scanRateDivS[0]=1;
    scanRateDivS[1]=127;
    DAQ_Config (DEVICE, 0, 2)
    ^^^^^^^^^^^^^^^^
    as far as I understand is the scan interval now externally controlled...
    (signals on PFI_7)
    Select_Signal(DEVICE, ND_IN_SCAN_CLOCK_TIMEBASE, ND_PFI_7,
    ND_HIGH_TO_LOW)
    ^^^^^^^^^^^^^^^^^^
    is this necessary? the manual says the timer generates an IN_START_SCAN
    after the specified occurences of signal transitions... whe
    re do I
    specify this number of transitions???
    DAQ_DB_Config (DEVICE, 1)
    SCAN_Sequence_Setup(DEVICE,numChans,chans,gains,scanRateDivS,&scansSequence,&sampleSequence)
    SCAN_Sequence_Retrieve(DEVICE,sampleSequence,scanSequenceVector);
    SCAN_Start (DEVICE, circBuff,circBuffSize, 2, 8, 0, 1)
    ^^^^^^^^^^^^^^^^
    which parameters are to be set here? Is the scan timer in use at all? or
    should I just call Select_Signal with ND_IN_SCAN_START routed to
    PFI_7???
    while (sampLeftToAcq>0 && !kbhit()){
    iStat = DAQ_DB_Transfer (DEVICE,halfBuff,&ptsTfr,&status);
    if (iStat) break;
    iStat = NI_DAQ_Mem_Copy(memhandle, halfBuff, numBytesWritten,
    (long) halfBuffSize, 1);
    if (iStat) break;
    numBytesWritten+=halfBuffSize;
    sampLeftToAcq -= halfBuffSize;
    If I apply a trigger at 5kHz, the Computer locks up and presents Error
    12 after removing the trigger signal.
    At 2.5kHz everything works fine...
    I just want to sample 127 times one channel and then once two channels
    externally triggered at 5kHz.
    Perhaps anyone could supply me with the essential code for this.
    Many thanks, Martin

  • Hr2000 firmware upgrade troubles with external triggering mode

    Hello,
    Has anyone had any problems with the latest Ocean Optics HR2000+ firmware upgrade while using external triggering mode?
    I'm using the NI-provided drivers for HR2000+ which used to work without a problem before the driver update. My program synchronizes 3 spectrometers so that they continuously acquire spectra at 1 second integration time while being triggered by a pulse generator running at 20 Hz. It used to be that the specs would trigger again only once the previous integration completed, but now the spectrometers try to trigger with each trigger and don't complete the 1 second integration. My code has not changed at all between firmware upgrades, and I expected it to work exactly the same after the upgrade. I've reinstalled all programs, inf, and sys files related to the driver as well.
    Do I have to wait for a new NI-Driver update that adjust to the new firmware update? Attached is the driver package I'm using.
    Any clues as to what I can do about this?
    Thanks,
    Mike
    Attachments:
    Ocean Optics 2000 4000.zip ‏582 KB

    Attached is a sample VI for what we're attempting to do. This used to work before the Ocean Optics firmware update.
    Attachments:
    specs_with_trig_post_firmware_upgrade.vi ‏57 KB

  • Disabling all the monitors and rules in MP

    Hi,
    I am looking for the exact approach on disabling all the items in the monitoring pack and enabling it on demand type approach.
    To do so, I am looking for the effective approach. what all the items which should be disabled from the MP Discovery, so that all monitoring contents in the MP is disabled.
    Like example: I want to disable all the Monitoring items in Active Directory so that AD roles is not discovered by SCOM.
    Thanks!
    - Thanks, Sai

    Hi, strange desire)) but
    http://www.systemcentercentral.com/opsmgr-2012-disabling-rules-and-monitors-in-bulk-in-powershell/
    http://blogs.msdn.com/b/rslaten/archive/2013/07/21/create-overrides-in-scom-2012-with-powershell.aspx
    https://technet.microsoft.com/en-us/library/hh920201%28v=sc.20%29.aspx
    https://technet.microsoft.com/en-us/library/hh920257%28v=sc.20%29.aspx

  • Green veritcal line going down hp2511x monitor

    Green veritcal line going down hp2511x monitor has happened once before when product was about a week old went away but now product has same issue. I have unplugged the monitor . i have done diagnostic . The drivers are updated and the graphics card is fine as i plugged in another monitor and its fine

    Contact HP for warranty service if the monitor is still in warranty.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • How to stop sleep/hibernation with external display & lid down

    What is the proper way to get my MBA to not sleep, hibernate, etc. when I have an external display attached and lid closed while watching a movie or webcast. In such a case I am not touching the mouse, trackpad, or keyboard.
    I have bluetooth keyboard and usb wireless mouse attached.
    I also disabled the sleep/poweroff options in the energy settings while watching.
    The MBA still would go to sleep or something after 10 or 15 minutes of no agitation.
    Also, the Monitor goes blank since their is not signal coming through to it.
    Was this just not a use case that was thought through: Watch video stream with external monitor and lid closed? Make sure the MBA knows this scenario invalidates the powersave options????? And yes, the power was plugged.
    Thanks

    Caffeine puts a little coffee cup icon at the top bar. Click to turn it off and on - it is on when the cup is dark, ie has coffee in it. However, this won't solve your problem - the MBA will still sleep with the lid closed. There are settings to allow use of an external monitor but what I did was download InsomniaX. This little free app keeps your computer from going to sleep when you close the lid. That way you can close the lid, walk down a hall or do something, then open the lid and keep working. Just don't forget it is on and leave the Mac too long or it will run out of battery.
    Insomnia isn't in the App store, had to download it at http://www.macupdate.com/app/mac/22211/insomniax

  • Windows shuts down when monitor is closed

    I am having a problem with my bootcamp (Windows mode). 13 inch MacBook with Windows 7 partition. It is basically working fine, but as soon as close the lid the system automatically shuts down and never comes back unless I turn on it again. Does any one know the answer to this problem? This became a problem to me since I tryed to use Dell external monitor on my Windows partition. I have to use Windows in order to use certain 3D program that only works on Windows. Unfortunately I am not able to make the Windows partition and the external monitor work together. In Windows mode the monitor is not detected by the computer as though nothing has been connected. But I found out one thing. I connected to the external monitor and started on Windows mode the notebook display lid open at first. Then when the system was ready to work, I closed the lid (the external monitor connected but not detected by the system), but this time the Windows mode didn't shut down by itself. It continued being active just like the lid wasn't closed at all. So it seems like the Windows partition knows that something is connected, but it doesn't make the monitor work with it.
    Can anyone help me? It is very important for me to be able to use the external monitor on Windows mode because of my school work. Thanks a lot.

    "Should i try to get this fixed?"
    Yes.
    Jim
    PowerBook G3 500 Mhz "Pismo"/ 2.0Ghz BlackBook 2GB OWC RAM   Mac OS X (10.4.8)  

  • Transactional replication triggers disabled after server restart

    Hello Everyone,
    I have been facing this issue since couple of days. I have configured transactional replication with updatable subscriber in sql server 2008 R2.  It was working fine till date. Recently we are facing an issue where subscriber whenever restarts, one
    of the table's replication triggers(insert, update and delete) are disabled automatically. We have to manually enable all the triggers for that table. Other tables are working fine. Please help. Thanks in advance.
    Regards,
    Sai

    Have you checked information from replication monitor?
    You should disable all triggers because you don't want SQL Server to fire the trigger on the Subscriber database when the database receives an insert, update, or delete operation. Because the trigger has already fired on the Publisher database, firing the trigger
    on the Subscriber database might repeat the transaction.
    http://technet.microsoft.com/en-us/library/ms151718(v=sql.110).aspx
    http://msdn.microsoft.com/en-us/library/ms152529.aspx

  • Disable Network Port Monitoring

    I have a couple network switch ports that are no longer in use. The ports had a couple of OpsMgr agents plugged into them, so they showed up as monitored ports, but those computers have now been virtualized and the physical hardware was shut
    down. The network port state is now showing as Critical health in OpsMgr because nothing is plugged in. I tried to run the Disable Port Monitoring task, but it does not seem to do anything. Any ideas?

    By default, Operations Manager 2012 will only monitor ports that are connected to another device that is being monitored. Ports that are not connected will not be monitored."
    If you don't have a device connected to any port that is already monitored by SCOM, you can  manually enabling selected interface monitors, i.e. open the Diagram view of the interface, navigate to the port, open the Health Explorer of the port, select
    the monitor such as Interface Status -> Operational Status, and create an override to enable that monitor.
    Roger

  • Does using an external HD slow down iMovie?

    I have stored about 6000 photos on my hard drive. I believe it may be slowing down my computer, so I have thought about buying a separate drive just for iPhoto and iMovie. Would that be a good idea? If so, would I expect the program to run more slowly when working from this external drive? It was suggested to me that I buy the NewerTech ministack V2. That drive is available in a number of sizes. Should I select 320, 400, or 500GB, if I buy that one? Do you have other suggestions? Thanks for any advice you can offer. I am not a techie, I just like to make movies. Miriam

    It seems that you're sensibly thinking ahead, and preparing for any trouble!
    The external disc(s) wouldn't normally be backed up to .Mac, but if you copy your iPhoto Library and Movies to another destination - as well as to the disc you'll normally keep them on - then you should be well covered.
    Your Mercury On the Go drive is probably quite small (60GB or 80GB), so why not use that for your iPhoto Library?
    I've got 11,000 photos in my Library, and it uses up 33GB. So you could easily fit your 6,000 photos on your On The Go drive. Moving your iPhoto Library onto that external disc would clear, say, 16GB or so from your internal disc; enough for another hour's worth of DV video editing.
    Then you could use a larger capacity external FireWire disc for backups - instead of the On The Go ..and backups would probably run faster - and you could also edit movies on that fast disc, as long as you kept a backup of them on another disc!
    Editing movies which are on an external fast FireWire disc generally allows things to run faster, as the internal disc can simultaneously do its own 'housekeeping' duties, or swapping things in and out of memory, or reading bits of program from the internal disc ..while all video data transfers happen exclusively on the external disc.
    That's the way professionals edit: always keeping video files on a fast external - or second internal - disc.
    The only problem which comes to mind is that some Canon camcorders don't like to be on the FireWire circuit along with any other FW device, such as a separate external disc. If you do have a Canon camcorder, you may need to import to your Mac's internal disc first, then disconnect the Canon camcorder and then copy that imported video to your external disc for editing.
    But it's late here, and I gotta go to bed ..bye for now!

  • Tower shuts down when monitor is plugged in.

    hello,
    I recently unplugged my monitor from my powermac G4 while moving the computer and when I tried to turn it back on it wouldn't start at all. I checked all connections and realized that the tower will turn on but once I plug the monitor into the back, the computer shuts down and makes a small click like a fan is stuck. I've tried reseating the graphis card and also resetting the button next to the battery.
    Any suggestions would be greatly appreciated.
    powermac G4   Mac OS X (10.4.6)  

    acomet:
    That's usually a classic symptom of the need for a PMU reset/loss of startup memory, although it could also be related to a deeper issue.
    One more try...
    Deep reset the logic board:
    Disconnect everything from the QS but the power cord.
    Touch a metal slot cover on the rear of the Mac.
    Disconnect the power cord.
    Open the side door.
    Remove the battery.
    Reset the PMU, holding it down for a five count.
    Depress the power button on the front of the Mac, holding it in for a five count.
    Take a thirty minute break, to insure the capacitors fully discharge.
    Reinsert the battery.
    Close up, hook up, and attempt to boot normally.
    No luck? Pull the battery out and attempt to boot.
    No luck? Disconnect everything but the power cord, including the keyboard, monitor and mouse. Disconnect the internal drive cables. Attempt startup and listen for the startup chime. If it chimes, give it a few seconds and just shut down with the front power button.
    Gary

Maybe you are looking for