aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json
diff options
context:
space:
mode:
Diffstat (limited to 'UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json')
-rw-r--r--UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json56
1 files changed, 0 insertions, 56 deletions
diff --git a/UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json b/UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json
deleted file mode 100644
index 059dc2e..0000000
--- a/UniversalVesAdapter/src/main/resources/MapperConfigFullFormat.json
+++ /dev/null
@@ -1,56 +0,0 @@
-{
- "entries" : [
- {
- "priority" : 1,
- "evaluation" : {
- "operand" : "EQUALS",
- "field" : "notify OID",
- "value" : ".1.3.6.1.4.1.74.2.46.12.1.1",
- "datatype" : "string",
- "lhs" : null,
- "rhs" : null
- },
- "result" : "snmpTrapToVes.xml"
- },
- {
- "priority" : 2,
- "evaluation" : {
- "operand" : "AND",
- "field" : null,
- "value" : null,
- "datatype" : null,
- "lhs" : {
- "operand" : "OR",
- "field" : null,
- "value" : null,
- "datatype" : null,
- "lhs" : {
- "operand" : "EQUALS",
- "field" : "domain",
- "value" : "snmp-heartbeat",
- "datatype" : "string",
- "lhs" : null,
- "rhs" : null
- },
- "rhs" : {
- "operand" : "EQUALS",
- "field" : "domain",
- "value" : "snmp-fault",
- "datatype" : "string",
- "lhs" : null,
- "rhs" : null
- }
- },
- "rhs" : {
- "operand" : "EQUALS",
- "field" : "trap version",
- "value" : "1.2",
- "datatype" : "float",
- "lhs" : null,
- "rhs" : null
- }
- },
- "result" : "smooks.config"
- }
- ]
-} \ No newline at end of file