// Id: #4183
using Monitoring.Infrastructure.Background.Jobs;
var monitoringJob = Activate<MonitoringJob>();
await monitoringJob.Execute();
| RecurringJobId | |
| Time | |
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
One or more errors occurred. (Internal error.)
System.AggregateException: One or more errors occurred. (Internal error.) ---> System.Exception: Internal error. ---> System.Exception: Error connecting to database. - code:-32603 --- End of inner exception stack trace --- at Zabbix.Core.ZabbixCore.HandleResponse[T](String requestId, String responseData) at Zabbix.Core.ZabbixCore.SendRequest[T](Object params, String method, String token) at Zabbix.Services.UserService.Login(String username, String password, Dictionary`2 params) at Zabbix.Core.ZabbixCore.Authenticate(String user, String password) at Zabbix.Core.ZabbixCore..ctor(String url, String username, String password) at Monitoring.Infrastructure.Services.Monitors.ZabbixEquipmentMonitor.CheckAllEquipmentAsync() in /src/Monitoring.Infrastructure/Services/Monitors/ZabbixEquipmentMonitor.cs:line 39 at Monitoring.Infrastructure.Background.Jobs.MonitoringJob.Execute() in /src/Monitoring.Infrastructure/Background/Jobs/MonitoringJob.cs:line 59 --- End of inner exception stack trace --- at Monitoring.Infrastructure.Background.Jobs.MonitoringJob.Execute() in /src/Monitoring.Infrastructure/Background/Jobs/MonitoringJob.cs:line 68 at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor) at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
Triggered by recurring job scheduler