From 7410b5205ed9eb7fd9d9e13430796e720bb9d8ce Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 6 Jul 2015 10:56:37 +0200 Subject: avoid confusion when affected machine not reporting machine --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index adb3f6b..494fb1b 100644 --- a/it.class +++ b/it.class @@ -217,7 +217,7 @@ static function error($p = array()) if ($sendmail) # we're mailing: send maximum info { - $p['title'] = "Alert: " . $p['title'] . " (on " . getenv('HOSTNAME') . ")"; + $p['title'] = "Alert: " . $p['title'] . " (by " . getenv('HOSTNAME') . ")"; if (!$p['omitdebuginfo']) { -- cgit v1.2.3