Content-Length: 258641 | pFad | http://github.com/Don-cloud/linuxfoldermonitor

4F GitHub - Don-cloud/linuxfoldermonitor: Monitor your linux folder for events and take action when the event occurs
Skip to content

Monitor your linux folder for events and take action when the event occurs

Notifications You must be signed in to change notification settings

Don-cloud/linuxfoldermonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

README

A small, simple yet powerful script which will watch a folder (or folders recursively) and move the incoming file with png extension to Azure blob storage.

What is this repository for?

  • This script servers as an example of use case where you need to monitor a folder for incoming files and perform "action" on them. For example, you may need to create thumbnails for any image uploaded by a website user.

How do I get set up?

  • To set this up and running is pretty easy. Once you have the code, install the depency packages and you are good to go!

  • Configuration

    • Edit src/process.sh and set the variable to POST file to the azure destination
     CONTAINER_URL="<your azure container URL+SAS token>";
    
  • Dependencies

    • Install inotify-tools
    sudo apt-get install inotify-tools
    
  • Deployment instructions

    • start monitoring the folder
    sh startmonitoring.sh
    

    Note that you can start monitoring using the inoticoming command as a daemon also. Once any file ending wiht png extension comes to incoming folder, it will be copied to the azure blob storage and then moved to processed folder.

Contribution guidelines

  • Writing tests
  • Code review
  • Other guidelines

Who do I talk to?

  • Repo owner or admin
  • Other community or team contact








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Don-cloud/linuxfoldermonitor

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy