Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BalakrishnaV committed Jun 19, 2014
1 parent 538aaa6 commit caf441a
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ Couchbase Server is an open source, distributed (shared-nothing architecture) No
3. Unzip the deployed file.
4. Open `<MACHINE_AGENT_HOME>/monitors/CouchBaseMonitor/monitor.xml` and configure the CouchBase parameters.
```
&lt;argument name="host" is-required="true" default-value="localhost"/&gt;
&lt;argument name="port" is-required="true" default-value="8091"/&gt;
&lt;argument name="username" is-required="true" default-value="username"/&gt;
&lt;argument name="password" is-required="true" default-value="password"/&gt;
&lt;argument name="disabled-metrics-path" is-required="false" default-value="monitors/CouchBaseMonitor/conf/DisabledMetrics.xml"/&gt;
&lt;argument name="metric-prefix" is-required="false" default-value="Custom Metrics|Couchbase|"/&gt;
&lt;argument name="host" is-required="true" default-value="localhost"/&gt;
&lt;argument name="port" is-required="true" default-value="8091"/&gt;
&lt;argument name="username" is-required="true" default-value="username"/&gt;
&lt;argument name="password" is-required="true" default-value="password"/&gt;
&lt;argument name="disabled-metrics-path" is-required="false" default-value="monitors/CouchBaseMonitor/conf/DisabledMetrics.xml"/&gt;
&lt;argument name="metric-prefix" is-required="false" default-value="Custom Metrics|Couchbase|"/&gt;
```
5. Open `<MACHINE_AGENT_HOME>/monitors/CouchBaseMonitor/conf/DisabledMetrics.xml` and configure the list of disabled metrics. Here is a sample configuration of the disabled metrics:
```
&lt;Metric name="mem_free"/&gt;
&lt;Metric name="mem_total"/&gt;
&lt;Metric name="mem_free"/&gt;
&lt;Metric name="mem_total"/&gt;
```
6. Restart the machine agent.

Expand Down

0 comments on commit caf441a

Please sign in to comment.