SelfTest: Datenbanknamen gefixt; Client-Namen auch mit ausgeben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Jan 2016 13:51:24 +0000 (14:51 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 12 Jan 2016 13:51:24 +0000 (14:51 +0100)
SL/BackgroundJob/SelfTest.pm
templates/mail/self_test/status_mail.txt

index 6137ced..5145625 100644 (file)
@@ -153,7 +153,8 @@ sub _prepare_report {
   my %params = (
     SELF     => $self,
     host     => hostname,
-    database => $::myconfig{dbname},
+    database => $::auth->client->{dbname},
+    client   => $::auth->client->{name},
     path     => $FindBin::Bin,
   );
 
index 2dc69dc..7c3d306 100644 (file)
@@ -3,6 +3,7 @@ kivitendo selftest report.
 Host:   [% host %]
 Path:   [% path %]
 DB:     [% database %]
+Client: [% client %]
 Result: [% SELF.aggreg.get_status %]
 
 ------------