Agent for Monasca
Go to file
LiZekun 29be6e96a6 Update python testing classifier
Yoga testing runtime[1] has been updated to add py39
testing as voting. Unit tests update are handled by the
job template change in openstack-zuul-job

- https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/820286

this commit updates the classifier in setup.cfg file.

[1] https://governance.openstack.org/tc/reference/runtimes/yoga.html

Change-Id: Idb98e3b64528bb5ad12e7292bfb18c159585f87b
2022-04-04 09:20:29 +00:00
conf.d Clean up extra spaces 2021-09-26 22:52:47 -04:00
docker Remove py2-psutil from apk 2022-01-26 19:52:07 +01:00
docs Fix libvirt ping_checks documentation 2020-05-14 11:08:02 +00:00
monasca_agent Remove JMSAppender.class to avoid CVE-2021-4104, 2022-01-27 09:05:15 +00:00
monasca_setup Add a condition for systemd service detection in monasca_setup 2021-09-20 21:06:27 +02:00
packaging Removed dependency on supervisor 2018-06-27 11:28:43 +02:00
playbooks Fix zuul publish docker image job 2021-03-18 09:45:44 -07:00
releasenotes/notes Merge "Add support for gathering Slab memory usage" 2020-01-13 18:00:27 +00:00
tests Merge "Remove six" 2020-11-13 17:07:14 +00:00
tests_to_fix Remove six 2020-11-13 16:16:58 +01:00
.gitignore Removed dependency on supervisor 2018-06-27 11:28:43 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:33 +00:00
.stestr.conf Switch to using stestr 2018-08-13 11:19:12 -04:00
.zuul.yaml Add Python3 zed unit tests 2022-03-10 17:06:22 +00:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2020-05-19 16:14:45 +02:00
LICENSE Add HPE copyright 2016-02-02 10:34:10 -07:00
README.rst Start README.rst with a better title 2020-06-16 15:39:04 +08:00
agent.yaml.template Support setting statsd metric aggregation interval 2019-02-21 14:23:21 +00:00
bindep.txt Adding python3-libvirt for Ubuntu-focal 2020-10-09 15:24:31 +02:00
mkdocs.yml Add HPE copyright 2016-02-02 10:34:10 -07:00
requirements.txt Remove six 2020-11-13 16:16:58 +01:00
setup.cfg Update python testing classifier 2022-04-04 09:20:29 +00:00
setup.py Cleanup py27 support 2020-04-14 19:25:34 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:29:40 -05:00
tox.ini Update python testing classifier 2022-04-04 09:20:29 +00:00

README.rst

Openstack Monasca Agent

Team and repository tags

Introduction

The Monasca Agent is a modern Python monitoring agent for gathering metrics and sending them to the Monasca API. The Agent supports collecting metrics from a variety of sources as follows:

System metrics

such as cpu and memory utilization.

Prometheus

The Monasca Agent supports scraping metrics from endpoints provided by Prometheus exporters or Prometheus instrumented applications.

Statsd

The Monasca Agent supports an integrated StatsD daemon which can be used by applications via a statsd client library.

OpenStack metrics

The agent can perform checks on OpenStack processes.

Host alive

The Monasca Agent can perform active checks on a host to determine if it is alive using ping (ICMP) or SSH.

Process checks

The Monasca Agent can check a process and return several metrics on the process such as a number of instances, memory, io and threads.

Http Endpoint checks

The Monasca Agent can perform active checks on http endpoints by sending an HTTP request to an API.

Service checks

The Monasca Agent can check services such as MySQL, RabbitMQ, and many more.

Nagios plugins

The Monasca Agent can run Nagios plugins and send the status code returned by the plugin as a metric to the Monasca API.

The Agent can automatically detect and setup checks on certain processes and resources.

The Agent is extensible through the configuration of additional plugins, written in Python.

Detailed Documentation

For an introduction to the Monasca Agent, including a complete list of the metrics that the Agent supports, see the "Agent" detailed documentation.

The Agent is extensible through the configuration of additional check and setup plugins, written in Python. See the "Agent Customizations" detailed documentation.

Agent

https://opendev.org/openstack/monasca-agent/src/branch/master/docs/Agent.md

Agent Customizations

https://opendev.org/openstack/monasca-agent/src/branch/master/docs/Customizations.md

Monasca Metrics

https://opendev.org/openstack/monasca-agent/src/branch/master/docs/MonascaMetrics.md

Agent Plugin details

https://opendev.org/openstack/monasca-agent/src/branch/master/docs/Plugins.md