Agent for Monasca
Go to file
Michael James Hoppal 977b07a29c Remove watchdog from the agent
The watchdog is causing problems by restarting the agent
even if it does not need to. Also we are not gaining
anything by running it. In result we are removing
watchdog completely from the agent.

Change-Id: I45b80e28d81749c98dff7273d7756e10db23da70
2015-08-25 08:07:08 -06:00
conf.d Exclude the tap device from the default list for the Network checks. 2015-08-19 13:17:31 -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 Remove watchdog from the agent 2015-08-25 08:07:08 -06:00
monasca_setup Differentiate heat-api from heat-api-* services 2015-08-19 13:05:05 +05:30
packaging Change the default agent user to mon-agent 2015-05-06 11:41:28 -06:00
tests Accept Unicode in the Aggregator 2015-08-24 11:08:13 -06:00
tests_to_fix Remove watchdog from the agent 2015-08-25 08:07:08 -06: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 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 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.