[3.x] Document using packaged Laminas checks
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 474
- Forks
- 107
- PR merge metrics
- No merged PRs in 30d
Description
```yaml
services:
rabbitmq1:
class: Laminas\Diagnostics\Check\RabbitMQ
arguments: ...
tags:
- { name: 'liip_monitor.check', label: 'rabbitmq1' }
rabbitmq2:
class: Laminas\Diagnostics\Check\RabbitMQ
arguments: ...
tags:
- { name: 'liip_monitor.check', label: 'rabbitmq2' }
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No documentation file, test, or entry point is named. Locate the 3.x documentation covering service configuration and compare its existing examples with the supplied RabbitMQ service definitions. Done means the documentation explains how to register packaged Laminas checks, including distinct labels for multiple services.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100