This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Application Alerting

I have been reading in the forums about using rules to send out alerts. Does anyone know how to do that?


I am trying to just get notified when a web servers IIS services gets restarted..


Any clues anyone?



  • In V8.5 there is an
    option available to build alerts based on applications. You will need to do
    so in the Advanced Alerts. When you are building the trigger conditions at the
    top, change the drop down option from Type of Property to Monitor Node to Type of Property to Monitor Application

     

    This will open the options to build alerts based on applications.


  • Mark,


    I dont see those defaults. Is there a way of getting them back?

  •  You will need to have the Application Monitor module installed and then you will see the option- sorry, I was not clear.

  • thats the weird thing!! i do have application monitor installed but no defaults.. i just upgraded 2 weeks ago from v7.8....

  •  Could you tell me the steps you are doing? also have you ran the Config. wiz since the App Mon. install>? ran a baseline? or used the App Mon. at all?

  • Well im going into my System Manager => Alerts => Configure Advance Alerts. And i dont see any default alerting to do with Applications..


    The last time i ran the config wizard was when i set it up 3weeks ago..


    Yes i did run a baseline and i am using the app mon for my web and sql servers...

  •  try this-

    Config. Adv. Alert ->New->Trigeer Condition- pull down Type of Property to Monitor-

    It should be there- not sure why its not- :( 

  • OMG!! is that what you meant!! that i have!! haha


    i thought there were defaults in that first screen.. like how you have if you have a node go down alert..


    Under Type of Property to Monitor i do see Application..


    Sorry about this mis-understanding Mark..

  • This is what i have for a test alert.. tell me if i am doing it right..

    Node Name is equal to ABCD123

    Application name is equal to Internet Information Server

    Application Status has changed.

    thanks for your time mark...

  • You seem to be on the right path.
    Below are the variables can use with the App Mon.installed
     
    Variable
    Description
    ${AppID}
    Provides the ID of the application
    ${ApplicationName}
    Provides the name of the application, for example, Firefox.
    ${CPULoad}
    Provides the percentage of CPU load the application is creating
    ${CPUUsage}
    Provides the number of centiseconds of the total CPU resources consumed by the application or service (in multi-processor systems, this value may increment by more than one centisecond in one realtime centisecond)
    ${FullName}
    Provides the name of the application and the name of the node on which the application is running, for example, Firefox.exe on BuildSandbox Computer.
    ${LastStatusChange}
    Provides the last time the value Status changed, for example, from unknown to up, down to up, up to down.
    ${LastTimeRunning}
    Provides the last time the application was seen running
    ${LogEvents}
    Provides the whether events are being logged
    ${LogStats}
    Provides whether historical statistics are being logged
    ${MemoryUsed}
    Provides the memory currently consumed by the application
    ${NextPoll}
    Provides the next scheduled poll time
    ${NodeID}
    Provides the ID of the node on which the application is running
    ${PercentMemory}
    Provides the percentage of total memory consumed by the application
    ${Process}
    Provides the name of the application executable, for example, Firefox.exe
    ${ProcessIDs}
    Provides the list of process IDs for the application
    ${RunningCopies}
    Provides the number of copies of the process or application running
    ${ServerTotalCPU}
    Provides the number of centiseconds of the total CPU resources consumed by all applications and services (in multi-processor systems, this value may increment by more than one centisecond in one realtime centisecond)
    ${Status}
    Provides application status, for example, up, down, or unknown
    ${StatusDescription}
    Provides the full status description, for example, application is running
    ${StatusLED}
    Provides the image that corresponds to the current application status