Just recently I wondered how easy it is to count events in a Netcool/OMNIbus probe rules file: just declare a persistent variable %eventcount and increment it each time an event passes by %eventcount = int(%eventcount) + 1. Well, that is true but not even half of the story. You declare the...