sensu-plugins / sensu-plugins-supervisor

Sensu plugins for Supervisor

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request: support process groups

foozmeat opened this issue · comments

We run various things grouped together in supervisord so when this plugin fires the output looks like

CheckSupervisorSocket CRITICAL: 00 not running: STOPPED

If #{process['group']}: could be conditionally added it would make the output much clearer:

CheckSupervisorSocket CRITICAL: syncserverbeta_rq_worker:00 not running: STOPPED

Thanks!

That sounds like a reasonable enhancement to me and would be happy to review a PR.