fix: update service monitor for JARVIS VM (nginx/php-fpm/mariadb instead of OLS/mysql)

This commit is contained in:
2026-06-18 04:01:36 +00:00
parent 04510ac39f
commit 49694e76e1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -397,7 +397,7 @@ let _refreshTick = 0;
let selectedContext = null;
const _panelCtx = {};
let _haEntities = {};
const _svcLabels = {nginx:'WEB',mysql:'MYSQL',redis:'REDIS',memcached:'MEMCACHE',postfix:'POSTFIX',dovecot:'DOVECOT','jarvis-agent':'AGENT'};
const _svcLabels = {nginx:'WEB','php8.3-fpm':'PHP',mariadb:'DB','redis-server':'REDIS','jarvis-arc':'ARC','jarvis-agent':'AGENT'};
async function refreshAll() {
_refreshTick++;