From bd5a2e6189a30f18501a843832209b2ffdefca23 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Thu, 24 Nov 2016 20:49:14 +0100 Subject: [PATCH] monitoringplugin.py: Update version string --- monitoringplugin.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/monitoringplugin.py b/monitoringplugin.py index 9d6a7d2..3e821ac 100644 --- a/monitoringplugin.py +++ b/monitoringplugin.py @@ -4,9 +4,12 @@ ##################################################################### # (c) 2010-2011 by Sven Velt and team(ix) GmbH, Nuernberg, Germany # # sv@teamix.net # +# (c) 2016 by Sven Velt, Germany # +# sven-mymonplugins@velt.biz # # # -# This file is part of "team(ix) Monitoring Plugins" # -# URL: http://oss.teamix.org/projects/monitoringplugins/ # +# This file is part of "velt.biz - My Monitoring Plugins" # +# a fork of "team(ix) Monitoring Plugins" in 2015 # +# URL: https://gogs.velt.biz/velt.biz/MyMonPlugins/ # # # # This file is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published # @@ -22,7 +25,7 @@ # along with this file. If not, see . # ##################################################################### -__version__ = '0.0.110715' +__version__ = '0.0.161124' __all__ = ['MonitoringPlugin', 'SNMPMonitoringPlugin'] import datetime, optparse, os, re, sys