Skip to content
This repository was archived by the owner on Dec 8, 2025. It is now read-only.

Commit bb0cff0

Browse files
sppmon version increase
1 parent dc86fe7 commit bb0cff0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/sppmon.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
08/27/2021 version 1.0.1 Reverted parts of the SLA-Endpoint change
8181
08/31/2021 version 1.0.2 Changed VADP table definition to prevent drop of false duplicates
8282
09/09/2021 version 1.1.0 Increase logging for REST-API errors, add ssh-client skip option for cfg file.
83+
02/22/2021 version 1.1.1 Only ssh-calls the vSnap-api if it is available
8384
"""
8485
from __future__ import annotations
8586

@@ -108,7 +109,7 @@
108109
from utils.spp_utils import SppUtils
109110

110111
# Version:
111-
VERSION = "1.1.0 (2021/09/09)"
112+
VERSION = "1.1.1 (2021/02/22)"
112113

113114

114115
# ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)