【monitor】新增刷新状态的定时任务

pull/64/head
fengshuonan 2021-01-31 22:08:43 +08:00
parent 57ef34ebf5
commit f6f9b78761
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
INSERT INTO `sys_timers`(`timer_id`, `timer_name`, `action_class`, `cron`, `job_status`, `remark`, `del_flag`, `create_time`, `create_user`, `update_time`, `update_user`) VALUES (1355878268976271362, '定时刷新服务器状态', 'cn.stylefeng.guns.modular.system.monitor.timer.SystemHardwareInfoHolder', '0/5 * * * * ? ', 1, '每30分钟执行一次刷新服务器状态', 'N', '2021-01-31 21:59:05', 1339550467939639299, '2021-01-31 22:00:23', 1339550467939639299);