Search code examples
expressprometheusprometheus-alertmanager

Is there a way to check nodejs app alive using prometheus?


I'd like to use prometheus monitoring system to check my nestjs application

I have url like http://IP:PORT/test

Is that possible to check that url dead or alive using prometheus?


Solution

  • you can use blackbox to check http or tcp https://github.com/prometheus/blackbox_exporter/blob/master/example.yml