Skip to content

Commit

Permalink
Merge pull request #149 from RincewindsHat/fix/icinga2_config_madrisa…
Browse files Browse the repository at this point in the history
…n_clock

Fix Icinga 2 config for check_clock
  • Loading branch information
madrisan authored Aug 6, 2024
2 parents 65585de + a2bdf1c commit 82eca63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/icinga2/CheckCommands.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object CheckCommand "madrisan-clock" {
arguments += {
"-r" = {
description = "the clock reference (in seconds since the Epoch)"
value = DateTime().format("%s")
value = {{ DateTime().format("%s") }}
}
"-w" = {
description = "Warning threshold"
Expand Down

0 comments on commit 82eca63

Please sign in to comment.