Initial YakPanel commit

This commit is contained in:
Niranjan
2026-04-07 02:04:22 +05:30
commit 2826d3e7f3
5359 changed files with 1390724 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"interval": 600,
"type": "panel_login",
"title": "Panel login alarm",
"project": "",
"cycle": 1,
"count":1,
"push_count": 1,
"status": true,
"module_type":"site_push"
}

View File

@@ -0,0 +1,9 @@
{
"interval": 600,
"type": "panel_pwd_endtime",
"title": "Panel password Expiration Date",
"cycle": 15,
"push_count": 1,
"module_type":"site_push",
"status": true
}

View File

@@ -0,0 +1,10 @@
{
"interval": 600,
"type": "site_endtime",
"title": "Expiration of website",
"cycle": 7,
"push_count": 1,
"module": "",
"module_type":"site_push",
"status": true
}

View File

@@ -0,0 +1,10 @@
{
"interval": 600,
"type": "ssl",
"title": "Site Certificate (SSL) expiration",
"project": "all_site",
"cycle": 15,
"push_count": 1,
"module_type":"site_push",
"status": true
}