Agent for Monasca
Go to file
Joe Keen 1ded0b7b1c Fixing flake8 errors now that tox is working again
Change-Id: Id34991711c57f20922f003928008143032723af3
2015-07-30 14:47:02 -06:00
conf.d Reduce the amount of metrics coming from haproxy in the default case. 2015-07-27 13:07:39 -06:00
docs Merge "Drop target_host and just set it to the hostname for host_alive plugin" 2015-07-29 14:21:53 +00:00
monasca_agent Fixing flake8 errors now that tox is working again 2015-07-30 14:47:02 -06:00
monasca_setup Fixing flake8 errors now that tox is working again 2015-07-30 14:47:02 -06:00
packaging Change the default agent user to mon-agent 2015-05-06 11:41:28 -06:00
tests Merge "Add correct checks_d path before attempting to load modules" 2015-07-06 21:09:44 +00: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 Fixes from Craig I missed in the first round. 2015-04-28 17:33:11 -06:00
agent.yaml.template Ensure password field is valid yaml 2015-07-08 16:29:20 -06:00
mkdocs.yml Docs to describe customizations. Added readthedocs config 2015-04-28 15:03:40 -06:00
requirements.txt Remove pylint from the dependencies 2015-07-27 12:46:55 -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 Fixing flake8 errors now that tox is working again 2015-07-30 14:47:02 -06:00
tox.ini Fixing flake8 errors now that tox is working again 2015-07-30 14:47:02 -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.