Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A collected plugin, written in python, tocollect statistics from RabbitMQ.
.. image:: https://img.shields.io/pypi/v/collectd-rabbitmq.svg :target: https://pypi.python.org/pypi/collectd-rabbitmq
.. image:: https://api.travis-ci.org/NYTimes/collectd-rabbitmq.svg :target: https://travis-ci.org/NYTimes/collectd-rabbitmq
.. image:: https://readthedocs.org/projects/collectd-rabbitmq/badge/?version=latest :target: https://readthedocs.org/projects/collectd-rabbitmq/?badge=latest :alt: Documentation Status
.. image:: https://coveralls.io/repos/github/NYTimes/collectd-rabbitmq/badge.svg?branch=master :target: https://coveralls.io/github/NYTimes/collectd-rabbitmq?branch=master
"A collected plugin, written in python, to collect statistics from RabbitMQ."
This plugin supports a small amount of configuration options:
Username
: The rabbitmq user. Defaults to guest
Password
: The rabbitmq user password. Defaults to guest
Realm
: The http realm for authentication. Defaults to RabbitMQ Management
Scheme
: The protocol that the rabbitmq management API is running on. Defaults to http
Host
: The hostname that the rabbitmq server running on. Defaults to localhost
Port
: The port that the rabbitmq server is listening on. Defaults to 15672
ValidateCerts
: You can ignore verifying the SSL certificate if you set it to false
. Defaults to true
VHostPrefix
: Arbitrary string to prefix the vhost name with. Defaults to NoneIgnore
: The queue to ignore, matching by Regex. See example.See this example
_ for further details.
.. _this example: config/collectd.conf
For each node the following statistics are gathered:
For each queue in each vhost the following statistics are gathered:
NOTE: The /
vhost name is sent as default
For each exchange in each vhost the following statistics are gathered:
NOTE: The /
vhost name is sent as default
This package was created with Cookiecutter_ and the cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _cookiecutter-pypackage
: https://github.com/audreyr/cookiecutter-pypackage
FAQs
A collected plugin, written in python, tocollect statistics from RabbitMQ.
We found that collectd-rabbitmq demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.