https://github.com/nsmith5/falco-gnome-notify
Send Falco alerts to Gnome desktop notifications
https://github.com/nsmith5/falco-gnome-notify
Last synced: 10 months ago
JSON representation
Send Falco alerts to Gnome desktop notifications
- Host: GitHub
- URL: https://github.com/nsmith5/falco-gnome-notify
- Owner: nsmith5
- Created: 2022-02-26T03:22:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T03:22:52.000Z (over 4 years ago)
- Last Synced: 2025-01-10T02:59:39.203Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Falco Gnome Notify
`falco-gnome-notify` sends [Falco](https://falco.org) alerts to Gnome desktop
notifications. To use it modify your Falco configuration as follows
```diff
# falco.yaml
- json_output: false
+ json_output: true
- json_include_output_property: false
+ json_include_output_property: true
+ program_output:
+ enabled: true
+ keep_alive: true
+ program: "sudo -u falco-gnome-notify"
```
## TODO / Known Bugs
- [ ] Don't use `sudo -u` to switch to user
- [ ] Log out and back in breaks notifications
- [ ] Program crash seems to crash falco service as well