Agent for Monasca
Go to file
Gary Hessler bacee52c9c Merge pull request #16 from hpcloud-mon/feature/fix-url
Fixing Keystone URL to be base URL only and some cleanup of the Keystone code.
2014-06-26 15:28:29 -06:00
conf.d Merge pull request #13 from hpcloud-mon/feature/setup 2014-06-12 09:34:42 -06:00
monagent Moved modification of URL to get_token method. 2014-06-26 15:20:56 -06:00
monsetup Added Swift and Cinder auto-detection and setup. 2014-06-18 15:19:11 -06:00
packaging Run supervisord as the mon-agent user, not root 2014-05-28 15:37:57 -06:00
tests Fixed find_packages, remove . from package name 2014-05-12 16:02:07 -06:00
.gitignore Add egg-info directory to .gitignore 2014-05-28 15:02:26 -06:00
CHANGELOG.md Version bump and changelog update 2014-06-20 13:28:08 -06:00
LICENSE added HP to license copyright 2014-05-09 10:29:42 -06:00
README.md Added the project_name to the readme 2014-06-11 15:48:09 -06:00
agent.conf.template Added project name to the keystone config 2014-06-11 09:10:22 -06:00
setup.py Structural changes to allow a single detection plugin to setup multiple plugins 2014-06-09 10:34:16 -06:00

README.md

#mon-agent

The Monitoring Agent is a system for gathering metrics and sending them to the Monitoring API. In its basic configuration, the Agent collects metrics on various aspects of the host system, but may be extended with Python-based plugins or statsd-compatible clients. Many plugins are included, and some of these may be used to gather metrics against remote systems and services as well.

For information on deploying and using the Monitoring Agent, please see the Wiki

Simple Installation

  • pip install mon-agent
  • Run configuration mon-setup -u me -p pass --project_name myproject -s mini-mon --keystone_url https://keystone --mon_url https://mon-api

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