新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
@@ -0,0 +1,29 @@
{
"name": "NetBotz-Network-Monitoring-Device",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "NetBotz monitoring and management web front end",
"website": "http://www.netbotz.com/products/index.html",
"matches": [
{
"regexp": "(?-mix:<TITLE>NetBotz( Network Monitoring) Appliance - [^<]*<\\/TITLE>)"
},
{
"text": "<LINK REL=\"StyleSheet\" TYPE=\"text/css\" HREF=\"/netbotz.css\">"
},
{
"text": "<!-- Launch the NetBotz Applications. This will require Java 1.3.0 OR ANYTHING NEWER -->"
},
{
"text": "<a href=\"http://www.netbotz.com\" target=\"_top\"><img border=\"0\" src=\"/colorlogo.gif\"></a>"
},
{
"text": "\t<TITLE>Device Status Summary Page</TITLE>"
},
{
"url": "/statusHeader.html",
"regexp": "(?-mix:<a href=\"http:\\/\\/updates.netbotz.com\\/releases\\/([\\d\\.]+)\\/install.html\" target=\"_instAV\">\\(Install Advanced View Application\\)<\\/a>)",
"offset": 1
}
]
}