Versions Compared

Key

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

...

Info

Available in opEvents-3.2.2 and opEvents-2.6.1


Image RemovedImage Added


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
languagebash
titleEventActions.json
"policy": {
	"5": {
		"IF": "event.any",
		"THEN": "show_button.ping_node()",
		"BREAK": "true"
		},
	}

...

Code Block
languagebash
titleEventActions.nmis
%hash = (
		'policy' => {
				'5' => {
						IF => 'event.any',
						THEN => 'show_button.ping_node()',
						BREAK => 'true'
					},
				}
		);

...

In opEvents-3.2.2 we are shipping the library 5.12.1

In opEvents-2.6.1 we are sipping shipping the library 5.8.2