summaryrefslogtreecommitdiffstats
path: root/dcaedt_tools/src/main/resources/conf/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_tools/src/main/resources/conf/config.json')
-rw-r--r--dcaedt_tools/src/main/resources/conf/config.json51
1 files changed, 51 insertions, 0 deletions
diff --git a/dcaedt_tools/src/main/resources/conf/config.json b/dcaedt_tools/src/main/resources/conf/config.json
new file mode 100644
index 0000000..5b0f542
--- /dev/null
+++ b/dcaedt_tools/src/main/resources/conf/config.json
@@ -0,0 +1,51 @@
+{
+ "templateInfo": [{
+ "name": "SNMP Fault",
+ "description": "SNMP FM with Map-Supplement-Enrich",
+ "category": "Template",
+ "subCategory":"Base Monitoring Template",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "Map",
+ "alias": "mapper"
+ }, {
+ "type": "Supplement",
+ "alias": "sup"
+ }, {
+ "type": "Enrich",
+ "alias": "enrich"
+ }]
+ },
+ {
+ "name": "FOI",
+ "description": "FOI SFTP with FOI-Collector and Docker-Map",
+ "category": "Template",
+ "subCategory":"Base Monitoring Template",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "foi",
+ "alias": "collector"
+ }, {
+ "type": "DockerMap",
+ "alias": "map"
+ }],
+ "relations": [{
+ "fromComponent": "collector.foi",
+ "fromRequirement": "stream_publish_0",
+ "toComponent": "map.feed0",
+ "toCapability": "feed"
+ }]
+ },
+ {
+ "name": "Syslog non-VES Collector",
+ "description": "Syslog flow with Syslog Collector",
+ "category": "Template",
+ "subCategory": "Base Monitoring Template",
+ "updateIfExist": "true",
+ "composition": [{
+ "type": "Syslog",
+ "alias": "collector"
+ }]
+ }
+ ]
+} \ No newline at end of file