File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
ansible/roles/oso_host_monitoring/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,10 +382,10 @@ host_monitoring_cron:
382382 minute: "8"
383383 job: ops-runner -f -s 15 -n cssc.openshift.public.ssl.expired.info /usr/bin/cron-send-ssl-check -l {% for domain in g_oso_monitoring_ssl_public_domains %} {{ domain}}.{{ osohm_cluster_id }}.openshift.com {% endfor %} {% for router in oa_routers %} srecheck.{{ router.shard }}.{{ osohm_cluster_id }}.openshiftapps.com {% endfor %} -key openshift.master.public.ssl.expiry
384384
385- - name: check ssl exprired status by http header internal
386- hour: "11"
387- minute: "9"
388- job: ops-runner -f -s 15 -n cssc.openshift.internal.ssl.expired.inter.info /usr/bin/cron-send-ssl-check -l {% for domain in g_oso_monitoring_ssl_inter_domains %} {{ domain}} {% endfor %} --add_ca_file /etc/origin/master/ca.crt -key openshift.master.internal.ssl.expiry
385+ # - name: check ssl exprired status by http header internal
386+ # hour: "11"
387+ # minute: "9"
388+ # job: ops-runner -f -s 15 -n cssc.openshift.internal.ssl.expired.inter.info /usr/bin/cron-send-ssl-check -l {% for domain in g_oso_monitoring_ssl_inter_domains %} {{ domain}} {% endfor %} --add_ca_file /etc/origin/master/ca.crt -key openshift.master.internal.ssl.expiry
389389
390390- name: check dedicated-admin service status
391391 minute: "*/5"
You can’t perform that action at this time.
0 commit comments