From d16825481cb5dda2ba1aa5c837a953ee01032107 Mon Sep 17 00:00:00 2001 From: Nicolai Buchwitz Date: Wed, 24 Oct 2018 08:57:02 +0200 Subject: [PATCH] Prepare version release --- check_pve.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_pve.py b/check_pve.py index d9eeba6..1e00fa7 100755 --- a/check_pve.py +++ b/check_pve.py @@ -5,7 +5,7 @@ # check_pve.py - A check plugin for Proxmox Virtual Environment (PVE). # Copyright (C) 2018 Nicolai Buchwitz # -# Version: 1.1.0 +# Version: 1.1.2 # # ------------------------------------------------------------------------------ # This program is free software; you can redistribute it and/or @@ -61,7 +61,7 @@ class NagiosState(Enum): class CheckPVE: - VERSION = '1.1.0' + VERSION = '1.1.2' API_URL = 'https://{}:8006/api2/json/{}' options = {}