Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
2 posts
• Page 1 of 1
LuisD1202
Posts:6
Joined: Thu Mar 14, 2019 8:49 pm
HTTP Server - Filter Alarms
Postby LuisD1202 »
Hello,
we are working in a project in Wincc OA 3.16 Patch 0019, we are working on the implementation of HTTP Server, but we have a problem, we don't need to show Sum Alerts because we have many DPE with Sum alert and we only want to show the independent alarms for each DPE, ¿its possible to do this? or ¿can I create a filter in this case ? to hide SumAlertAll.
I tried with this filter but i don't working
!<pattern>*, !*<pattern> or !*<pattern>*
attached picture of our HTTP server and all alarms and SumAlerts
I guess the documentation is wrong and the exclamation mark cannot be used to exclude DPEs.
The alert query is done in the function 'alertsCB' of the library 'http.ctl', which can be changed to exclude the sumalerts (changing the value of the variable 'valTypeAlertSummary' to FALSE might be enough).