From 10d45d44b3779c5c6c94439a4672299da56defef Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 7 May 2020 20:28:25 +0200 Subject: [PATCH] Typo. --- configuration/sample-development.engine.ini | 2 +- configuration/sample-docker.engine.ini | 2 +- configuration/sample-production.engine.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/sample-development.engine.ini b/configuration/sample-development.engine.ini index b8a22c9c..56c39868 100644 --- a/configuration/sample-development.engine.ini +++ b/configuration/sample-development.engine.ini @@ -33,7 +33,7 @@ from_mail="monitoring@aura.engine" # The beginning of the subject. With that you can easily apply filter rules using a mail client mailsubject_prefix="[Aura Engine]" # Server where heartbeat info is sent to -hearbeat_server = '127.0.0.1' +heartbeat_server = "127.0.0.1" # Some UDP port heartbeat_port = 43334 # Seconds how often the vitality of the Engine should be checked (0 = disabled) diff --git a/configuration/sample-docker.engine.ini b/configuration/sample-docker.engine.ini index cd5639cc..47524e12 100644 --- a/configuration/sample-docker.engine.ini +++ b/configuration/sample-docker.engine.ini @@ -33,7 +33,7 @@ from_mail="monitoring@aura.engine" # The beginning of the subject. With that you can easily apply filter rules using a mail client mailsubject_prefix="[Aura Engine]" # Server where heartbeat info is sent to -hearbeat_server = '172.17.0.1' +heartbeat_server = "127.0.0.1" # Some UDP port heartbeat_port = 43334 # Seconds how often the vitality of the Engine should be checked (0 = disabled) diff --git a/configuration/sample-production.engine.ini b/configuration/sample-production.engine.ini index c767a1b9..a7062bac 100644 --- a/configuration/sample-production.engine.ini +++ b/configuration/sample-production.engine.ini @@ -33,7 +33,7 @@ from_mail="monitoring@aura.engine" # The beginning of the subject. With that you can easily apply filter rules using a mail client mailsubject_prefix="[Aura Engine]" # Server where heartbeat info is sent to -hearbeat_server = '127.0.0.1' +heartbeat_server = "127.0.0.1" # Some UDP port heartbeat_port = 43334 # Seconds how often the vitality of the Engine should be checked (0 = disabled) -- GitLab