Skip to content

Commit

Permalink
cfg - Add connection-timeout to Icinga 2 config
Browse files Browse the repository at this point in the history
  • Loading branch information
phibos committed May 15, 2024
1 parent 1ee31d6 commit e16fb33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/check_routeros.icinga2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ template CheckCommand "routeros_command" {
required = true
order = -2
}
"--connection-timeout" = {
value = "$routeros_connection_timeout$"
order = -2
}
"--ssl" = {
set_if = "$routeros_ssl$"
order = -2
Expand Down

0 comments on commit e16fb33

Please sign in to comment.