Data Driven Conditions, alarms & Actions

I have a Multiple-severity rule configured with 4 alerts (Normal, warning, critical and Fatal). the alarm goes off when a certain percentage is reached. Ditto for criticism and Fatal. My question is, what triggers the normal alert in a Data Driven rule. I currently have it set to email me. I was under the impression that when a warning, critical or fatal alarm is resolved, the normal alert would fire and send me an email. My warning, critical and Fatal rules do not seem to be pulled because I don't get emails. However, my normal alert is fired. There is no place in the normal alert to set a condition, only an alarm message.

Thank you

Hi Jeff,

Gravity Foglight several rules are State. This means that they are triggered when the State of the condition. Monitored objects start to the Normal State. If the Fatal, critical or warning condition is true, the State of the object will be set according to the severity and of the actions of severities will trigger.

The same rule may be reassessed at the same severity for a number of iterations, but no further action is triggered that rule corresponds to a different State. This could happen in two ways:

  1. The rule evaluates a more severe State to true. for example, Warning-> criticism or Fatal, critical to Fatal
  2. The rule evaluates the Fatal, critical conditions and warning false

In the first case, the State of the object passes to the more severe State and the associated actions that will trigger more severe condition.

In the second case, the State of the object returns to normal, the alarm is deactivated and the actions associated with the Normal State are triggered.

In this context, the answers to your questions are:

  1. The Normal State is triggered when an object that was previously in Fatal, critical or warning States is re-evaluated and fatal, critical conditions and warning to evaluate false.
  2. Normal conditions should only fire after a warning, critical or fatal returns to normal.
  3. It is possible for a State Normal shoot without warning pre-existing, critical or fatal rules of shooting first, but this is unexpected behavior that probably indicates a bug. A package of support with the recording of debugging is probably necessary to diagnose this problem.

The foregoing is based on the actions defined to trigger on "enter". It is also possible to set up actions on 'Out' of a given State, but this feature is rarely used. Like "Heading" shares "Exit" are also triggered when the State of an object changes.

Kind regards

Brian Wheeldon

Tags: Dell Tech

