Hi all,
A customer of us has a requirement to monitor Appian with Spring Actuator - Icinga. Does anyone know if it is possible?
What they need is a url to check if the status is ok. I guess we can provide any basis url (for example /suite/tempo) to check that the service is up and running. It is not valid if it simply returns 200 because the Web Server can provide it even if the service is down.
Many thanks!
Discussion posts and replies are publicly visible
I don't have any knowledge of Spring Actuator - Icinga, but can you just make a very trivial Web Api object that returns an OK and provide that to the tool? It should be trivial to do. https://docs.appian.com/suite/help/20.3/Designing_Web_APIs.html
Thanks Scott, we provided that information to the customer. They were very interested in using Icinga and we said it should not be a problem.