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: 3 months 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 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-10T07:48:50.000Z (about 15 years ago)
- Last Synced: 2025-02-01T09:41:41.018Z (5 months ago)
- Language: Perl
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 2
- 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.