Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Merge pull request #51 from HubbleStack/develop
Browse files Browse the repository at this point in the history
Merge to master (prep v2016.10.2)
  • Loading branch information
basepi committed Oct 18, 2016
2 parents fd9f940 + cbd4850 commit a7937d9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,27 @@ defined path.
- /var/cache
- /var/lock
Troubleshooting
===============

If inotify is reporting that it can't create watches due to lack of disk space,
but you have plenty of disk space and inodes available, then you may have to
raise the max number of inotify watches.

To check the max number of inotify watches:

.. code-block:: bash
# cat /proc/sys/fs/inotify/max_user_watches
To set the max number of inotify watches:

.. code-block:: bash
# echo 20000 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
.. _pulsar_under_the_hood:

Under The Hood
Expand Down
1 change: 1 addition & 0 deletions _beacons/pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
DEFAULT_MASK = None

__virtualname__ = 'pulsar'
__version__ = 'v2016.10.2'
CONFIG = None
CONFIG_STALENESS = 0

Expand Down
1 change: 1 addition & 0 deletions _beacons/win_pulsar.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
DEFAULT_TYPE = 'all'

__virtualname__ = 'pulsar'
__version__ = 'v2016.10.2'
CONFIG = None
CONFIG_STALENESS = 0

Expand Down
2 changes: 2 additions & 0 deletions hubblestack_pulsar/hubblestack_pulsar_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- /opt/splunk/var/
- /opt/cloudpassage/log/
- /opt/splunkforwarder/var/
- '\/opt\/imply-\d\.\d\.\d\/':
regex: True
recurse: True
auto_add: True
/etc:
Expand Down

0 comments on commit a7937d9

Please sign in to comment.