This repository has been archived by the owner on Dec 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: ADDON-37033 (add sysUpTimeInstance initial support) - added some code for handling sysUpTimeInstance and a general function that should decide -based on some SNMP data- when a walk should be executed. * feat: ADDON-37033 (add support for mongodb real-time data storage) * feat: ADDON-37033 (add real-time task that handles SNMP WALK) - added a new task that will potentially redo a SNMPWALK based on sysUpTimeInstance - general refactoring (Poller) - fixed some issues with mongo when retrieving REAL-TIME-DATA-COLLECTION * feat: ADDON-37033 (add sync SNMPGET) - added a way to get 1.3.6.1.2.1.1.3.0 before checking whether a WALK is needed * feat: ADDON-37033 (refactoring) - created a named method for creating scheduler map keys (create_poller_scheduler_entry_key) * feat: ADDON-37033 (refactoring) - scheduler was set to one second (fixed that) * fox: ADDON-37033 (sanitizers #1) * fox: ADDON-37033 (sanitizers #2) * fox: ADDON-37033 (sanitizers #3) * fox: ADDON-37033 (sanitizers #4) * fox: ADDON-37033 (code-review #1) * fox: ADDON-37033 (code-review #2) - again lint was complaining about non-sorted imports * fox: ADDON-37033 (code-review #3) - we were calling int(frequency) even if frequency was already an int.
- Loading branch information
Showing
8 changed files
with
480 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.