Skip to content

Commit

Permalink
update idds health check
Browse files Browse the repository at this point in the history
  • Loading branch information
wguanicedew committed Nov 12, 2024
1 parent 83c2b44 commit cb2442a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/config_default/healthmonitor_daemon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
# while true; do /usr/sbin/logrotate -s /var/log/idds/logrotate.status -d /etc/logrotate.d/idds; sleep 86400; done

while true; do python /opt/idds/config/idds/idds_health_check.py; sleep 600; done
while true; do python /opt/idds/config/idds/idds_health_check.py; sleep 120; done

0 comments on commit cb2442a

Please sign in to comment.