From edca331920227874fccbed85facd8580d163c895 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 14 Jan 2020 13:25:39 +0100 Subject: [PATCH] ApplicationState: Fix missing module name in calls to `mt()` --- library/Icingadb/ProvidedHook/ApplicationState.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Icingadb/ProvidedHook/ApplicationState.php b/library/Icingadb/ProvidedHook/ApplicationState.php index 3a8c4b88..f2be4cc7 100644 --- a/library/Icingadb/ProvidedHook/ApplicationState.php +++ b/library/Icingadb/ProvidedHook/ApplicationState.php @@ -38,6 +38,7 @@ class ApplicationState extends ApplicationStateHook 'icingadb/no-instance', $noInstanceSince, mt( + 'icingadb', 'It seems that Icinga DB is not running.' . ' Make sure Icinga DB is running and writing into the database.' ) @@ -50,6 +51,7 @@ class ApplicationState extends ApplicationStateHook 'icingadb/icingadb-down', $instance->heartbeat, mt( + 'icingadb', 'It seems that Icinga DB is not running.' . ' Make sure Icinga DB is running and writing into the database.' )