mperham / inspeqtor

Monitor your application infrastructure!
GNU General Public License v3.0
1.66k stars 72 forks source link

How to target a service instance that has @ symbole ? #162

Open hopewise opened 4 years ago

hopewise commented 4 years ago

The only way I could target the service is by writing its full name, as:

check service sidekiq-leads@1579448767148

however, that name is not persistent, I tried to use sidekiq-leads@ but that will lead into:

Service: sidekiq-leads@ [Unknown/0]

Any advice for this situation? How can I target pid file instead of service name?