新增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
+26
View File
@@ -0,0 +1,26 @@
{
"name": "Ganglia",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters. It leverages widely used technologies such as XML for data representation, XDR for compact, portable data transport, and RRDtool for data storage and visualization.",
"website": "http://ganglia.sourceforge.net/",
"matches": [
{
"text": "<TITLE>Ganglia:: Cluster Report</TITLE>"
},
{
"text": "(Nodes colored by 1-minute load) | <A HREF=\"./node_legend.html\">Legend</A>"
},
{
"text": "<B>Metric</B>&nbsp;&nbsp;<SELECT NAME=\"m\" OnChange=\"ganglia_form.submit();\">"
},
{
"offset": 1,
"regexp": "(?-mix:<CENTER>\\n<FONT SIZE=\"-1\" class=footer>\\n(Gmetad|Ganglia) Web Frontend version ([\\d\\.]+)\\n<A HREF=\"http:\\/\\/ganglia\\.sourceforge\\.net\\/downloads\\.php\\?component=ganglia-webfrontend&amp;\\nversion=[\\d\\.]+\">Check for Updates\\.<\\/A><BR>\\n)"
},
{
"offset": 1,
"regexp": "(?-mix:Web Backend <i>\\(gmetad\\)<\\/i> version ([\\d\\.]+)\\n<A HREF=\"http:\\/\\/ganglia\\.sourceforge\\.net\\/downloads\\.php\\?component=gmetad&amp;\\nversion=[\\d\\.]+\">Check for Updates\\.<\\/A><BR>)"
}
]
}