Add router monitor

This commit is contained in:
2026-04-16 14:01:43 +10:00
parent b3b6f77c84
commit 5b1df2ee5e
23 changed files with 1684 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ INSTALLED_APPS = [
'markdown', # 只需要基本的markdown包
'netscan',
'nginxmon',
'routermon',
]
ROOT_URLCONF = 'core.urls'