changed 'hour' for cronjob
reboot demw in prod
This commit is contained in:
parent
9d78d78544
commit
cf6dbeac82
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class eidas_de_middleware_hsm($version="110-fixes-sc-p11",$hostname='localhost')
|
||||||
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
sunet::scriptherder::cronjob { 'reboot_demw_application':
|
||||||
cmd => '/usr/sbin/service docker-eidas-demw restart',
|
cmd => '/usr/sbin/service docker-eidas-demw restart',
|
||||||
minute => '0',
|
minute => '0',
|
||||||
hour => '6',
|
hour => '5',
|
||||||
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
ok_criteria => ['exit_status=0', 'max_age=25h'],
|
||||||
warn_criteria => ['exit_status=0', 'max_age=49h'],
|
warn_criteria => ['exit_status=0', 'max_age=49h'],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue