Agent for Monasca
Go to file
Ryan Brandt 720eba47a5 Do not collect disk stats on cdrom
Change-Id: I8337f1478fb692a0b1f418dc259524a547e15c7e
2015-10-07 15:12:49 -06:00
conf.d Do not collect disk stats on cdrom 2015-10-07 15:12:49 -06:00
docs Change remaining megabytes to Mbytes 2015-09-25 13:13:06 -06:00
monasca_agent Merge "Added service key to some HA proxy metrics" 2015-09-28 17:35:19 +00:00
monasca_setup Fix typo 2015-09-24 16:00:56 +09:00
packaging Fix typo 2015-09-24 16:00:56 +09:00
tests Allow apostrophes in dimension names and values 2015-09-04 13:54:34 -06:00
tests_to_fix Merge "Remove watchdog from the agent" 2015-09-16 04:45:55 +00:00
.gitignore Fixing keystone singleton problem 2015-08-17 10:59:44 -06:00
.gitreview Adding gitreview config 2014-07-17 17:28:02 -07:00
LICENSE added HP to license copyright 2014-05-09 10:29:42 -06:00
MANIFEST.in Adding setup.cfg file 2014-07-21 18:37:06 -06:00
README.md Fixes from Craig I missed in the first round. 2015-04-28 17:33:11 -06:00
agent.yaml.template add support for (user-) domain_id/name 2015-08-25 16:33:06 +00:00
mkdocs.yml Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
requirements.txt Fixing oslo.serialization requirement 2015-09-08 13:54:34 -06:00
setup.cfg Added a systemd service provider 2015-04-21 15:05:46 -06:00
setup.py Cleaned up a lot of the Pep8 violations 2014-08-28 10:42:29 -06:00
test-requirements.txt Updating unit tests 2015-08-20 16:35:55 -06:00
tox.ini Updating unit tests 2015-08-20 15:04:00 -06:00

README.md

Table of Contents

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.
  • 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.
  • Statsd. The Monasca Agent supports an integrated Statsd daemon which can be used by applications via a statsd client library.
  • 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 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 Agent can check service such as MySQL, RabbitMQ, and many more.
  • OpenStack metrics. The agent can perform checks on OpenStack processes.
  • The Agent can automatically detect and setup checks on certain processes and resources.

The Agent is extensible through 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 configuration of additional check and setup plugins, written in Python. See the "Agent Customizations" detailed documentation.

Agent github.com/stackforge/monasca-agent/blob/master/docs/Agent.md

Agent Customizations github.com/stackforge/monasca-agent/docs/Customizations.md

Monasca Metrics github.com/stackforge/monasca-agent/docs/MonascaMetrics.md

Agent Plugin details github.com/stackforge/monasca-agent/docs/Plugins.md

License

Copyright (c) 2015 Hewlett-Packard Development Company, L.P.