Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Evaluating this trap it's determined that a single rule can set the properties below. 

Info

Notice that if  the author is creative and accurate with regular expressions the number of rules my be decreased.

Code Block
103 => {
    IF => qr/STARENT-MIB::starCardTempOK/,
    THEN => ["set.event(Card Temperature OK)", "set.stateful(temperature)", "set.state(up)", "set.priority(2)"],
},

...