This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Suppress warnings in SEC

Is there anyway we could suppress reboot warnings? We have 15,000 clients managed by SEC and can have upto 2-3000 reboot warnings at anyone time which is very annoying!

I'm sure I've read somewhere that it can be done?

Any suggestions very much appreciated. 



This thread was automatically locked due to age.
Parents Reply Children
  • Thanks Jak as always.... I think is what I needed, just in case what's the command to remove the alert from the filter?

  • Ok I've added the filter using your command but i'm still getting the restart messages in SEC?

    The warning code on SEC is 0000006d which corresponds to 109 in decimal? 

    I've purge the remaining error from sec using PrugeDB  PurgeDB.exe -action=delete -category=errors -HistoryLengthInDays=0 -type=AutoUpdate -code=109

    I've then ran your command

    osql -E -S .\sophos -d SOPHOS551 -Q "insert into dbo.ErrorAlertFilters ([Source], [Number]) VALUES ('SAV', '109')"

    and then confirmed the filter is in place with 

    osql -E -S .\sophos -d SOPHOS551 -Q "select * FROM dbo.ErrorAlertFilters" -o C:\ErrorAlertFilters.txt -w 1000 

    am I missing something?