Skip to content

Commit

Permalink
Merge pull request #102 from Ostorlab/feature/Add-Fingerprint-for-QNA…
Browse files Browse the repository at this point in the history
…P-Turbo-NAS

Add Fingerprint for QNAP Turbo NAS
  • Loading branch information
3asm authored Dec 13, 2024
2 parents 5269481 + 02c7cd7 commit 88cf2e1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions plugins/qnap_nas.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Plugin.define do
name "QNAP Turbo NAS"
authors [
"Ostorlab",
]
version "0.1"
description "QNAP Turbo NAS (Network Attached Storage) is the high performance and reliable storage designed to provide an affordable and easy-to-manage solution with iSCSI service for virtualized and clustered environment and reduce the total cost of ownership (TCO)."
website "https://www.qnap.com/en/product"

matches [
{
:search => "title",
:regexp => /<title>QNAP Turbo NAS<\/title>/,
:name => "QNAP Turbo NAS Title Tag"
},
]
end

0 comments on commit 88cf2e1

Please sign in to comment.