Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Desired Behavior
- It should be possible to configure other protocols than SMTP to send messages, e.g. in case of errors to systems such as
- message queue
- file
- Nagios
- Zabbix
Resolution
- The JobScheduler Monitoring Interface as indicated with
JS-1299provides an interface that allows to- integrate system monitors such as Nagios, op5, Zabbix etc..
- write your own jobs or external solutions that process JobScheduler messages (info, critical, recovery) for hand-over to e.g. messag queues.
- Sending mail is considered to be out-tasked from JobScheduler to a new Plugin with
JS-1311