generated from Ostorlab/template_agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f90a9e
commit 6bf4c4e
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Plugin.define do | ||
name "Ivanti vTM" | ||
authors [ | ||
"Ostorlab", | ||
] | ||
version "0.1" | ||
description "Ivanti finds, heals and protects every device, everywhere – automatically. Whether your team is down the hall or spread around the globe, Ivanti makes it easy and secure for them to do what they do best." | ||
website "https://www.ivanti.com/" | ||
|
||
matches [ | ||
{ | ||
:search => "body", | ||
:regexp => /<span class="product">Virtual Traffic Manager Appliance/, | ||
:name => "HILLSTONE NETWORKS Title Tag" | ||
}, | ||
] | ||
end |