Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Nov 15, 2013
1 parent 1da7992 commit 9cb59cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Then you should just be able to build this with:
make
```

And then you'll get a `nagioseasier.o` file. You can put it wherever, really, but I recommend `/usr/lib/nagioseasier/nagioseasier.o`.
And then you'll get a `nagioseasier.so` file. You can put it wherever, really, but I recommend `/usr/lib/nagioseasier/nagioseasier.so`.

From there you can load it in your Nagios configuration as an Event Broker Module with a config line like so:

```
broker_module=/usr/lib/nagioseasier/nagioseasier.o
broker_module=/usr/lib/nagioseasier/nagioseasier.so
```

## Using
Expand Down

0 comments on commit 9cb59cc

Please sign in to comment.