Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

There are several scripts which need simple modification to adapt them to new features which have been recently added to IEPM-BW.  They are written in perl.

...

show-probe-commands

...

[-n

...

aliasname

...

]

This reads from the mysql data base TOOLSPECS table the components of the commands which are performed by the monitoring. Currently, when called without any arguments, it prints the exact commands executed to do a test. If called with '-n aliasname' it only prints the commands for that aliasname.

Modification needed:

Wiki Markupshow-probe-commands \commands [\[-n aliasname\] \ | \ [-g groupname\] \ | or no \ -n or \ -g\] \ [-T probetype\]

where either -n aliasname or -g groupname or no -n -g parameters can be provided and/or '-T probetype' can be provided.

...