How to add a probe parameter to skip sensor processingIssue If there is a requirement to skip sensor processing for any of the probes that are intended to just trigger a specific action on the MID or a host but are not expected to relay back any information to the instance then the below process will give us an insight on how to add 'skip sensor' probe parameter. As an example the 'Command' probe type has been considered. Add skip_sensor probe parameter Log in to the instance and navigate to Discovery Definition ➔ ProbesSearch for the name of the probe and in our example, its 'Command'Open the probe and look for a related list 'Probe Parameters'Once we click on the related list, click on 'New'Provide the 'Name' as 'skip_sensor'Fill in the 'Value' field as 'true' and submitSee the new 'skip_sensor' parameter for the probe created. As a result of adding the probe parameter, when the probe gets executed and returns back an 'input' , comes back, it will get processed and will be marked as success, but it will not try to run any sensors.