mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user