The Wayback Machine - https://web.archive.org/web/20200617171551/https://github.com/topics/watcher
Skip to content
#

watcher

Here are 284 public repositories matching this topic...

drshrey
drshrey commented Dec 24, 2019

In .air.conf, if you set the tmp to ".", your entire current working directory will be wiped. This can be very bad especially if you haven't committed to git in a while. Can we have a warning if it is set to "." or atleast some documentation around that please?

My .air.conf that caused this:

# Working directory
# . or absolute path, please note that the directories following must be und
amulyamalla
amulyamalla commented Sep 4, 2019

ES - v6.5.4
Kibana - v6.5.4
Search guard - v6.5.4
sentinl plugin - v6.5.4

Configure sentinl with some test watcher and action , but when i deleted the watcher from kibana GUI , but still alarm get fired at the regular interval , as i already given required permission at search guard , subsequent index get created at elastic search , manually deleted watcher index but it will auto recr

notify
bluejekyll
bluejekyll commented Feb 18, 2020

System details

  • OS/Platform name and version: Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  • Rust version (if building from source): rustc 1.41.0 (5e1a79984 2020-01-27)
  • Notify version (or commit hash if building from git):
commit eed64ac9088ec1aab5c4710ef7232f0fbee49e0a
Date:   Fri Feb 7 19:40:35 2020 +0100
catokass
catokass commented Jan 2, 2019

isHidden_windows.go was throwing the error: "The system cannot find the path specified."

I discovered this was due to syscall.UTF16PtrFromString(pointer) not working with file paths longer than 260 characters.*

I fixed it by changing syscall.UTF16PtrFromString(path) to syscall.UTF16PtrFromString(fixLongPath(path)), and adding an extra file containing this:
https://golang.org/src/os/pa

Improve this page

Add a description, image, and links to the watcher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the watcher topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.