mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
26 lines
1.2 KiB
JSON
26 lines
1.2 KiB
JSON
{
|
|
"name": "Zabbix",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Zabbix is an enterprise-class open source distributed monitoring solution for networks and applications.",
|
|
"website": "http://www.zabbix.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<script type=\"text\\/javascript\" src=\"jsLoader\\.php\\?ver=([^\\s&]+)&lang=en_[a-zA-Z]{2}\"><\\/script>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<td class=\"page_footer_l\">[\\s]*<a class=\"highlight\" href=\"http:\\/\\/www\\.zabbix\\.com\">Zabbix ([^\\s&]+) Copyright 2001-20[\\d]{2} by SIA Zabbix<\\/a><\\/td>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a class=\"highlight\" href=\"http:\\/\\/www\\.zabbix\\.com\">Zabbix ([^\\s]+) Copyright 2001-20[\\d]{2} by Zabbix SIA<\\/a>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<a href=\"http:\\/\\/www\\.zabbix\\.com\" class=\"highlight\">ZABBIX ([^\\s<]+)<\\/a> Copyright 2001-20[\\d]{2} by <a href=\"http:\\/\\/www\\.zabbix\\.com\" class=\"highlight\">SIA Zabbix<\\/a>)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|