From 45a6ca6cb30aecc06b4c06a1a77363725dd25c4b Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sun, 10 Nov 2013 01:29:09 +0100 Subject: [PATCH] Fix type for CheckResult::command. Refs #5039 --- lib/icinga/checkresult.ti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/icinga/checkresult.ti b/lib/icinga/checkresult.ti index 6c1473c32..45e10aa9c 100644 --- a/lib/icinga/checkresult.ti +++ b/lib/icinga/checkresult.ti @@ -34,7 +34,7 @@ class CheckResult [state] double execution_start; [state] double execution_end; - [state] String command; + [state] Value command; [state] int exit_status; [state, enum] ServiceState "state";