aboutsummaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-03-06 14:38:59 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-03-06 14:38:59 +0200
commit417659b757afc85fc437f3da462c09a4b86c1282 (patch)
tree5430de4b239bbcd71247407f44e3279d5390f2e1 /examples/README
parent9358876eb9b42408cef571052c6e997aa77f0c77 (diff)
downloadping903-417659b757afc85fc437f3da462c09a4b86c1282.tar.gz
ping903-417659b757afc85fc437f3da462c09a4b86c1282.tar.bz2
Version 0.5v0.5
* NEWS: Update. * configure.ac: Raise version number. * examples/lib/LWP/Ping903.pm: Remove. * examples/README: Mention Mangemanche. Remove references to lib/LWP/Ping903.pm * examples/dbload: Revert to LWP::UserAgent * examples/inspect: Likewise. * examples/ipadd: Likewise. * examples/ipdel: Likewise.
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README15
1 files changed, 3 insertions, 12 deletions
diff --git a/examples/README b/examples/README
index f5a1c50..df17f0c 100644
--- a/examples/README
+++ b/examples/README
@@ -5,6 +5,9 @@ facilities via REST API. You can use them as templates for writing
your own configuration system, or just run them as they are, if you
prefer.
+For a mature, advanced ping903 remote management system, please see
+<http://git.gnu.org.ua/cgit/ping903/mangemanche.git>.
+
* Programs
- inspect
@@ -20,18 +23,6 @@ prefer.
- dbload
Populates the list of monitored addresses from a SQL database.
-All these programs use the LWP::Ping903 module, which provides support
-for parsing the ".ping903.cred" file. The source file for the module is
-lib/LWP/Ping903.pm. To run the programs from the examples directory,
-define the following environment variable:
-
- export PERL5LIB=lib
-
-If you don't plan to use basic authorization, you can get rid of this
-dependency using the following command:
-
- sed -i 's/LWP::Ping903/LWP::UserAgent/' inspect ipadd ipdel dbload
-
* Documentation
Each example is self-documented. To access the description, run the

Return to:

Send suggestions and report system problems to the System administrator.