Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

disconn3ct/cmk-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

# RabbitMQ Check

This is a basic RabbitMQ check for Check_MK/OMD.

It currently only monitors queue depth and consumer count, but the agent
returns quite a bit more and the check will be expanded as time permits.

Example configuration file (/etc/check_mk/rabbitmq.cfg):

```python
servers = [
    {
				"address"  : "localhost",
				"port"     : 15672,
				"user"     : "rabbitmq",
				"password" : "supersekretive"
		},
]
```

About

RabbitMQ support for Check_MK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages