Skip to content

Commit 82eca63

Browse files
authored
Merge pull request #149 from RincewindsHat/fix/icinga2_config_madrisan_clock
Fix Icinga 2 config for check_clock
2 parents 65585de + a2bdf1c commit 82eca63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/icinga2/CheckCommands.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object CheckCommand "madrisan-clock" {
2323
arguments += {
2424
"-r" = {
2525
description = "the clock reference (in seconds since the Epoch)"
26-
value = DateTime().format("%s")
26+
value = {{ DateTime().format("%s") }}
2727
}
2828
"-w" = {
2929
description = "Warning threshold"

0 commit comments

Comments
 (0)