@romi ,
You can try to connect to some NiFi API endpoint. If it succeed, it's an indication that the service is up.
For example:
$ curl -k "https://mynifi:8443/nifi-api/access"
{"accessStatus":{"status":"UNKNOWN","message":"Access Unknown: Certificate and Token not found."}}
If the command above returned anything different, you could send an alert.
Cheers,
André
--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.