Skip to content

Commit

Permalink
update README and inc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason McFarland committed Jun 27, 2017
1 parent 709065a commit b2ec4bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@
2. Install the rpm:

```
rpm -ivh python-cb-defense-connector-1.0-0.x86_64.rpm
rpm -ivh python-cb-defense-syslog-1.2-3.x86_64.rpm
```

3. Copy the example config file:

```
cd /etc/cb/integrations/cb-defense
cd /etc/cb/integrations/cb-defense-syslog
cp cb-defense-connector.conf.example cb-defense-connector.conf
cp cb-defense-syslog.conf.example cb-defense-syslog.conf
```

4. Modify the config file as needed

5. Uncomment the Cb Defense Connector line from /etc/cron.d/cb-defense-connector
5. Uncomment the Cb Defense Connector line from /etc/cron.d/cb-defense-syslog

## Debug Logs

Debug Logs are stored in /var/log/cb/cb-defense.log
Debug Logs are stored in /var/log/cb/integrations/cb-defense-syslog/

## Sample Config File

Expand Down
2 changes: 1 addition & 1 deletion python-cb-defense-syslog.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define name python-cb-defense-syslog
%define version 1.2
%define unmangled_version 1.2
%define release 2
%define release 3
%global _enable_debug_package 0
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
Expand Down

0 comments on commit b2ec4bc

Please sign in to comment.