Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 379

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>pinger</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../style.css" type="text/css" />

<link rel="stylesheet" href="../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../index.html">ikiwiki</a>/ 

<a href="../plugins.html">plugins</a>/ 

</span>
<span class="title">
pinger

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: pinger<br />
Author: <span class="createlink">Joey</span><br />
Included in ikiwiki: yes<br />
Enabled by default: no<br />
Included in <a href="./goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<p>This plugin allows ikiwiki to be configured to hit a URL each time it
updates the wiki. One way to use this is in conjunction with the <a href="./pingee.html">pingee</a>
plugin to set up a loosely coupled mirror network, or a branched version of
a wiki. By pinging the mirror or branch each time the main wiki changes, it
can be kept up-to-date.</p>

<p>To configure what URLs to ping, use the <a href="../ikiwiki/directive/ping.html">ping</a>
<a href="../ikiwiki/directive.html">directive</a>.</p>

<p>The <a href="http://search.cpan.org/search?mode=dist&amp;query=LWPx%3A%3AParanoidAgent">LWPx::ParanoidAgent</a> Perl module is strongly recommended.
The <a href="http://search.cpan.org/search?mode=dist&amp;query=LWP">LWP</a> module can also be used, but is susceptible
to server-side request forgery.</p>

<p>The <a href="http://search.cpan.org/search?mode=dist&amp;query=Crypt%3A%3ASSLeay">Crypt::SSLeay</a> perl module is needed to support pinging
"https" urls.</p>

<p>By default the pinger will try to ping a site for 15 seconds before timing
out. This timeout can be changed by setting the <code>pinger_timeout</code>
configuration setting in the setup file.</p>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="./type/special-purpose.html" rel="tag">type/special-purpose</a>

</div>



<div id="backlinks">
Links:

<a href="../news/ikiwiki_version_3.0.html">news/ikiwiki version 3.0</a>

<a href="./pingee.html">pingee</a>

<a href="../roadmap.html">roadmap</a>

<a href="../security.html">security</a>

<a href="../tips/distributed_wikis.html">tips/distributed wikis</a>

<a href="../tips/using_a_proxy.html">tips/using a proxy</a>


</div>






<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>