Agent for Monasca
Go to file
Tim Kuhlman 2d7d2271a8 Allow a comma separated list of hosts for host_alive detection plugin
Some minor Readme cleanup also.

Change-Id: I7a707f5d566339db1430cbcc7597b95c1df9201c
2015-07-24 14:11:13 -06:00
conf.d VM up/down status metrics, other libvirt changes 2015-07-10 16:34:18 -06:00
docs Added the ability to remove configuration and did various cleanup. 2015-07-17 15:00:12 -06:00
monasca_agent Filtering bad metrics in the aggregator. 2015-07-22 15:10:07 -06:00
monasca_setup Allow a comma separated list of hosts for host_alive detection plugin 2015-07-24 14:11:13 -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 psutil 3.1+ is broken 2015-07-15 10:19:54 -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 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

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.