Skip to content
Snippets Groups Projects
Commit ffcdae77 authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

moodle failed attempts is an upper threshold

parent 678e7d7f
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@
FAILED_ATTEMPTS=$(sudo -u postgres -- psql -qtAX -d moodle -c "SELECT countfailed FROM mdl_block_opencast_uploadjob ORDER BY timecreated DESC limit 1;")
echo "P watch_failed_video_upload_attempts failed_attempts=$FAILED_ATTEMPTS;1:;2: moodle_failed_video_upload_to_opencast"
echo "P watch_failed_video_upload_attempts failed_attempts=$FAILED_ATTEMPTS;1;2 moodle_failed_video_upload_to_opencast"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment