MIB Discovery
1930 modules enregistrés
Chemin
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 2 (mgmt). 1 (mib-2). 64 (scriptMIB). 1 (smObjects). 4 (smRunObjects). 2 (smRunTable). 1 (smRunEntry). 7 (smRunExitCode)
OID : 1.3.6.1.2.1.64.1.4.2.1.7
TXT : iso. org. dod. internet. mgmt. mib-2. scriptMIB. smObjects. smRunObjects. smRunTable. smRunEntry. smRunExitCode
Enfants
Pas d'enfants disponibles pour cet OID
Détails
OID1.3.6.1.2.1.64.1.4.2.1.7
Module DISMAN-SCRIPT-MIB (ietf)
NomsmRunExitCode
Accesreadonly
Statuscurrent
Description The value of this object indicates the reason why a script finished execution. The smRunExitCode code may have one of the following values: - `noError', which indicates that the script completed successfully without errors; - `halted', which indicates that the script was halted by a request from an authorized manager; - `lifeTimeExceeded', which indicates that the script exited because a time limit was exceeded; - `noResourcesLeft', which indicates that the script exited because it ran out of resources (e.g. memory); - `languageError', which indicates that the script exited because of a language error (e.g. a syntax error in an interpreted language); - `runtimeError', which indicates that the script exited due to a runtime error (e.g. a division by zero); - `invalidArgument', which indicates that the script could not be run because of invalid script arguments; - `securityViolation', which indicates that the script exited due to a security violation; - `genericError', which indicates that the script exited for an unspecified reason. If the script has not yet begun running, or is currently running, the value will be `noError'.
SyntaxeEnumeration (1-noError, 2-halted, 3-lifeTimeExceeded, 4-noResourcesLeft, 5-languageError, 6-runtimeError, 7-invalidArgument, 8-securityViolation, 9-genericError)