Similar Questions

  • change the setting of the alarm (action)

    Hello:

    I need to change the settings for my existing alarm by script.  I need add SNMP specific alarm action (I know how to filter by name).

    Can anyone help me please with it?

    Thank you

    qwert

    I tested with an alarm which has 1 action (send an email) and the adapted below script seems to work.

    $entity = Get-View (Get-Folder -Name "Datacenters").ID
    $alarmMgr = get-view AlarmManager
    
    $tgtAlarmName = "Test Alarm"
    
    $alarms = $alarmMgr.GetAlarm($null)
    $alarms | % {
         $alarm = Get-View $_
         if($alarm.Info.Name -eq $tgtAlarmName){
              $spec = New-Object VMware.Vim.AlarmSpec
              $spec.Expression = $alarm.Info.Expression
              $spec.Setting = $alarm.Info.Setting
              $spec.Name = $alarm.Info.Name
              $spec.Enabled = $alarm.Info.Enabled
              $spec.Description = $alarm.Info.Description
    
              $spec.Action = New-Object VMware.Vim.GroupAlarmAction
              $action = New-Object VMware.Vim.AlarmTriggeringAction
              $action.Action = New-Object VMware.Vim.SendSNMPAction
              $trans = New-Object VMware.Vim.AlarmTriggeringActionTransitionSpec
              $trans.StartState = "yellow"
              $trans.FinalState = "red"
              $action.TransitionSpecs += $trans
    
              $spec.Action.Action = $alarm.Info.Action.Action
              $spec.Action.Action += $action
    
              $alarm.ReconfigureAlarm($spec)
         }
    }
    

    Note 1: you need not do the LoadWithPartialName more since 1.5 VITK

    Note 2: for the AlarmManager Get-view has a direct pointer. No need to go through ServiceInstance more.

    Note3: first I copy the existing stock of $alarm.Info.Action and then I add the new $action

  • CS5 - can not find data-driven graphics Wizard

    I just switch to CS5 CS3, which is the DDGW function is cancelled? cause I can't find the menu bar and the offline help manual.

    Thank you

    Hello!

    I just wanted to share with you all today I had need to that the Merge Wizard, data-driven. I use CS4. The extensions Manager showed it activated, but it wasn't (I did not appear in the commands menu). I unchecked the box activation. Then I closed the fireworks and the extensions Manager. I launched the extensions once again Manager, which allows the Assistant to fusion driven by data, and Fireworks it now displays under the command menu.

  • vCenter alarm action script to start a workflow vRO with curl

    I have a script that I use on the vCenter servers to launch when an alarm is triggered, and this script will use curl to start a workflow vRO.  Everything has been awesome to work until I've finished upgrading all servers in vRO to 7.x now I get this error

    Server: ~ # /root/scripts/alarmaction.sh

    * Subject to connect() to x.x.x.x port 8281 (#0)

    * Try the connected.. x.x.x.x.

    * Connected to the port x.x.x.x (x.x.x.x) 8281 (#0)

    * successfully together certificate verify locations:

    * CAfile: /etc/ssl/certs/root64.pem

    CApath: / etc/ssl/certs /.

    * SSLv3, TLS, Hello handshake customer (1):

    } [data not shown]

    * error: 140770 CF: protocol SSL routines: SSL23_GET_SERVER_HELLO:unknown

    Closing connection #0

    curl: (35): 140770 CF error: SSL routines: SSL23_GET_SERVER_HELLO:unknown

    OK, so an algorithm of encryption or something got deleted in version 7.x.  Can someone else me one that exactly and how do I add the encryption required to connect again?

    Here's my alarmAction.sh in case anyone can use something like this

    #! / bin/sh

    {vcAlarm()}

    # Create variables to store values consumed by Invoke-RestMethod command.

    Server = "x.x.x.x"

    url = » https://$server:8281/VCO/API/workflows/408d8e4d-1a95-46A4-bca6-efa3c24f81bb/executions "

    # The cmdlet runs the URL encoding.

    Cat >./alarmProps.txt < < EOF

    " <-xmlns = execution context" http://www.VMware.com/VCO "> "

    < Parameters >

    < parameter type = 'string', name = 'VMWARE_ALARM_NAME' scope = 'local' >

    < string >$ {VMWARE_ALARM_NAME} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_ID' scope = 'local' >

    < string >$ {VMWARE_ALARM_ID} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_TARGET_NAME' scope = 'local' >

    < string >$ {VMWARE_ALARM_TARGET_NAME} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_TARGET_ID' scope = 'local' >

    < string >$ {VMWARE_ALARM_TARGET_ID} < / string >

    < / parameter >

    < type parameter is 'chain' name is 'VMWARE_ALARM_OLDSTATUS' scope = 'local' >

    < string >$ {VMWARE_ALARM_OLDSTATUS} < / string >

    < / parameter >

    < type parameter is 'chain' name is 'VMWARE_ALARM_NEWSTATUS' scope = 'local' >

    < string >$ {VMWARE_ALARM_NEWSTATUS} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_TRIGGERINGSUMMARY' scope = 'local' >

    < string >$ {VMWARE_ALARM_TRIGGERINGSUMMARY} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_DECLARINGSUMMARY' scope = 'local' >

    < string >$ {VMWARE_ALARM_DECLARINGSUMMARY} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_ALARMVALUE' scope = 'local' >

    < string >$ {VMWARE_ALARM_ALARMVALUE} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENTDESCRIPTION' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENTDESCRIPTION} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_DESCRIPTION' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_DESCRIPTION} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_USERNAME' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_USERNAME} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_DATACENTER' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_DATACENTER} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_COMPUTERESOURCE' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_COMPUTERESOURCE} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_HOST' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_HOST} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_VM' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_VM} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_NETWORK' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_NETWORK} < / string >

    < / parameter >

    < parameter type = 'string', name = 'VMWARE_ALARM_EVENT_DATASTORE' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_DATASTORE} < / string >

    < / parameter >

    < type parameter is 'chain' name is 'VMWARE_ALARM_EVENT_DVS' scope = 'local' >

    < string >$ {VMWARE_ALARM_EVENT_DVS} < / string >

    < / parameter >

    < / Parameter >

    < / execution context >

    EXPRESSIONS OF FOLKLORE

    # Now run the Invoke-RestMethod command with all the variables in place.

    curl-s-i-l - v--/root/scripts/cert/vco.key--/root/scripts/cert/vco.crt--cacert cert /root/scripts/cert/root64.cer - H - key "accept: application/xml ' h ' content-type: application / xml; Charset = UTF-8 "h 'permission = 'Base base64pass' ' u" user: password "x POST $url d @alarmProps.txt"

    }

    vcAlarm

    RM./alarmProps.txt f

    In vRO 7.0.1 Protocol TLSv1 is disabled by default. Could you change the sslEnabledProtocols property in the /etc/vco/app-server/server.xml file to "TLSv1, 1, TLSv1.2 ' "TLSv1, TLSv1.1, TLSv1.2", reboot and try again with curl vco-Server service?

  • Dynamic with several Conditions when action

    APEX 4.2 on XE

    Hi all, I'm trying to create a dynamic Action based on several when conditions... The docs seem to indicate you can do, but I can't seem to trigger.

    Basically I have a DA

    Event: change

    Selection type: item (s)

    Article (s): P42_NEW_REC, P42_STATUS_ID

    Condition: equality

    Value N, 43

    Individually, these trigger very well, but does not fire? Is it possible to have several times conditions? If so, what is the problem with the above.

    Alternatively, if not, if someone could give better advice to achieve the same thing, Id be grateful...

    Rgds

    Richard

    Hello

    Use the condition list

    Kind regards

    Jari

  • 'Disable the alarm action' for a virtual machine

    Hello

    I want to disable all actions for a virtual machine alarm, while I have to disable FT to clone a virtual machine. My script are ready for cloning but I have a solution to disable the actions of alarm for a virtual machine via PowerCLI to can´t. Someone knows a solution for PowerCLI 5.1R1?

    Thank you

    Michael

    -Entity parameter requires an inventory of PowerCLI as value object and does not have the names. You can try it like this:

    Get-AlarmActionState-entity (Get-VM-name VMTEST1) - Recurse: $false

  • refer to the dynamic field of tabular form in Condition of Action

    I tried to filter on this topic but didn't come with anything.

    Is there a way to refer to a field in a tabular presentation as a condition of dynamic action?

    For example, I want to make it appear a message (javascript "alert") when the value of a field in a tabular presentation is changed, but only if a certain condition meets another field in the same line.  So let's say the State field is XYZ.  So in the condition section, I PL/SQL Expression - XYZ IS NULL.  Something like that.  How I refer to this field my table form XYZ in the section on the status of a dynamic action?

    Thanks in advance.

    John

    To complete the loop and the color of things right;

    condition under when is

    $v (this.triggeringElement) = "SNSG" //or whatever, it should be

    The real action is then (note that I use the $v instead of the more modern value notation).

    var myid = $(this.triggeringElement);

    var specval = $v (myid); value of the species

    var weightval is myid.closest ('tr').find('.myweight').val ();. the weight value

    Alert (weightval);


    I hope that you should get the installer

    Kofi

  • Application of expression Boolean generation causes a data loss condition tags that are excluded as 'NOT' tagged

    Hi all

    I am running FM12.0.2.389 on Win7-SP1 (64-bit) laptop with i7 & 16 GB of RAM.

    I reported this problem as a bug in the Adobe bug base, but they were not able to reproduce the bug with the files I sent. This leads me to believe that the conflict is perhaps the result of something gone wobbly or conflicting in my system. Here's what happens:

    Using 'Set expression' triggers crash FM on the next file > save, displays the error message on the imported graphic and loss of data which has been marked with conditions to exclude "NOT" in the phrase Boolean build.

    Steps to reproduce using my files (zipped):

    1. open Ch1_Introduction - 4FC.fm.

    2. create a build expression named 3DpartnerKitConditions using this definition:

    not "LIVEonly" and not 'InstallOnly' and not ('Commentary' or 'Deleted' or 'Future' or 'international' or 'PostInstall' or 'Question' or 'SDinstallOnly')

    3 file > save.

    4. apply the expression of the construction.

    5 file > save... (crash)

    Result: All conditions excluded via Boolean DO NOT tag data is not longer in the file, as seen in Ch1_Introduction - droppedText.fm.

    What I THOUGHT was going to happen are that tagged data excluded via Boolean DO NOT conditions should stay in the file but hidden and can be demonstrated easily through text show/hide conditional > show all with indicators of Condition Show. Sometimes it does not crash FM and must behave this way, but 90% of the time the result is the crash and data loss.

    Other things that I am looking at, I think I have a few scripts or running plugins that have been written for previous versions of FM. Yes, I'm addicted to the things of CudSpan, Bruce Foster, Silicon Prairie, FrameExpert, Sundorne and Miaramo. I noticed that (admittedly written in FM11) SafetyMIF causes crash FM at the exit, but as we use the Git repositories for incremental recording, trying to produce regularly the MIF is quite complicated the case, and record the bin file from FM bloats the referential way too technical to be happy at all.

    I don't know what triggers the question of expression Boolean tag, but I really, really need to solve. I'm a solo writer (for now) with a very heavy load of docs and deadlines that can be managed by only sound sourcing methods. Thus, these files depend on variables, condition labels, shared files between different books, shared graphics and overlays of text, if any.

    Someone in the community can help me find a way to identify the root cause? I plan to approach troubleshooting by first uninstalling FM, cleaning the trash to uninstall typical Windows, reinstall fresh FM, then adding the plugins one at the time and the attempt running Boolean tag setting after each plugin is added to see if I can tell which one is the trigger of the question. If it is a corrupt, obtained FM facility that would solve the problem, too.  What do you think guys?

    Thank you

    René

    Rene,

    It is a healthy approach and probably the only thing, because there may be interactions between them (even though I probably have most of the same and do not see the odd-ball accident during recording).

    Bruce Foster those who aren't are not compatible with FM12 (or even 11) - too old. Some of the plugins of Chris also had problems with FM11 and 12 If you don't have the correct MS 32-bit operating times installed (even on a 64-bit operating system).

  • Data-driven related cfselects

    I have a page with selects related where I want to spend

    User name (select 1 out of a query) > an available date (2 select another query) and a hidden field (userID of cfquery to select 2)

    all this for an action for INSERTING page.

    I couldn't find a way to do it using CFCS, and they advised me to try jQuery. I couldn't find anything quite like that, but found the JavaScript below.

    When I tried to adapt, I found (of course!) that it does not work with dynamic values in chose him because I do not have a way of moving from an argument, as

    I did it in the functions in the CFC.

    Is there a way of linking dynamically populated CFSELECTS using javascript (JQuery, perhaps)? While I can control what happens right on my page, instead of

    leaving the CF Server?

    http://Snipplr.com/view/26338/cascading-select-boxes/

    " < script type =" text/javascript"src =" http://AJAX.googleapis.com/AJAX/libs/jQuery/1.3/jQuery.min.js "> < / script > .

    < script type = "text/javascript" reporter 'reporter' = >

    function cascadeSelect (parent, child) {}

    var childOptions = child.find ('option: not (/dev/.static/dev/RTC)');

    Child.Data ('options', childOptions);

    {parent.change (Function ()}

    childOptions.remove ();

    child

    . Append (child.data('options').filter ('.sub_' + this.value))

    . change().

    })

    childOptions.not ('/dev/.static/dev/RTC, .sub_' + parent.val ()) .remove ();

    }

    $(function() {})

    cascadeForm = $('.cascadeTest');

    orgSelect = cascadeForm.find ('.orgSelect');

    terrSelect = cascadeForm.find ('.terrSelect');

    locSelect = cascadeForm.find ('.locSelect');

    cascadeSelect (orgSelect, terrSelect);

    cascadeSelect (terrSelect, locSelect);

    });

    < /script >

    For reference, here's the CFC, I tried earlier. ************************************

    And in fact, I had to change the returntype of "table" to the "motion" in order to pass both the

    ModelSelected and the Session_Date. I couldn't find a way to spend Emp_Id, that's why I'm

    While watching a javascript or JQuery solution.

    < cfproperty output = "false" >

    < cfset THIS.dsn = "cf_01" >

    <!--> get array of names of

    < name cffunction "getNames" returntype = access = "remote" = "array" >

    <!--> set variables

    < cfset var data = "" >

    < cfset var result = ArrayNew (2) >

    < cfset var i = 0 >

    <!--> get the data

    < name cfquery = "data" datasource = "#THIS.dsn #" >

    SELECT Emp_Id, name, SelectionDate, ModelSelected

    OF Laptop_Selection

    ORDER BY name

    < / cfquery >

    <!--> results converting it into table

    < cfloop index "i" = from = "1" to = "#data.» RecordCount #">"

    < cfset [i] [1] result = data. ModelSelected [i] >

    < cfset result [i] [2] = data. Name [i] >

    < / cfloop >

    <!- and return it - >

    < cfreturn result >

    < / cffunction >

    <!--> get dates by model number

    < cffunction "getDates" access = returntype = name "remotely" = "query" >

    < name cfargument = "ModelSelected" type = "string" required = "true" >

    <!--> set variables

    < cfset var data = "" >

    < cfset var result = ArrayNew (2) >

    < cfset var i = 0 >

    <!--> get the data

    < name cfquery = "data" datasource = "#THIS.dsn #" >

    SELECT Session_Date, Emp_Id

    OF Laptop_Rollout

    WHERE session_name = ' #ARGUMENTS. "ModelSelected #

    ORDER BY Session_Date

    < / cfquery >

    < cfset SESSION. EmpID = data. Emp_Id >

    <!--> results converting it into table

    <!--

    < cfloop index "i" = from = "1" to = "#data.» RecordCount #">"

    < cfset [i] [1] result = data. Emp_Id [i] >

    < cfset result [i] [2] = data. Session_Date [i] >

    < / cfloop >

    <!- and return it - >

    < cfreturn result >

    ->

    < cfreturn data >

    < / cffunction >

    < / cfproperty >

    I took advice from another post and decided to stay with CFC, who works for me and I want to continue studying.

  • Date of Condition does not, not cming point value.

    Hi friends,

    I create a form to place order and I have created a MASTER table for fixed point rate between two appointments with price as A, B, C, D code.

    In the form, I for item

    : P1_ORDER_DATE
    : P1_ITEM_CODE
    : P1_PRICE_CATEGORY check the mailing list

    : P1_ITEM_RATE

    Rate of point, I put in Source,
    Source Type SQL - Quary
    Vale of source
    select RATE_1 from SAM_ITEM_MAS where ITEM_CODE =:P1_ITEM_CODE and  PRICE_CATEGORY=:P1_PRICE_CATEGORY and :P1_ORDER_DATE
     between FROM_DATE and TO_DATE
    My Table
    CREATE TABLE  "SAM_ITEM_MAS" 
       (     "ID" NUMBER NOT NULL ENABLE, 
         "ITEM_CODE" NUMBER, 
         "PRICE_CATEGORY" VARCHAR2(5), 
         "FROM_DATE" DATE, 
         "TO_DATE" DATE, 
         "RATE_1" NUMBER, 
         CONSTRAINT "SAM_ITEM_MAS_PK" PRIMARY KEY ("ID") ENABLE
       )
    /
    that does not code but if I run this code in the SQL command, then there working fine.but not to the order of the DAY: P1_ITEM_RATE.

    I want when I select P1_PRICE_CATEGORY as A, B, C, D, then the respective rates of Table SAM_ITEM_MAS should come point: P1_ITEM_RATE.

    Date condition oredr does not work.

    Thank you

    Published by: 805629 on December 28, 2010 23:32

    Hello

    Have you tried running the item as dates using TO_DATE() values:

    select RATE_1
    from SAM_ITEM_MAS
    where ITEM_CODE =:P1_ITEM_CODE
    and  PRICE_CATEGORY=:P1_PRICE_CATEGORY
    and TO_DATE(:P1_ORDER_DATE,'DD/MM/YYYY') between "FROM_DATE" AND "TO_DATE"
    

    (change the date format string to match the format of the page P1_ORDER_DATE element)

    You should probably change the name of the field to something else that TO_DATE since it is a name of Oracle function - try DATE_FROM and DATE_TO start_date and end_date or something like that. Otherwise, you need to use double quotes, as I have indicated above

    Andy

  • Conditional advanced Actions does not work

    Hello - I've implemented an advanced conditional action and it apparently has a bug in it, but I can't understand what the bug is. With this slide, the user is asked to enter a letter in each four text entry areas and if all the answers are correct, you will jump to a slide, and if one of these four is incorrect then you will go to another slide.  What is happening is that the conditional formatting is respecting the criteria custom of the last two - input-box 14 and 15 (they both have reason to slide right) but it seems not dealing with what you enter in the areas of two first text TEB-12 and 13, you are always taken to the 'right' instead of 'else' slide slide Anyone know what I did wrong?  Thank you!

    matchgameadact1.png

    matchgameadact2.png

    Why didn't you just four TEBs post the entries and if it is correct, pass a value to a variable. (success increment $$boxes$ $ 1)

    You can define a conditional that checks this variable for the correct number. (if $$boxes$ $ = 4, pageX goto)

  • Create dummy records using the model cluase with date field condition

    Hi all

    I have two tables below:

    create the table Interest_date

    (

    date of interest_date_field,

    Number of Interest_amount

    );

    create the table sys_date

    (type varchar2 (30),)

    date_value date

    );

    Insert all

    IN Interest_date values (to_date('01-11-2012','DD-MM-YYYY'), 20)

    IN Interest_date values (to_date('01-12-2012','DD-MM-YYYY'), 40)

    IN Interest_date values (to_date('02-01-2013','DD-MM-YYYY'), 60)

    IN Interest_date values (to_date('01-06-2013','DD-MM-YYYY'), 80)

    IN Interest_date values (to_date('01-07-2014','DD-MM-YYYY'), 10)

    IN Interest_date values (to_date('25-11-2014','DD-MM-YYYY'), 20)

    INTO SYS_DATE VALUES ('FIRST_DATE',TO_DATE('01-06-1900','DD-MM-YYYY'))--note: the year is not important but the date is used for other

    INTO SYS_DATE VALUES ('FIRST_DATE',TO_DATE('01-12-1900','DD-MM-YYYY'))--note: the year is not important but the date is used for other

    Select * twice;

    Requirement:

    I need to write a select statement that retrieves all the records in interest_date and add a dummy record according to what follows:

    -in NO case of JJ - MM interest_date_field for a given year (year group) = DD - MM of the date_value in sys_date where the type is "FIRST date"-> add a dummy record (date_value for type FIRST_DATE yyyy = year of interest_date_field, - 1)

    -in NO case of JJ - MM interest_date_field for a given year (group by year) = DD - MM of the date_value in sys_date where the type is 'SECOND DAY'-> add a dummy record (date_value for type SEOND_DATE yyyy = year of interest_date_field, - 1)

    Desired output:

    Interest_date_field Interest_amount

    06/01/2012-1

    11/01/2012 20

    12/01/2012 40

    01/02/2013 60

    06/01/2013 80

    12/01/2013-1

    06/01/2014-1

    07/01/2014 10

    25/11/2014 20

    01/12/2014-1

    Thank you very much

    Ferro

    Why not combine the first with the second approach:

    with the years as)

    Select distinct

    TO_CHAR (interest_date_field, "YYYY") y

    of Interest_date

    )

    year_dates as)

    Select

    to_date(y||) MD, 'YYYYMMDD') d

    years

    (to_char(date_value,'MMDD') md by selecting in SYS_DATE)

    )

    Select

    I have interest_date

    an interest_amount

    of interest_date

    model

    dimension (interest_date_field i)

    measures (Interest_amount a)

    rules)

    a [for i (select year_dates d)] = nvl (a [cv ()],-1)

    )

    i order

  • How to run the script with parameters such as alarm action .ps1

    Hello

    I know not how to configure alarms, I know that I can point to monitor cluster for changes (via the GUI), but... I have different groups and I would like to set an alarm by vCenter which monitors cluster for changes. Let's call it "RefreshCapacityInfoOnExternalDB".

    So, lets just say. I would like to run my script whenever a virtual computer is added, Reconfigured or ESX host are removed, added in a Cluster. The alarm would launch the .ps1 script written in turn the ability to update external db cluster info.

    Shortly said: ability to cluster values are changed

    What I need is this: run the script-> CapacityInfoRefresher.ps1 < Cluster_name_where_ReconfigEventsTookPlace >

    I guess that, first I need an environment variable (if it exists) that can be used as a parameter for the < Cluster_name_where_ReconfigEventsTookPlace > placeholder script. Right?

    Chapter 16 of the book of LucD & Friends "PowerCli reference" mentions some environment vars but I'm stuck. Anyone using these options?

    THX

    A.S.

    You can set your alarm on the node above in your vCenter tree, this way it will be active for all collections in the vCenter.

    These alarm environment variables are automatically available for your alarm script when it is triggered.

    These environment variables, you will be able to determine to which cluster the alarm was pulled.

    So I don't think that you need to pass this information as a parameter to the script.

    Perrhaps you could share what exactly alarm you want to set and what looks like the script which should trigger alarm.

    And Yes, I use these environment variables in scripts of alarm

  • Conditional shared Actions? CP 8

    So with this new update, we can add the variables as parameters in common actions. Amazing! I love! But now use it as a shared action seems a bit difficult or impossible. This isn't a complaint, you mind, I just want to know how to operate it.

    The shared action panel shows not any decision blocks so it's a bit confusing and it makes me wonder if it's possible.

    So I guess to answer my own question... I exported the action shared and then open the XML to see the guts of action and discovered that indeed all decisions are here. It's just a little confusing when building it from the shared action screen. Descriptions very very detailed will be a must. Even to the point of remarking on how variable or an object is associated with a block of decision. Still a huge timesaver if.

  • Why a dataProviderChange event do not data driven components?

    Imagine an event called dataProviderChange exists. then I could do:

    private function dataProviderChangeHandler():void  {
         //set selected index
         //and expand some nodes of a tree
         //withoud worying that a data provider change will reset all these settings
    }
    

    Many properties, but not all, in the sending of the Flex SDK, one kit "propertyName +".

    Change event.

    If we their listed under the events section, it would be difficult to find the

    most interesting events.

    If we use the propertyChangeEvent, it would overwhelm the managers.

    In any case, feel free to file a bug in the doc to bugs.adobe.com/jira.  Maybe we can

    find a way to mark properties such as the sending of a change event.

Maybe you are looking for