diff --git a/plugins/aviatrix_controller.rb b/plugins/aviatrix_controller.rb new file mode 100644 index 0000000..ac63ef2 --- /dev/null +++ b/plugins/aviatrix_controller.rb @@ -0,0 +1,16 @@ +Plugin.define do + name "Aviatrix Controller" + authors [ + "Ostorlab", + ] + version "0.1" + description "Aviatrix Controller is a critical network security and cloud networking platform used for managing multi-cloud environments across major providers like AWS, Azure, and GCP" + website "https://aviatrix.com/" + + matches [ + { + :search => "body", + :regexp => /Aviatrix Controller<\/title>/i, + }, + ] +end