Skip to content

Commit

Permalink
formatting of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakipp committed Jul 11, 2011
1 parent 51eaab5 commit 4b3974e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Installation
=====

**Dependencies**
- CentOS or Ubuntu
- Python 2.4+
- python-configobj
- pysnmp
- pyasn1
- ant (for packaging)
- CentOS or Ubuntu
- Python 2.4+
- python-configobj
- pysnmp
- pyasn1
- ant (for packaging)

Usage
=====
Expand Down Expand Up @@ -96,7 +96,7 @@ To run this collector in test mode you can invoke the diamond server with the -r
Diamond supports dynamic addition of collectors. Its configured to scan for new collectors on a regular interval (configured in diamond.cfg).
If diamond detects a new collector, or that a collectors module has changed (based on the file's last modified timestamp), it will be reloaded.

Diamond looks for collectors in /usr/lib/diamond/collectors/ (on Ubuntu). By default a collector will run the "collect" method every 60 seconds.
Diamond looks for collectors in /usr/lib/diamond/collectors/ (on Ubuntu). By default diamond will invoke the "collect" method every 60 seconds.

Diamond collectors that require a separate configuration file should place a .cfg file in /etc/diamond/.
The configuration file name should match the name of the diamond collector class. For example, a collector called
Expand Down

0 comments on commit 4b3974e

Please sign in to comment.