name: ServerLoad abbreviation: load checker: PragmaRX\Health\Checkers\ServerLoad error_message: 'Your server might be overloaded, current server load values are "%s, %s and %s", which are above the threshold values: "%s, %s and %s".' column_size: 3 notify: true targets: - default: regex: '~(?\d{1,2}):(?\d{2})(?::(?\d{2}))?\s+up\s+(?:(?\d+)\s+days?,\s+)?\b(?:(?\d+):)?(?\d+)(?:\s+(?:minute|minutes|min)?)?,\s+(?\d+).+?(?\d+.\d+),?\s+(?\d+.\d+),?\s+(?\d+.\d+)~' command: "uptime 2>&1" max_load: load_1: 2 load_5: 1.5 load_15: 1 action_message: "Too much load! (Server Load Checker)"