Appdynamics / HA-toolkit

AppDynamics Controller High Availability Toolkit
https://docs.appdynamics.com/display/PRO42/Using+the+High+Availability+(HA)+Toolkit
Apache License 2.0
13 stars 11 forks source link

Need support for systemd (RHEL 7, Ubuntu 15 etc) #67

Open psrpardhasaradhi opened 7 years ago

psrpardhasaradhi commented 7 years ago

RHEL 7 still supports sysV, Ubuntu 15 is fully systemd. We might need to enhance HA toolkit to support systemd to automate the start and stop of appd services as there are few requests for this. In order to check status on systemd machines we have HA/appdstatus.sh.

https://access.redhat.com/articles/754933

cmayer68 commented 7 years ago

the unit files will have to call out to shell scripts anyway. Unless systemd is removing systemv compatibility, we can soldier on with the current architecture.