@@ -182,6 +182,11 @@ |
||
182 | 182 | return substr($string, 0, strpos($string, '_')); |
183 | 183 | } |
184 | 184 | |
185 | + /** |
|
186 | + * @param string $identifier |
|
187 | + * @param string $message |
|
188 | + * @param string $tool |
|
189 | + */ |
|
185 | 190 | private function send($identifier, $system, $message, $status, $value, $tool, $component) |
186 | 191 | { |
187 | 192 | if ($status != CheckResult::STATUS_NONE) { |