Die Prüfung entspricht der “Check-Definition”. – Welche Checks werden wann für welche Server gemacht? – Das ist die Frage, die diese Konfiguration beantwortet.
Die Definition wird hier, im Folgenden gezeigt:
<?xml version="1.0" encoding="UTF-8"?>
<enlightware project="netcheck" listener="com.enlightware.netcheck.listener.SimpleGUIListener">
<group name="enlightware" interval="10" wait="0" action="com.enlightware.netcheck.action.XMLGroupWriter">
<client name="JoeToe" url="http://joetoe.com" timeout="10" interval="60">
<success>com.enlightware.netcheck.action.DefaultSuccess</success>
<error>com.enlightware.netcheck.action.DefaultError</error>
</client>
<client name="Enlightware" url="http://enlightware.com" wait="10"/>
<client name="Laukien" url="http://laukien.com" wait="20"/>
<client name="PixPack" url="http://pixpack.net" wait="40"/>
<client name="Dict-ator" url="http://dict-ator.com" wait="50"/>
</group>
<group name="ExDaCe" interval="600" wait="0" action="com.enlightware.netcheck.action.XMLGroupWriter">
<client name="Download" url="http://download.exdace.com" wait="50"/>
<client name="Photo" url="http://photo.exdace.com" wait="75"/>
<client name="Store" url="http://store.exdace.com" wait="100"/>
</group>
<group name="Blog" interval="10" wait="60" action="com.enlightware.netcheck.action.XMLGroupWriter">
<client name="Reise" url="http://reise.laukien.com" wait="10" interval="600"/>
<client name="Laukien" url="http://blog.laukien.com" wait="20" interval="600"/>
<client name="EinfachLachen" url="http://blog.einfachlachen.de" wait="30" interval="600"/>
</group>
<client name="Localhost" url="http://localhost" wait="0"/>
</enlightware>