fixes issues with Alertmanager and Prometheus#1184
Merged
Conversation
…ing headers for JSON
…m UI and multiple little fixes
HenriWahl
pushed a commit
that referenced
this pull request
Mar 1, 2026
* fix(Alertmanager/Prometheus): Ensure session is not None before updating headers for JSON * fix(Alertmanager/Prometheus): service key issue with display_name from UI and multiple little fixes (cherry picked from commit 34c2b2e)
HenriWahl
pushed a commit
that referenced
this pull request
Mar 2, 2026
* fix(Alertmanager/Prometheus): Ensure session is not None before updating headers for JSON * fix(Alertmanager/Prometheus): service key issue with display_name from UI and multiple little fixes (cherry picked from commit 34c2b2e)
HenriWahl
added a commit
that referenced
this pull request
Mar 7, 2026
* readd nagstamon.1.gz * readd nagstamon.1.gz * fixes issues with Alertmanager and Prometheus (#1184) * fix(Alertmanager/Prometheus): Ensure session is not None before updating headers for JSON * fix(Alertmanager/Prometheus): service key issue with display_name from UI and multiple little fixes * fix CREDITS * fix cookies.py for python3.9 * build -> dist * fixed windows signing * add test for python 3.9 * updae codeql.yml * fix fedora/rhel repo * --depth 1 * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} part II * rhel version * rhel version part II * fixed fedora repo * prevent duplicate host creation in Zabbix.py * refactor Zabbix.py for improved readability and error handling, fix #1186 --------- Co-authored-by: HenriWahl <2835065+HenriWahl@users.noreply.github.com> Co-authored-by: Stephan Schwarz <22387558+stearz@users.noreply.github.com> Co-authored-by: Kimmig, Simon - D0242573 <simon.kimmig@dm.de>
HenriWahl
added a commit
that referenced
this pull request
Mar 7, 2026
* readd nagstamon.1.gz * readd nagstamon.1.gz * fixes issues with Alertmanager and Prometheus (#1184) * fix(Alertmanager/Prometheus): Ensure session is not None before updating headers for JSON * fix(Alertmanager/Prometheus): service key issue with display_name from UI and multiple little fixes * fix CREDITS * fix cookies.py for python3.9 * build -> dist * fixed windows signing * add test for python 3.9 * updae codeql.yml * fix fedora/rhel repo * --depth 1 * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} part II * rhel version * rhel version part II * fixed fedora repo * prevent duplicate host creation in Zabbix.py * refactor Zabbix.py for improved readability and error handling, fix #1186 --------- Co-authored-by: HenriWahl <2835065+HenriWahl@users.noreply.github.com> Co-authored-by: Stephan Schwarz <22387558+stearz@users.noreply.github.com> Co-authored-by: Kimmig, Simon - D0242573 <simon.kimmig@dm.de>
HenriWahl
added a commit
that referenced
this pull request
Mar 10, 2026
* readd nagstamon.1.gz * readd nagstamon.1.gz * fixes issues with Alertmanager and Prometheus (#1184) * fix(Alertmanager/Prometheus): Ensure session is not None before updating headers for JSON * fix(Alertmanager/Prometheus): service key issue with display_name from UI and multiple little fixes * fix CREDITS * fix cookies.py for python3.9 * build -> dist * fixed windows signing * add test for python 3.9 * updae codeql.yml * fix fedora/rhel repo * --depth 1 * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} * ${{ env.cr_image }}-${{ env.family }}-${{ env.version_latest }}:${{ steps.dockerfile_hash.outputs.HASH }} part II * rhel version * rhel version part II * fixed fedora repo * prevent duplicate host creation in Zabbix.py * refactor Zabbix.py for improved readability and error handling, fix #1186 --------- Co-authored-by: HenriWahl <2835065+HenriWahl@users.noreply.github.com> Co-authored-by: Stephan Schwarz <22387558+stearz@users.noreply.github.com> Co-authored-by: Kimmig, Simon - D0242573 <simon.kimmig@dm.de>
This file contains hidden or 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
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.
Hi, I hopefully fixed all the issues now. Also found some other issues and fixed them.
Fixes #1181