Open-source Languages & Tools for z/OS

 View Only
  • 1.  Python, watchdog Library

    Posted 01-09-2020 04:36

    Hi guys, in this days I have developed a short script to monitoring my system in order to discovery if someone create, edit, update, delete a file in a specific path (on Linux environment).
    To do it I use watchdog lib on Python, this lib to discovery what happens in my FS, use iNotify kernel libery, and using it the kernel when is involved to write to disk rise an alert and the library catch it, and send a message in an MQ queue.

    That is my environment and now I need to convert it on Z/OS native environment; so do you now if it possible find the strictly closer library that works as watchdog on linux environment?

    Thnak a lot

    Andrea