ℹ️ Your data is safe here... unless you make the SNIP gods angry. And let's just say they have a really bad sense of humor.

From Eratic Gibbon, 6 Years ago, written in Plain Text.
Embed
  1. $config['alert']['macros']['rule']['dynamic_in_speed'] = '(%ports.ifInOctets_rate*8/1000000)';
  2. $config['alert']['macros']['rule']['dynamic_out_speed'] = '(%ports.ifOutOctets_rate*8/1000000)';
  3. $config['alert']['macros']['rule']['inbound'] = '%macros.dynamic_in_speed > SUBSTRING_INDEX(%ports.ifAlias,"/",-1)';
  4. $config['alert']['macros']['rule']['outbound'] = '%macros.dynamic_out_speed > SUBSTRING_INDEX(%ports.ifAlias,"/",1)';
captcha