You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1444,7 +1447,7 @@ class Monitor extends BeanModel {
1444
1447
for(letnotificationofnotificationList){
1445
1448
try{
1446
1449
log.debug("monitor","Sending to "+notification.name);
1447
-
awaitNotification.send(JSON.parse(notification.config),`[${this.name}][${this.url}] ${certType} certificate ${certCN} will expire in ${daysRemaining} days`);
1450
+
awaitNotification.send(JSON.parse(notification.config),`[${os.hostname()}] [${this.name}][${this.url}] ${certType} certificate ${certCN} will expire in ${daysRemaining} days`);
1448
1451
sent=true;
1449
1452
}catch(e){
1450
1453
log.error("monitor","Cannot send cert notification to "+notification.name);
0 commit comments