|
@@ -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 <http://www.gnu.org/licenses/>. #
|
|
|
#####################################################################
|
|
|
|
|
|
-__version__ = '0.0.110715'
|
|
|
+__version__ = '0.0.161124'
|
|
|
__all__ = ['MonitoringPlugin', 'SNMPMonitoringPlugin']
|
|
|
|
|
|
import datetime, optparse, os, re, sys
|