This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<joblist> | |
<job> | |
<defaultTab>output</defaultTab> | |
<description>Copie à froid des instances Oracle locales de recette</description> | |
<dispatch> | |
<excludePrecedence>true</excludePrecedence> | |
<keepgoing>false</keepgoing> | |
<rankOrder>ascending</rankOrder> | |
<successOnEmptyNodeFilter>false</successOnEmptyNodeFilter> | |
<threadcount>1</threadcount> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define BLYNK_PRINT Serial | |
#include <ESP8266WiFi.h> | |
#include <BlynkSimpleEsp8266.h> | |
#include <LOLIN_HP303B.h> | |
LOLIN_HP303B HP303B; | |
const int relayPin = D3; //Pin pour Relai | |
char auth[] = "*"; //Blynk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.1.3.6.1.2.1.1.1.0 = STRING: "VMware ESXi 6.0.0 build-3620759 VMware, Inc. x86_64" | |
.1.3.6.1.2.1.1.2.0 = OID: .1.3.6.1.4.1.6876.4.1 | |
.1.3.6.1.2.1.1.3.0 = Timeticks: (586763000) 67 days, 21:53:50.00 | |
.1.3.6.1.2.1.1.4.0 = "" | |
.1.3.6.1.2.1.1.5.0 = STRING: "virt-01a" | |
.1.3.6.1.2.1.1.6.0 = "" | |
.1.3.6.1.2.1.1.7.0 = INTEGER: 72 | |
.1.3.6.1.2.1.1.8.0 = Timeticks: (0) 0:00:00.00 | |
.1.3.6.1.2.1.1.9.1.2.1 = OID: .1.3.6.1.6.3.1 | |
.1.3.6.1.2.1.1.9.1.2.2 = OID: .1.3.6.1.2.1.31 |