Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmartin committed Jul 25, 2014
1 parent 78ae412 commit a6253a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ LoadPlugin memory
<Plugin "python">
ModulePath "/usr/lib64/collectd/python"
Import "collectd_sensu"
Interactive false
</Plugin>
```
Expand Down Expand Up @@ -59,6 +60,7 @@ to your collectd configuration to load this plugin:
<Plugin "python">
# collectd-sensu.py is at /opt/collectd-sensu-0.0.1/lib/collectd-sensu.py
ModulePath "/opt/collectd-sensu-0.0.1/lib"
Interactive false
Import "collectd-sensu"
</Plugin>
Expand Down Expand Up @@ -147,6 +149,7 @@ The following is an example Collectd configuration for this plugin:
ModulePath "/opt/collectd-sensu-0.0.1/lib"

Import "collectd_sensu"
Interactive false

<Module "collectd_sensu">
Port "3031"
Expand Down

0 comments on commit a6253a0

Please sign in to comment.