How do I notify when the it group has no computers available

We would like to receive an email if a group of computers (specifically a cloud) in vWorkspace has little or not available (offline) machines.  We have vWorkspace monitoring/diagnosis (Foglight) installed and send emails, but have no idea what rule to set or build for this.

We have 8.6 (pas.1) and vMD 5.7.1 vWorkspace

M + D is very customizable, so it would probably be possible, but seems not have the option 'out of the box.

Immediate choices are:

1. a request for improvement for M + D (as I don't know others would benefit from this)

or

2. ask for the professional services team Foglight to spend time generating this alert (contact your account manager to set up)

Tags: Dell Tech

Similar Questions

  • How to be notified when the work plan changed

    Anyone know how to connect to a notice of changed work plan?

    I searched all over the contents of the documentation and found nothing.

    Thank you

    You are looking for kAIDocumentCropAreaModifiedNotifier

  • No internet connection when the Working Group has changed.

    I changed the workgroup from my XP machine the same as my Windows 7 computer so that I could have access to a printer, restarted, and now I can't access the internet.

    I changed it back and still no access.
    I use McAfee firewall and have checked all the settings, turned off the firewall and no change. (It is back on again)
    I have connected to another network wifi locally and not always no connection.
    I can ping my router and Windows 7 computer.
    What happened and how can I get it back?

    A big thanks to all respondents, he sweat finally it was McAfee which was causing the problem, it just took McAfee four days to notice there is another pc on the network and him to be confident!

  • InDesign CC crashing when the swatch group has selected

    Any help would be amazing.

    InDesign CC, iMac, OSX10.8

    Whenever I click on a document's swatch Panel, InDesign crashes. Occurring on multiple computers. I don't know that this means that the document is corrupt, but I hope to prevent all movement to a new document. This is a very large file and I'm on deadline for tomorrow.

    Preferences have been ransacked, other suggestions welcome.

    Thank you

    Jeff

    Save the problem as a file IDML file and reopen in InDesign.

  • How will I know when the synchronization is complete?

    Hello
    Is someone can you please tell me how do I know when the synchronization is complete?

    I paired a device (smart phone Samsung) - it worked good 10 minutes, yet on my phone says sync is complete, but any of the bookmarks do not appear on my computer 'main '.

    Hello.

    It is possible to "Synchronize now" in the version of office when you go to tools > synchronize now
    You can check the timestamp of the last synchronization status in the topic: config page one and find the last sync, and there will be a timestamp it. Firefox Sync troubleshooting and tips for more information.

  • Stolen phone. How can I check when the last time saved my phone to my laptop (without my iphone of course)?

    My iPhone was stolen. How can I check when the last time that I backed up my phone to my laptop without my iPhone?

    Click here and either use iTunes to check or browse to the path of the backup manually.

    (142338)

  • How will I know when the capsules are on?

    Original title: caps Inspiron 1545?

    How will I know when the capsules are on?

    Hey, Vince,.

    Caps lock key are you referring?

    If you look above the keyboard on the right, you will see two fires instead of one.

    In addition, you will type in uppercase when the key is turned on

  • Will the virtual machines in the space are automatically deleted when the protected group are removed

    Hi friends,

    Will the virtual machines in the space are automatically deleted when the protected group are removed?

    Thank you.

    Hello

    When you choose to delete the Protection Group, first virtual machines are unprotected and placeholders are deleted.

    Michael.

  • How to print photos when the display screen is white? The image is missing in it.

    How to print photos when the display screen is blank?  It shows only a white screen empty when I select the photo and press on print.

    You click on a film image in the print module? And, I guess you don't have to go to the Print module, right?  Additionally, make sure that you have chosen to make a custom package.  If you chose the custom package you need to drag and drop images and organize them.

  • Change the listener not notified when the tree item is deselected

    I attach a listener to the selected index of the view tree selection model property to detect when a user selects or deselects on or other nodes in a tree, but it seems that the listener is not notified when the user deselects a node. So, if a user selects both nodes, and then while holding the CTRL + key deselects one of selected nodes the tree view control deselects the node, but the change listener is not notified. This is a bug or I do something wrong?

    I use the GA of JavaFX 2.1 on Windows 7 version.

    Thank you.
    Stefan

    Import javafx.application.Application;
    Import javafx.beans.value.ChangeListener;
    Import javafx.beans.value.ObservableValue;
    Import javafx.scene.Node;
    Import javafx.scene.Scene;
    Import javafx.scene.control.SelectionMode;
    Import javafx.scene.control.TreeItem;
    Import javafx.scene.control.TreeView;
    Import javafx.scene.image.Image;
    Import javafx.scene.image.ImageView;
    Import javafx.scene.layout.StackPane;
    Import javafx.stage.Stage;

    SerializableAttribute public class TreeViewSample extends Application {}

    rootIcon private final node = new ImageView)
    New Image (getClass () .getResourceAsStream ("Folder.gif"))
    );

    Public Shared Sub main (String [] args) {}
    Launch (args);
    }

    @Override
    public void start (point primaryStage)
    {
    primaryStage.setTitle ("Tree View sample");

    TreeItem < String > rootItem = new TreeItem < String > ("Inbox", rootIcon);
    rootItem.setExpanded (true);

    for (int i = 1; i < 6; i ++)
    {
    TreeItem < String > element = new TreeItem < String > ('Message' + i);
    rootItem.getChildren () .add (item);
    }

    TreeView < String > tree = new TreeView < String > (rootItem);
    tree.getSelectionModel () .setSelectionMode (SelectionMode.MULTIPLE);
    tree.getSelectionModel () .selectedIndexProperty () .addListener (new ChangeListener < number >)
    {
    @Override
    public void changed (ObservableValue <? extends number > ov, number oldIndex, number newIndex)
    {
    System.out.println ("selection changed.");
    }
    });

    Root StackPane = new StackPane();
    root.getChildren () .add (tree);
    primaryStage.setScene (new scene (root, 300, 250));
    primaryStage.show ();
    }
    }

    The value of the selected index does not change in these cases, because it reflects the last selected index (useful for single selection). It is not weird is possible to get a selected index which is not actually enabled (you can report a bug for this I think).

    However, if you want to keep track of the complete selection, try adding a ListChangeListener to the selectedIndices of the selection model. This one is triggered a change every time.

  • How can I detect when the last container in my stream is full?

    I have a bunch of related containers which I am flowing text through. How can I detect when the text has filled a container? There's an overflowPolicy then I guess it can be detected.

    Hello

    I used this:

    private function IsOverset(textFlow:TextFlow):Boolean

    {

    var zeComposer:IFlowComposer = textFlow.flowComposer;

    var iTextLen:int = textFlow.textLength;

    var iNoController:int = zeComposer.findControllerIndexAtPosition (iTextLen - 1);

    return (iNoController is-1);

    }

    HTH,

    J.

  • When the EA search tool will be available in partner Central?

    Hello

    I was wondering when the EA search tool will be available in the partner Center, so I can test to make sure that we get the information we need, and I hope that to prevent delays in orders.

    Thank you

    Kevin

    The search tool will be live on partner Central at the launch of my VMware.  If you have any questions at this time, please do not hesitate to contact the beta support team by sending an email to [email protected].

    Thank you

    Cale Fogel

    COV Beta lead, my VMware

  • Until the latest update when the AutoComplete bar has been selected, he "went" no other by clicking. I must now click the refresh arrow. It won't work even with the return. How can I operate the old way easier?

    Until the latest update when the url I wanted in the address bar of AutoComplete has been selected, it "accompanies" no more further by clicking on. I must now click the refresh arrow. It won't work even with the return. How can I operate the old way easier?

    You can disable this extension in tools > Modules > Extensions and close and restart Firefox normally.

  • pavillion17: How do I know when the laptop was made

    I was wondering if the laptop that I just bought is a current model or a THST was manufactored earlier and maybe technologically as along a life. You know say manufactored a few years but not til now so its new, but perhaps not as common, sold as an act of that year and sold now no matter how to kn where and when it has been implemented

    Hello:

    As far as I know, all portable HP are assembled in China.

    The serial number will provide the year and week of manufacture...

    For the serial number, the classic format is to have the 4th, 5th and 6th characters of reference when the product was built.  The fourth character is the date of the year (Y) and the following two (WW), the week this year, it has been made.

    CCSYWWZZZZ

  • How to schedule defragmentation when the next next sched defrag NEVER shows

    even if I set the defragmentation schedule, it shows always NEVER at the next scheduled time. How do change you that?

    Hello

    You did changes to the computer before the show?

    Please follow the steps below.

    Method 1:

    Run the tool from the link below System File Checker.

    http://support.Microsoft.com/kb/929833

     

    Method 2:

    Restore the system to the date and time when the computer was working fine.

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

Maybe you are looking for

  • Active power Nap

    With active Power Nap, with El Capitan 10.11.5 iMac With it a feature to check for new messages; Does this mean that Apple mail must be open so that it works even if the computer is in "standby", and what other things NAP can do?

  • Pavilion dv7-6b76eo: upgrade of RAM HP Pavilion dv7-6b76eo

    I created a thread really well here and received great help from @Paul_Tikkanen so if he or someone else could help me, that would be great. Don't know why I can't post a reply in this thread again. They either closed the thread or I'm blind. In any

  • 5 created recovery media as requested, however factory restore discs, 6 were necessary to my restore!

    I clicked on finish, as it were has no more records requested when burning a batch of 5 (as requested by the HP Recovery Media software). Now when I'm trying to do a factory restore, she prays for disc 6 which of course I did not. As I have re-format

  • Windows 7 went blue screen when the sleep mode is activated

    Hi, it happened that Windows 7 X 64 went blue screen, when my PC has been set to the standby mode. I received the following from the Windows Event Viewer: Log name: SystemSource: Microsoft-Windows-WER-SystemErrorReportingDate: 11/03/2014-17:39:30Even

  • Outputs Audio Split

    I used to be able to split the output audio until I upgraded to 9.2. Where at - it go?