Skip to content

Commit

Permalink
Readme update on collector test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jan 5, 2012
1 parent 3c1dd90 commit 0d88fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -116,7 +116,7 @@ Collectors are subclasses of diamond.collector.Collector. In their simplest form

To run this collector in test mode you can invoke the diamond server with the -r option and specify the collector path.

> python src/diamond/server.py -f -v -r src/collectors/ExampleCollector/ExampleCollector.py
> python bin/diamond -f -v -r src/collectors/ExampleCollector/ExampleCollector.py -c conf/diamond.conf.example
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 mtime), it will be reloaded.
Expand Down

0 comments on commit 0d88fbb

Please sign in to comment.