Skip to content
Snippets Groups Projects
Commit 408d24aa authored by Taya Snijder's avatar Taya Snijder
Browse files

merged master

parents 776d8a66 d38353a7
Branches
No related tags found
1 merge request!26Resolve #2021 "04 16 branched from master snmp device"
Showing
with 108 additions and 7 deletions
...@@ -19,17 +19,36 @@ ...@@ -19,17 +19,36 @@
"LTS/SDP/1": { "LTS/SDP/1": {
"properties": { "properties": {
"OPC_Server_Name": [ "OPC_Server_Name": [
"DESPi2.astron.nl" "dop36.astron.nl"
] ]
} }
} }
} }
} }
}, },
"example_device": { "APSCTL": {
"1": { "1": {
"example_device": { "APSCTL": {
"LTS/example_device/1": { "LTS/APSCTL/1": {
"properties": {
"OPC_Server_Name": [
"ltspi.astron.nl"
],
"OPC_Server_Port": [
"4844"
],
"OPC_Time_Out": [
"5.0"
]
}
}
}
}
},
"test_device": {
"1": {
"test_device": {
"LTS/test_device/1": {
"attribute_properties": { "attribute_properties": {
"Ant_mask_RW": { "Ant_mask_RW": {
"archive_period": [ "archive_period": [
......
{
"servers": {
"PCC": {
"LTS": {
"PCC": {
"LTS/PCC/1": {
"properties": {
"OPC_Server_Name": [
"arm2"
]
}
}
}
}
},
"SDP": {
"LTS": {
"SDP": {
"LTS/SDP/1": {
"properties": {
"OPC_Server_Name": [
"okeanos"
]
}
}
}
}
}
}
}
...@@ -26,10 +26,62 @@ ...@@ -26,10 +26,62 @@
} }
} }
}, },
"example_device": { "ini_device": {
"1": { "1": {
"example_device": { "ini_device": {
"LTS/example_device/1": { "LTS/ini_device/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SNMP_community": [
"public"
],
"SNMP_host": [
"172.22.176.1"
],
"SNMP_timeout": [
"5.0"
]
}
}
}
}
},
"SNMP": {
"1": {
"SNMP": {
"LTS/SNMP/1": {
"attribute_properties": {
"Ant_mask_RW": {
"archive_period": [
"600000"
]
}
},
"properties": {
"SNMP_community": [
"public"
],
"SNMP_host": [
"172.22.176.1"
],
"SNMP_timeout": [
"5.0"
]
}
}
}
}
},
"test_device": {
"1": {
"test_device": {
"LTS/test_device/1": {
"attribute_properties": { "attribute_properties": {
"Ant_mask_RW": { "Ant_mask_RW": {
"archive_period": [ "archive_period": [
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment