diff options
Diffstat (limited to 'conf/plugins/imv-os.conf')
-rw-r--r-- | conf/plugins/imv-os.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/plugins/imv-os.conf b/conf/plugins/imv-os.conf new file mode 100644 index 000000000..8f0da3760 --- /dev/null +++ b/conf/plugins/imv-os.conf @@ -0,0 +1,11 @@ +imv-os { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + + # URI pointing to operating system remediation instructions. + # remediation_uri = + +} + |