1

I have a service 'service_1' on the servers. And I need checking by Prometheus existing this service on the servers. node_systemd_unit_state showing only metrics for existing services. Maybe I can check existing file in /etc/systemd/system/service_1.service, but don't understand how to do that by Prometheus.

tutunak
  • 63
  • 7

1 Answers1

2

My solution for this is just monitoring if someone listening to some port on the server, that used by service_1.

tutunak
  • 63
  • 7