Hello,
For monitoring purposes, please suggest, how to check from linux command line if specific JIRA add-on is enabled?
I hope there is better option than digging through JIRA logs to get last status.
BR,
Andris
The logs are about the only way to do it. And they're not reliable because it is possible to turn off add-ons without lines going into the logs.
You could read the database for the "add-on enabled" flag. That's more reliable than the logs, but not really "command line"
Hi Andris,
As Nic said, this won't be so reliable due the possibility of turn off add-ons. Also, sometimes add-ons have submodules which means, you can have the plugin enable, but a sub-module disable which can cause a false/positive return.
But if you don't want to go deep, and just check the status by logs, looking for the add-on name. You could create a script using a tail -f (to check in real time) and to use some |grep to check if that add on was started or you are getting some error into the logs.
Regards,
Renato
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Discover how Atlassian is revolutionizing service management with cutting-edge solutions for AI-powered support, HR Service Management, or DevOps connectivity.
Register here ⬇️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.