Hi Tom, i am glad that it works now, you have to configure order SystemNotifier,Nagios.order.xml to execute by uncommenting the runtime: <run_time> <period absolute_repeat="00:05" begin="00:00" end="24:00"/> </run_time> The default run time defination will execute order during 24 hour with repeat of every 5 minutes. Please note you can change frequency and runtime period as per as you need. For example you can configure absolute_repeat to 3 minutes between 6am and 10pm. <run_time> <period absolute_repeat="00:03"...
Hi Tom, <JobChain name="MurexEOD1/Job_Chain_Murex_EOD2" notifications="1" /> <JobChain name="MurexEOD2/Job_Chain_Murex_EOD1" notifications="1" /> Is the Job_Chain_Murex_EOD2 job chain really located in the MurexEOD1 subfolder? Your timer definition looks different... Please set the log level in the live/sos/notification/SystemNotifier.job.xml job file to debug9 <log_level ><![CDATA[debug9]]></log_level> and restart your job chains and the System Notifier order (SystemNotifier,Nagios.order.xm). System...
Hi Tom, your configuration looks good and means, that the notifications for the same job chains (Job_Chain_Murex_EOD1, Job_Chain_Murex_EOD2) are send: * to the Nagios service EOD_Name_Success - if successfully executed * to the Nagios service EOD_Name_Error - if failed Wrong is the configuration of the following attributes: * service_status_on_error="EOD_Status_Error" * service_status_on_success="EOD_Status_Success" The value of these attributes dependends on the System monitor. For Nagios you can...
Hi Tom, your configuration looks good and means, that the notifications for the same job chains (Job_Chain_Murex_EOD1, Job_Chain_Murex_EOD2) are send: * to the Nagios service EOD_Name_Success - if successfully executed * to the Nagios service EOD_Name_Error - if failed Wrong is the configuration of the following attributes: * service_status_on_error="EOD_Status_Error" * service_status_on_success="EOD_Status_Success" The value of these attributes dependends on the System monitor. For Nagios you can...
Hi Tom, your configuration looks good and means, that the notifications for the same job chains (JobChainMurexEOD1, JobChainMurexEOD2) are send: * to the Nagios service EODNameSuccess - if successfully executed * to the Nagios service EODNameError - if failed Wrong is the configuration of the following attributes: * service_status_on_error="EODStatusError" * service_status_on_success="EODStatusSuccess" The value of these attributes dependends on the System monitor. For Nagios you can use one of the...
Hi Glen, thank you for the detailed bug report. We confirm that YADE 1.10.1 does...
This error occurs with the latest mysql driver (com.mysql.jdbc.Driver,mysql-connector-java-5.1.37-bin.jar)...
Please set the log level on the config/live/sos/notification/CheckHistory.job.xml...