fanwatch

Monitor overlay filesystem events with customizable filtering pipelines.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ep0ll/bons-ci --skill fanwatch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fanwatch
Source: https://github.com/ep0ll/bons-ci/tree/main/.agents/skills/pkg/fswatch
Command: npx skills add https://github.com/ep0ll/bons-ci --skill fanwatch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill facilitates efficient detection and handling of filesystem events on overlay filesystems, enabling real-time application responses.

Core Features & Use Cases

  • Event pipeline setup: Configure pipelines to filter, transform, and act upon overlay filesystem events.
  • Real-time monitoring: Observe file operations such as open, read, or modify within containerized or layered environments.
  • Use Case: Deploy this Skill to monitor Docker overlay directories to detect unauthorized access or changes, triggering alerts or automated responses.

Quick Start

Use the fanwatch skill to set up a pipeline that logs all read-only events in a given overlay directory.

Frequently Asked Questions about fanwatch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor overlay filesystem events in real-time for container security?

You can monitor overlay filesystem events in real-time by configuring an event pipeline that processes kernel-level notifications. This allows you to observe file operations and trigger automated alerts for unauthorized changes within containerized environments.

What is a fanotify-based event pipeline for layered storage systems?

A fanotify event pipeline intercepts kernel-level filesystem notifications to filter, transform, and act upon file operations within Linux overlay filesystems. It provides scalable handling of filesystem changes by managing event detection and response pipelines for layered storage.

Can I set up customizable filtering for Docker overlay directory file operations?

You can set up customizable filtering for Docker overlay directories by configuring a pipeline to log specific read-only events or other targeted file operations. This allows you to transform and act upon kernel-level notifications based on your security rules.

Does Linux filesystem monitoring support automated responses to unauthorized access?

Linux filesystem monitoring supports automated responses by configuring pipelines to act upon detected overlay filesystem events. When unauthorized access or changes occur within containerized environments, the pipeline can trigger alerts or execute predefined automated responses.

How do I log read-only events in a given overlay directory?

To log read-only events in an overlay directory, you set up a pipeline that specifically filters for read operations among kernel-level notifications. This pipeline processes the filesystem events and logs the targeted read-only actions for container security and management.