-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
base: master
Are you sure you want to change the base?
Event mgmt #7813
Commits on Jun 3, 2021
-
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 committedJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 7416337 - Browse repository at this point
Copy the full SHA 7416337View commit details -
Restore persisted redis data on cold boot
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 7964d26 - Browse repository at this point
Copy the full SHA 7964d26View commit details -
use python3; fix event stats intialization; use right path for superv…
…isord; Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 766a30a - Browse repository at this point
Copy the full SHA 766a30aView commit details
Commits on Jun 4, 2021
-
spenugondaa committed
Jun 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 081b20d - Browse repository at this point
Copy the full SHA 081b20dView commit details
Commits on Jun 5, 2021
-
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 773fd20 - Browse repository at this point
Copy the full SHA 773fd20View commit details -
Use time_ns() from python library
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 8528868 - Browse repository at this point
Copy the full SHA 8528868View commit details -
changed eventd.json limits to max-days and max-records
spenugondaa committedJun 5, 2021 Configuration menu - View commit details
-
Copy full SHA for af8b22a - Browse repository at this point
Copy the full SHA af8b22aView commit details
Commits on Jun 6, 2021
-
update ack counter on clear action
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 136aa90 - Browse repository at this point
Copy the full SHA 136aa90View commit details -
update acknowledged counter on alarm clear
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 6, 2021 Configuration menu - View commit details
-
Copy full SHA for 4f9000f - Browse repository at this point
Copy the full SHA 4f9000fView commit details
Commits on Jun 7, 2021
-
update acknowledged event stats counter on clear
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for d51e64f - Browse repository at this point
Copy the full SHA d51e64fView commit details -
event acknowledged counter update
spenugondaa committedJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for cf2506f - Browse repository at this point
Copy the full SHA cf2506fView commit details -
protect against a bad application flooding
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 98682d9 - Browse repository at this point
Copy the full SHA 98682d9View commit details -
remove unused start.sh; cleanup eventconsumer
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 82e1312 - Browse repository at this point
Copy the full SHA 82e1312View commit details
Commits on Jun 8, 2021
-
Merge branch 'master' into event-mgmt
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 42dc096 - Browse repository at this point
Copy the full SHA 42dc096View commit details -
Revert "Restore persisted redis data on cold boot"
This reverts commit 7964d26.
spenugondaa committedJun 8, 2021 Configuration menu - View commit details
-
Copy full SHA for 385bc0b - Browse repository at this point
Copy the full SHA 385bc0bView commit details
Commits on Jun 9, 2021
-
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 1296e95 - Browse repository at this point
Copy the full SHA 1296e95View commit details
Commits on Jun 21, 2021
-
change instance name for event-db. Support cold boot to provide peris…
…tency. Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 135275b - Browse repository at this point
Copy the full SHA 135275bView commit details -
Merge branch 'master' into event-mgmt
spenugondaa committedJun 21, 2021 Configuration menu - View commit details
-
Copy full SHA for 1187a22 - Browse repository at this point
Copy the full SHA 1187a22View commit details
Commits on Jun 22, 2021
-
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 committedJun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 09f7b1a - Browse repository at this point
Copy the full SHA 09f7b1aView commit details -
check message as well while throttling.
Signed-off-by: spenugondaa <srinadh.penugondaa@dell.com>
spenugondaa committedJun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 96f887d - Browse repository at this point
Copy the full SHA 96f887dView commit details
Commits on Nov 14, 2021
-
Updated based on review comments; log levels, time stampswq
Signed-off-by: Srinadh Penugonda <srinadh.penugondaa@dell.com>
Srinadh Penugonda committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 6db5f12 - Browse repository at this point
Copy the full SHA 6db5f12View commit details