Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/otaviof/perl-nfs_watchdog
- Owner: otaviof
- Created: 2010-03-30T02:15:49.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-10T07:48:50.000Z (over 14 years ago)
- Last Synced: 2023-03-10T21:47:51.277Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installSUPPORT 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.