I run a java application on a server at home and want to be notified on my Android phone when an exception occurs so that I can fix it.
I loose money if it stops running.
I could send an email, or even a text from my java application but I want something specific. I don't want to have to reach for my phone every time I get an email or text.
Is there some Android client app that works with a monitoring API on my server? I can't find anything suitable on Playstore.
What I want is a server API, preferably Java, that will send a message to a phone app that pops up a notification on the phone. The API doesn't have to be Java: Rust,C,Python, anything easy on Linux.