https://github.com/vroncevic/pinger
:camel: Ping test analytic tool
https://github.com/vroncevic/pinger
it linux perl ping test
Last synced: about 2 months ago
JSON representation
:camel: Ping test analytic tool
- Host: GitHub
- URL: https://github.com/vroncevic/pinger
- Owner: vroncevic
- License: gpl-3.0
- Created: 2016-05-08T20:49:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T19:33:16.000Z (about 2 years ago)
- Last Synced: 2025-10-27T08:45:29.355Z (8 months ago)
- Topics: it, linux, perl, ping, test
- Language: Perl
- Homepage: https://vroncevic.github.io/pinger/
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DB manager
**pinger** is tool for checking hosts.
Developed in **[perl](https://www.perl.org/)** code: **100%**.
A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.
 [](https://github.com/vroncevic/pinger/issues) [](https://github.com/vroncevic/pinger/graphs/contributors)
**Table of Contents**
- [Installation](#installation)
- [Dependencies](#dependencies)
- [Library structure](#library-structure)
- [Docs](#docs)
- [Copyright and licence](#copyright-and-licence)
### Installation
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
```bash
pinger/
├── bin/
│ ├── Pinger.pm
│ └── pinger_run.pl
├── conf/
│ └── pinger.cfg
└── log/
└── pinger.log
```
### Docs
[](https://pinger.readthedocs.io/projects/pinger/en/latest/?badge=latest)
More documentation and info at
* [pinger.readthedocs.io](https://pinger.readthedocs.io/en/latest/)
* [www.perl.org](https://www.perl.org/)
### Copyright and licence
[](https://www.gnu.org/licenses/gpl-3.0) [](https://opensource.org/licenses/Apache-2.0)
Copyright (C) 2016 - 2024 by [vroncevic.github.io/pinger](https://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.