mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
706 B
JSON
20 lines
706 B
JSON
{
|
|
"name": "Scrutinizer",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Scrutinizer NetFlow - monitoring solution",
|
|
"website": "http://www.plixer.com/products/netflow-sflow/scrutinizer-netflow-sflow.php",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<div id='testAlertDivTitle'>Scrutinizer ([^<]+)<\\/div>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<link id='scrutStyle' rel=\"stylesheet\" href=\"\\/css\\/classic\\.css)"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<div id='testAlertHdrMsg'>For the best Scrutinizer experience possible, please address the issues below:<\\/div>)"
|
|
}
|
|
]
|
|
}
|