We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65585de + a2bdf1c commit 82eca63Copy full SHA for 82eca63
contrib/icinga2/CheckCommands.conf
@@ -23,7 +23,7 @@ object CheckCommand "madrisan-clock" {
23
arguments += {
24
"-r" = {
25
description = "the clock reference (in seconds since the Epoch)"
26
- value = DateTime().format("%s")
+ value = {{ DateTime().format("%s") }}
27
}
28
"-w" = {
29
description = "Warning threshold"
0 commit comments