pinger¶
pinger is tool for checking hosts.
Developed in perl code.
The README is used to introduce the modules and provide instructions on how to install the modules, any machine dependencies it may have and any other information that should be provided before the modules are installed.
Contents
Installation¶
Used next development environment

Navigate to release page download and extract release archive.
To install pinger
Follow instructions from README for each module.
Set INSTALL_BASE=/usr/local/perl/
Dependencies¶
pinger requires next modules and libraries
Check requires from README for each module.
Library structure¶
pinger is based on MOP.
Library structure
pinger/
├── bin/
│ ├── Pinger.pm
│ └── pinger_run.pl
├── conf/
│ └── pinger.cfg
└── log/
└── pinger.log
Copyright and licence¶
Copyright (C) 2016 - 2024 by vroncevic.github.io/pinger
pinger is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.18.2 or, at your option, any later version of Perl 5 you may have available.