An open API service indexing awesome lists of open source software.

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

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