...
Info |
---|
Available in opEvents-3.2.2 and opEvents-2.6.1 |
opEvents programmable buttons allow scripts to be run against events to give operators greater flexibility in the use of opEvents in troubleshooting and triaging of events.
...
Code Block | ||||
---|---|---|---|---|
| ||||
%hash = (
'policy' => {
'5' => {
IF => 'event.any',
THEN => 'show_button.ping_node()',
BREAK => 'true'
},
}
); |
...