Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otaviof/perl-nfs_watchdog

Perl script using AnyEvent, Coro and EV modules, for constant NFS testing. When something goes wrong, you can execute many actions to avoid a bigger problem.
https://github.com/otaviof/perl-nfs_watchdog

Last synced: about 1 month ago
JSON representation

Perl script using AnyEvent, Coro and EV modules, for constant NFS testing. When something goes wrong, you can execute many actions to avoid a bigger problem.

Awesome Lists containing this project

README

        

NFS-Watchdog

### sudo iptables -I INPUT -s 192.168.93.129 -j DROP``

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

perldoc NFS::Watchdog

COPYRIGHT AND LICENCE

Copyright (C) 2010 Otavio Fernandes

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.