Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ in development
backends can advertise functionality they support (e.g. authenticate a user, retrieve information
about a particular user, retrieve a list of groups a particular user is a member of).
(new feature)
* Linux file watch sensor is now disabled by default. To enable it, set ``enabled: true`` in
``/opt/stackstorm/packs/linux/sensors/file_watch_sensor.yaml``

2.2.0 - February 27, 2017
-------------------------
Expand Down
1 change: 1 addition & 0 deletions contrib/linux/sensors/file_watch_sensor.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
class_name: "FileWatchSensor"
enabled: false
entry_point: "file_watch_sensor.py"
description: "Sensor which monitors files for new lines"
trigger_types:
Expand Down