What is the better way to check if the latest (v4.3.2) ChirpStack Gateway OS is running fine without error with chirpstack udp forwarder ?
With these commands below ? /etc/init.d/chirpstack-concentratord status /etc/init.d/chirpstack-udp-forwarder status
I think a combination of checking the process status + log output would do (as the service might be running but returning runtime errors). Alternatively, you could enable the Prometheus metrics endpoint and fetch the metrics.