wmi-1.3.16 from opsview.com

This commit is contained in:
Are Casilla
2019-02-16 00:16:52 +01:00
parent 163fdd3d1b
commit 17b3af2911
2146 changed files with 678824 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
###########################################################################
#
# This program is part of Zenoss Core, an open source monitoring platform.
# Copyright (C) 2008-2010, Zenoss Inc.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2, or (at your
# option) any later version, as published by the Free Software Foundation.
#
# For complete information please visit: http://www.zenoss.com/oss/
#
###########################################################################
__doc__ = "Define constants needed for the cli_credentials structure"
( CRED_UNINITIALISED,
CRED_GUESS_ENV,
CRED_CALLBACK,
CRED_GUESS_FILE,
CRED_CALLBACK_RESULT,
CRED_SPECIFIED ) = range(6)