Skip to content
Snippets Groups Projects
Commit a1d817e6 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-541: delete mysql entries in Tango archiver config file

parent 0fa3c23f
No related branches found
No related tags found
1 merge request!258Resolve L2SS-541-remove-mysql-archiver
...@@ -2,19 +2,6 @@ ...@@ -2,19 +2,6 @@
"servers": { "servers": {
"hdbppes-srv": { "hdbppes-srv": {
"01": { "01": {
"HdbEventSubscriber": {
"archiving/hdbpp/eventsubscriber01": {
"attribute_properties": {},
"properties": {
"CheckPeriodicTimeoutDelay": ["5"],
"PollingThreadPeriod": ["3"],
"LibConfiguration": ["host=archiver-maria-db","libname=libhdb++mysql.so.6","dbname=hdbpp","port=3306", "user=tango", "password=tango"],
"polled_attr": []
}
}
}
},
"02": {
"HdbEventSubscriber": { "HdbEventSubscriber": {
"archiving/hdbppts/eventsubscriber01": { "archiving/hdbppts/eventsubscriber01": {
"attribute_properties": {}, "attribute_properties": {},
...@@ -26,36 +13,10 @@ ...@@ -26,36 +13,10 @@
} }
} }
} }
},
"03": {
"HdbEventSubscriber": {
"archiving/hdbpp/eventsubscriber02": {
"attribute_properties": {},
"properties": {
"CheckPeriodicTimeoutDelay": ["5"],
"PollingThreadPeriod": ["3"],
"LibConfiguration": ["host=archiver-maria-db","libname=libhdb++mysql.so.6","dbname=hdbpp","port=3306", "user=tango", "password=tango"],
"polled_attr": []
}
}
}
} }
}, },
"hdbppcm-srv": { "hdbppcm-srv": {
"01": { "01": {
"HdbConfigurationManager": {
"archiving/hdbpp/confmanager01": {
"attribute_properties": {},
"properties": {
"ArchiverList": ["archiving/hdbpp/eventsubscriber01"],
"MaxSearchSize": ["1000"],
"LibConfiguration": ["host=archiver-maria-db","libname=libhdb++mysql.so.6","dbname=hdbpp","port=3306", "user=tango", "password=tango"],
"polled_attr": []
}
}
}
},
"02": {
"HdbConfigurationManager": { "HdbConfigurationManager": {
"archiving/hdbppts/confmanager01": { "archiving/hdbppts/confmanager01": {
"attribute_properties": {}, "attribute_properties": {},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment