Temporarily Disable an IND Script

The idea here is to add a dummy directive to the requires section of these scripts.
Due to the fact that the tag does not exist - the script will never run. (hence disabled)

Add any non-existing tag to a script, and set it to an arbitrary value.


Example:

requires:    
vendor: fortinet   
os.name: FortiOS   
this_tag_disables_this_script: this_is_intentional


This disables the script execution and does not cause any errors in the collector.log.

To revert, just remove the added line.