Skip to content
Snippets Groups Projects
Commit 7e5a37ad authored by Matt Petro's avatar Matt Petro
Browse files

Increase warning time for mediasite.

parent 68ef036d
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ require_once("$CFG->dirroot/mod/mediasite/locallib.php");
class local_nagios_check_mediasite extends local_nagios_check {
// Time in seconds which will result in WARNING or CRITICAL states.
const WARNING_TIME = 15;
const CRITICAL_TIME = 30;
const WARNING_TIME = 30;
const CRITICAL_TIME = 45;
/**
* Search code mostly copied from mediasitesearch.php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment