ubuntu-noble monit replacement proposal #338
jpalermo
announced in
Announcements
Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a list of these issues anywhere? BPM's unsafe was intended to accommodate these sorts of cases. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Things that are NOT part of the plan
monitProposed Plan
processes.ymlbpm.ymlbpm.ymltemplatebpm.ymltemplate is no longer required, but can be kept for backward compatibility with older stemcell linesprocesses.ymlto construct a systemd service for each process listed in the file/var/vcap/bosh/bin/bpm start JOB_NAME -p PROCESS_NAMEprocesses.ymlfile, monit will be usedPotential Future Improvements
processes.ymlthat are used to configure systemd for more advanced non-pid monitoringmonit summarythat would show you details for both monit and systemd managed processesPlaces that would need to be updated
systemdJobSupervisorwill need to be created to live alongsidemonitJobSupervisorcreate-envwould need to also render theprocesses.ymlfilebosh generate-jobwould need to seed theprocesses.ymlfilerelease/job/dir_reader.gowould need to account for including the file as part of a jobvalidate_monitinsrc/bosh-director/lib/bosh/director/jobs/release/release_job.rbwill need to support either file existing (but probably at least one of them)src/bosh-director-core/lib/bosh/director/core/templates/where the templates are found and renderedBeta Was this translation helpful? Give feedback.
All reactions