Agent for Monasca
Go to file
Dexter Fryar 3d1dc2c6d0 Docs to describe customizations. Added readthedocs config
Built on changes from Dexter
Updated toc, added internal dimensions, general formatting

Change-Id: Ica56c43fbf98fcd99792ab91e47dccf46ec1b9aa
2015-04-28 15:03:40 -06:00
conf.d Added additional core related cpu and aggregated disk metrics 2015-04-01 14:10:12 -06:00
docs Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
monasca_agent Suppress nagios_wrapper valueMeta for empty detail 2015-04-17 15:47:32 -06:00
monasca_setup Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
packaging Added a systemd service provider 2015-04-21 15:05:46 -06:00
tests Converted the agent config file to yaml to match the plugin config files 2015-03-02 18:36:15 -07:00
.gitignore Converted the agent config file to yaml to match the plugin config files 2015-03-02 18:36:15 -07: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 Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
agent.yaml.template Converted the agent config file to yaml to match the plugin config files 2015-03-02 18:36:15 -07:00
mkdocs.yml Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
requirements.txt Change mode of requirement files 2014-08-13 09:27:04 +02: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 Change mode of requirement files 2014-08-13 09:27:04 +02:00
tox.ini Modifications to accommodate for python 2.6 2015-02-06 11:18:09 -07: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

License

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