Hey,
First, I apologize for my bad English.
Is there a way to create a service that tests whether Jira (and Confluence) are running and if not, starting them. But if that is not possible send me an email?
I hope you understand what I mean and can help me!
hello, you can check if it's running by requesting "your.url/status" (works for both jira and conf):
https://community.atlassian.com/t5/Jira-questions/Status-URL-for-monitoring/qaq-p/146530
and then start it or not depending on what got returned
well, bash + cron is the thing I guess
haven't done anything like this myself, but totally believe it's achievable
edit: to expand on what I said
inside the bash script you check for you server status with curl, and if it returns something but "running", it executes jira-start.sh
and with cron you run this script periodically, making it a service
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.