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
A number of years ago I wrote a pluggable, .NET Windows service using Quartz. Since becoming a Checkmarx admin at my current corporate gig, I have updated it, and written a number of "jobs" that automate a bunch of maintenance and notification tasks on our corporate Checkmarx server. I am re-writing the CxOverwatch modules as Quartz jobs for it. I expect to be done with it in a few days and will submit a pull request for the whole shebang. If it is accepted into this repo, then it will do what you want.
It currently uses XML for the configuration files, and I want to change that to JSON, but I may just let the community do that.
I'm doing a pull request on the Windows service in its current state. The service is cleaned up and ready to open source. The file "KlaatuService\Klaatu.Jobs\CxOverwatchJob\CxOverwatchJob.cs" is wired up into the Service, but I haven't had time to get the PS code converted to run in a service yet. Maybe someone can help with that?
Describe the problem
Currently you have to manually start CxOverwatch. And when you do start it, it runs in a terminal.
Proposed solution
Have CxOverwatch start on boot and run as a background task
Additional details
Perform tests by stopping engine and receiving a notification.
The text was updated successfully, but these errors were encountered: