services.hpcstat: enable diskstat cron

This commit is contained in:
陈浩南 2024-06-08 16:03:13 +08:00
parent 61afb76cfe
commit d51414e341

View File

@ -70,14 +70,14 @@ inputs:
diskstat =
''
eval $(${ssh-agent})
# ${ssh} jykang@hpc.xmu.edu.cn hpcstat diskstat
${ssh} jykang@hpc.xmu.edu.cn hpcstat diskstat
'';
};
calenders =
{
finishjob = "*-*-* *:*:00";
backupdb = "*-*-* *:00/10:00";
diskstat = "*-*-* 07:00:00";
diskstat = "*-*-* 03:00:00";
};
in
{