Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: edvler/check_mk_proxmox-qemu-backup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: edvler/check_mk_proxmox-qemu-backup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 14 files changed
  • 3 contributors

Commits on Nov 16, 2021

  1. bakery support for CEE

    Signed-off-by: Maximilian Hill <mhill@inett.de>
    nedjitef committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8dfef7a View commit details
    Browse the repository at this point in the history
  2. only send necessary logs

    In a cluster, the vzdump logs stay on the host, even if they are
    migrated to another node. check_mk cluster checks are messed up by that.
    
    This sends only logs of VMs, that are residing on the current host.
    
    Signed-off-by: Maximilian Hill <mhill@inett.de>
    nedjitef committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    cb44894 View commit details
    Browse the repository at this point in the history
  3. fix config path

    since the config paths are symliked, find doesn't work without a `/` at
    the end of the path
    
    Signed-off-by: Maximilian Hill <mhill@inett.de>
    nedjitef committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    3987cb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. assume ok 0 B backups for incremental backups

    Signed-off-by: Maximilian Hill <mhill@inett.de>
    nedjitef committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    e52a8e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Merge pull request #20 from inettgmbh/ok-empty-incremental

    assume incremental as ok with 0 B backups by default
    edvler authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d8977b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from inettgmbh/vzdump_logs

    only send necessary logs
    edvler authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7447c0e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from inettgmbh/bakery

    bakery support for CEE
    edvler authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    50d052f View commit details
    Browse the repository at this point in the history
  4. Fixed indent

    edvler committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    c42c33b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. Fix size calculation

    edvler committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    0c94988 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    0ccbf65 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    177a20c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. duplicate error outputs

    edvler committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    c93fc73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from inettgmbh/bakery

    try to catch cases in which the bakery isn't available
    edvler authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    31c8322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b39f94 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bugfix for Check_MK 2.2

    root committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    aa018fc View commit details
    Browse the repository at this point in the history
  2. Bugfix for Check_MK 2.24

    root committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a4ec12c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Update to check_mk 2.0 API

    root committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0cf24f1 View commit details
    Browse the repository at this point in the history
  2. Update to check_mk API 2.0

    root committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d4e2641 View commit details
    Browse the repository at this point in the history
  3. Update to check_mk API 2.0

    edvler committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e176e96 View commit details
    Browse the repository at this point in the history
Loading