Agent for Monasca
Go to file
Tim Kuhlman 52ed313d0c Merge pull request #17 from tkuhlman/feature/cleanup
Feature/cleanup
2014-06-30 16:54:27 -06:00
conf.d Merge pull request #13 from hpcloud-mon/feature/setup 2014-06-12 09:34:42 -06:00
monagent Fixed Laconic filter import 2014-06-30 13:22:22 -06:00
monsetup Minor name change 2014-06-30 10:35:34 -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 __init__.py fixes for monagent 2014-06-30 11:11:00 -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.