Cloud Insight type trigger
    • PDF

    Cloud Insight type trigger

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in VPC

    You can create Cloud Insight type triggers in the NAVER Cloud Platform console's Cloud Functions > Trigger. Cloud Insight is a monitoring service that integrates and manages the performance indicators of services provided by NAVER Cloud Platform. When a failure occurs, it promptly alerts the person in charge with relevant information.

    Note

    Additional fees apply when you request subscription to Cloud Insight. For the introduction on Cloud Insight and details about its pricing plans, refer to the Service > Management & Governance > Cloud Insight menu in the NAVER Cloud Platform portal.

    Refer to Running action or trigger and Trigger for how to run and monitor triggers that have been created.

    Create triggers

    To create a Cloud Insight type trigger, you should click and select Cloud Insight as a trigger type, and set up the trigger's basic information and Cloud Insight connection information.

    Set up connection information

    Setting up connections for Cloud Insight type triggers is done in the console's Cloud Insight connection information.

    compute-15-3-301.png

    • Add Cloud Insight event rules using the connection information for Cloud Insight to complete settings for the connection information. Multiple event rules can be connected. Once connected, the events that occurred in Cloud Insight will execute the connected trigger.
    • Click the [Create event rule] button to go to the Cloud Insight console and create a new event rule. Refer to Cloud Insight Guide for how to use event rules.
    Note

    Select Cloud Functions as the target in the action setting stage when creating an event rule from Cloud Insight in the NAVER Cloud Platform console to connect by selecting an existing trigger or to a new trigger by creating one.

    Events delivered to trigger

    When an event occurs based on the event rule created in Cloud Insight, the event's information will be delivered to the Cloud Insight type trigger. The delivered event can be used as a parameter in action code connected to the Cloud Insight trigger, enabling a wide range of applications. The following is an example of an event delivered to an Cloud Insight type trigger.

    {
        "alarmStartTime": 1636449311090,        // Alarm start time (ms)
        "alarmEndTime": 1636449791058,          // Alarm end time (ms). Included in shutdown alarm only (optional)
        "condition": "mem_usert >= 80.0",       // Event rule conditions
        "eventCauseType": "RULE_EVENT",         // Event occurrence type RULE_EVENT (event occurrence and end)/REMINDER_EVENT (remind)
        "instanceName": "my-server",            // Event occurrence instance name
        "level": "WARNING",                     // Event level (INFO/WARNING/CRITICAL)
        "ruleId": "655440101488332800",         // Event Rule ID
        "ruleName": "my-event-rule",            // Event rule name
        "value": 7.743407                       // Metric value(Type: Float | String)
    }
    

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.