Hello All,
I have discovered another problem with our set up after the upgrade.
Almost all of our event handlers have disappeared from the list. I did an export to look at the scripts (a sample below) and found that the event handlers have changed the "detectorXID" values for some reason:
{
"eventType":{
"sourceType":"DATA_POINT",
"dataPointXID":"0001-ts",
"detectorXID":"BBVM01Max10"
},
"xid":"MW Status",
"handlerType":"EMAIL",
"activeRecipients":[
{
"recipientType":"ADDRESS",
"address":"me@myaddress.com"
},
{
"recipientType":"ADDRESS",
"address":"another@emailaddress.com"
}
],
"sendEscalation":false,
"sendInactive":false,
"includeSystemInformation":false,
"includePointValueCount":1,
"includeLogfile":false,
"alias":"MW Status",
"disabled":false
},
The data point "0001-ts" has a detector called "MW status" and here the detectorXID (BBVM01Max10) should be the same as the XID below it (MW Status). These two items in this example are from different data points.
This problem has been replicated across hundreds of event handlers.
I have a configuration back up taken before the upgrade.
Do I edit the script by hand replacing all of the detectorXID values with the XID values which will take a long time but not as long as recreating each event handler from scratch.
Or is there a way to import the just Event handler configuration from the configuration back up?
Also from experience the event handler does not work well with importing so any advice would again be greatly appreciated.
Cheers
Brian