This patchset adds a new monitor action that is designed to periodically collect file contents and/or command output while the rig is running, until it is triggered. It is inspired by the monitor.sh script used by Red Hat's networking support team.
Included in this patchset are enhancements found as necessary for the proper function of this action.
This pull request introduces 1 alert when merging b2fd92137709a7466b15330a9f06fcf4bf274d09 into b600e83b25165d8e9613139d0b5424b1714c9f6d - view on LGTM.com
new alerts:
1 for Module is imported with 'import' and 'import from'
This patchset adds a new
monitor
action that is designed to periodically collect file contents and/or command output while the rig is running, until it is triggered. It is inspired by themonitor.sh
script used by Red Hat's networking support team.Included in this patchset are enhancements found as necessary for the proper function of this action.