-
Notifications
You must be signed in to change notification settings - Fork 594
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
Status / monitoring auto updating #95
Closed
Closed
Conversation
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
NOYB
force-pushed
the
Status_/_Monitoring_-_Auto_Updating
branch
2 times, most recently
from
May 19, 2016 23:14
e16d8e1
to
320916a
Compare
NOYB
force-pushed
the
Status_/_Monitoring_-_Auto_Updating
branch
from
May 26, 2016 21:52
320916a
to
d7a0f1a
Compare
NOYB
force-pushed
the
Status_/_Monitoring_-_Auto_Updating
branch
4 times, most recently
from
June 13, 2016 10:55
4af3172
to
73d3d81
Compare
netgate-git-updates
pushed a commit
that referenced
this pull request
Jun 17, 2016
8.2.0 - 2016-06-15 * CLI now uses Licensee::Project * Better CLI output * Test improvements * Update README & add test reflecting choosealicense.com changes (#95) * Add information about semantic versioning to README * Update vendored licenses * Licenses now contain a case-sensitive spdx-id metadata field * Removed family and variant metadata fields * Added document-changes condition * Various typographical fixes in the license body text (which will change license hashes) * Updated descriptions 8.1.0 - 2016-04-28 * Allow Licensee.license() to scan a single file * Allow CLI to accept path to file in addition to a directory * Ensure files are read with UTF-8 encoding by default Approved by: junovitch (mentor)
Make sure draw_graph() is called if for some reason auto update is not found.
If auto update is enabled, update the graph when custom start/end date/time is changed.
Use font awesome spinner instead of text. 1) Spinner has universal recognition. 2) Eliminates need of text translation.
…no longer needed for avoiding zero end values.
Create option to synchronize graph auto update with RRD last update at resolution step. Remove 15 second option (replaced with new auto sync option).
… the auto update interval fail-safe. It would create a very long update interval. Also eliminate a very slim possibility code path from potentially containing "now" and/or "rrd_update_interval" as an undefined variable.
NOYB
force-pushed
the
Status_/_Monitoring_-_Auto_Updating
branch
from
August 27, 2016 02:42
8cc0814
to
301e65b
Compare
ping @jdillard let's get to some resolution on this. |
I ended up going with a different implementation, in 42c6f2b, to keep things simple. Thanks again for taking the time to work on this, it was helpful to see the approach you took. |
netgate-git-updates
pushed a commit
that referenced
this pull request
Sep 13, 2017
Feature request #86: Change meaning of "RequiredHeaders" such that header validity is always checked, but messages are only rejected on that basis when the flag is set. Based on a patch from Andreas Schulze. Feature request #127: Log SPF results when rejecting. Requested by Patrick Wagner; patch from Andreas Schulze, follow-up patch from Juri Haberland. Feature request #138: Inculde policy and disposition information in an Authentication-Results comment. Based on a patch from Juri Haberland. Feature request #139: Include the client host name if known in failure reports. Suggested by Roland Turner; patch by Andreas Schulze. Fix bug #95: Assume IPv6 for SPF operations. Patch from Juri Haberland. Fix bug #120: Fix control logic around the SPF result. Reported by Christophe Wolfhugel; patch from Andreas Schulze. Fix bug #122: Don't skip the HELO milter phase when SPF is enabled. Reported by Christophe Wolfhugel. Fix bug #157: Fix logging of implicit authserv-ids. Reported by Andreas Schulze; patch from Juri Haberland. Fix bug #158: Log ignored connections. Patch from Andreas Schulze. Fix bug #160: Fix "SyslogFacility" handling. Patch from Juri Haberland. Fix bug #163: Use a larger buffer for the raw MAIL FROM value. Based on a patch from Andreas Schulze. Fix bug #174: Trim "!" suffixes from reporting addresses. Problem noted by Juri Haberland. Fix bug #186: When reloading the configuration file, the public suffix list was read in with the wrong comment indicator. Patch from Federico Omoto. LIBOPENDMARC: Fix bug #115: Fix type mismatch. Patch from Sebastian A. Siewior via Scott Kitterman. LIBOPENDMARC: Fix bug #121: Fix IPv6 CIDR matching in SPF code. Patch from Christophe Wolfhugel. LIBOPENDMARC: Fix bug #125: Compile time IPv6 fix. Reported by Christophe Wolfhugel. LIBOPENDMARC: Fix bug #131: Fix alignment bug. Patch from Andreas Schulze. LIBOPENDMARC: Fix bug #147: Fix stripping of whitespace from DMARC DNS records. Based on a patch from Job Noorman. LIBOPENDMARC: Fix bug #149: Apply "sp" setting, if present and applicable. Patch from Petr Novak. LIBOPENDMARC: Fix bug #154: Fix "rf" and "fo" processing logic. LIBOPENDMARC: Fix bug #156: Fix variable name. Patch by Andreas Schulze. LIBOPENDMARC: Fix bug #165: Fix logic in checking which SPF identifier was used. Patches from Marco Favero and Juri Haberland. LIBOPENDMARC: Fix bug #167: Don't return "fail" when we should return "none". Patch from Marco Favero. REPORTS: Fix bug #134: Handle SMTP errors correctly. Patch from Andreas Schulze. REPORTS: Fix bug #141: Set the HELO parameter correctly. Reported by Alan Smith; patch from Andreas Schulze. REPORTS: Fix bug #143: Fix logic in table truncation. Reported by Wayne Andersen; patch from Juri Haberland. REPORTS: Fix bug #162: Always report "sp" in aggregate reports. Patch from Juri Haberland. REPORTS: Fix bug #166: Fix report start/end time logic. Patch from Juri Haberland. REPORTS: Fix bug #188: Don't delete inputs too early in opendmarc-reports. Patch from Juri Haberland. TOOLS: Fix bug #161: "Forensic" reports were renamed "Failure" reports. Patch from Andreas Schulze. TOOLS: Fix bug #164: Handle IPv6 test addresses. Reported by Andreas Schulze; patch from Juri Haberland. DOCS: Patch #189: Replace the DMARC RFC with an HTML page referencing the relevant specs, since Debian doesn't consider RFCs to be "free". Patch from Scott Kitterman via Juri Haberland. PR: 220902 Submitted by: Dan Mahoney <freebsd@gushi.org> (maintainer), Lukasz Wasikowski <lukasz@wasikowski.net>
netgate-git-updates
pushed a commit
that referenced
this pull request
Jan 24, 2023
Changelog: The main focus of version 2.13.6 is improved performance of Icinga DB and apply rules. Additionally, it includes bug fixes related to config loading and API permissions. Bugfixes: -Improve the throughput of the Icinga DB feature. #9550 -Multiple changes to speed up evaluation of apply rules. #9559 #9565 #9558 -Fix a possible crash on config loading related to ignore_on_error.#9560 -Check API user permission on objects returned by joins. #9561 -Windows: update bundled Boost and OpenSSL versions. #9562 #95 Sponsored by: Netzkommune GmbH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.