Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: nodes vs node_list cleaned up

...

To use this mechanism with opreports-cli, you have to list each node you want in a separate nodenodes=<nodename> argument.

In a report schedule the property node_list nodes would have to be set to an array of node names, like in this example:

Code Block
"node_listnodes" : [
  "ASGARD",
  "midgard"
],

...

In a report schedule definition, you'd use the property node_list (again), but only with a single value, that being the path to the list file as value:

Code Block
"node_list" : "/tmp/my_list_of_lotsa_nodes.txt"

...