Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event mgmt #7813

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Event mgmt #7813

wants to merge 21 commits into from

Commits on Jun 3, 2021

  1. Event and Alarm Framework

    Define libeventnotify for applications to use LOG_EVENT to raise events/alarms.
    Eventd to receive and store them in the DB.
    
    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7416337 View commit details
    Browse the repository at this point in the history
  2. Restore persisted redis data on cold boot

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    7964d26 View commit details
    Browse the repository at this point in the history
  3. use python3; fix event stats intialization; use right path for superv…

    …isord;
    
    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    766a30a View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. updated syslog message format

    spenugondaa committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    081b20d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. updated purge events code

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    773fd20 View commit details
    Browse the repository at this point in the history
  2. Use time_ns() from python library

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    8528868 View commit details
    Browse the repository at this point in the history
  3. changed eventd.json limits to max-days and max-records

    spenugondaa committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    af8b22a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. update ack counter on clear action

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    136aa90 View commit details
    Browse the repository at this point in the history
  2. update acknowledged counter on alarm clear

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    4f9000f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. update acknowledged event stats counter on clear

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d51e64f View commit details
    Browse the repository at this point in the history
  2. event acknowledged counter update

    spenugondaa committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    cf2506f View commit details
    Browse the repository at this point in the history
  3. protect against a bad application flooding

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    98682d9 View commit details
    Browse the repository at this point in the history
  4. remove unused start.sh; cleanup eventconsumer

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    82e1312 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Merge branch 'master' into event-mgmt

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    42dc096 View commit details
    Browse the repository at this point in the history
  2. Revert "Restore persisted redis data on cold boot"

    This reverts commit 7964d26.
    spenugondaa committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    385bc0b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. docker eventd infra cleanup

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    1296e95 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. change instance name for event-db. Support cold boot to provide peris…

    …tency.
    
    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    135275b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into event-mgmt

    spenugondaa committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    1187a22 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. on bootup, if the read event profile is same as already configured, i…

    …gnore it.
    
    throttle-timeout support to specify time duration to keep throttling the event from an applicaiton.
    
    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    09f7b1a View commit details
    Browse the repository at this point in the history
  2. check message as well while throttling.

    Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
    spenugondaa committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    96f887d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Updated based on review comments; log levels, time stampswq

    Signed-off-by: Srinadh Penugonda <srinadh.penugondaa@dell.com>
    Srinadh Penugonda committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    6db5f12 View commit details
    Browse the repository at this point in the history