Versions Compared

Key

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

...

Code Block
languagebash
titleEventActionEventActions.json
"policy": {
	"5": {
		"IF": "event.any",
		"THEN": "show_button.ping_node()",
		"BREAK: "true"
		},
	}

...

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

...